messages from 2023-10-18 16:23:06 to 2023-10-18 22:32:40 UTC [more...]
[PULL 00/29] tcg patch queue
2023-10-18 22:25 UTC (26+ messages)
` [PULL 01/29] tcg/ppc: Untabify tcg-target.c.inc
` [PULL 02/29] tcg/ppc: Enable direct branching tcg_out_goto_tb with TCG_REG_TB
` [PULL 03/29] tcg/ppc: Reinterpret tb-relative to TB+4
` [PULL 05/29] tcg/ppc: Use ADDPCIS in tcg_out_movi_int
` [PULL 06/29] tcg/ppc: Use ADDPCIS for the constant pool
` [PULL 07/29] tcg/ppc: Use ADDPCIS in tcg_out_goto_tb
` [PULL 08/29] tcg/ppc: Use PADDI in tcg_out_movi
` [PULL 09/29] tcg/ppc: Use prefixed instructions in tcg_out_mem_long
` [PULL 10/29] tcg/ppc: Use PLD in tcg_out_movi for constant pool
` [PULL 11/29] tcg/ppc: Use prefixed instructions in tcg_out_dupi_vec
` [PULL 12/29] tcg/ppc: Use PLD in tcg_out_goto_tb
` [PULL 13/29] tcg/ppc: Disable TCG_REG_TB for Power9/Power10
` [PULL 14/29] tcg: Introduce tcg_use_softmmu
` [PULL 15/29] tcg: Provide guest_base fallback for system mode
` [PULL 16/29] tcg/arm: Use tcg_use_softmmu
` [PULL 17/29] tcg/aarch64: "
` [PULL 18/29] tcg/i386: "
` [PULL 19/29] tcg/loongarch64: "
` [PULL 20/29] tcg/mips: "
` [PULL 21/29] tcg/ppc: "
` [PULL 22/29] tcg/riscv: Do not reserve TCG_GUEST_BASE_REG for guest_base zero
` [PULL 24/29] tcg/s390x: Use tcg_use_softmmu
` [PULL 27/29] tcg: Optimize past conditional branches
` [PULL 28/29] tcg: Add tcg_gen_{ld,st}_i128
` [PULL 29/29] target/i386: Use i128 for 128 and 256-bit loads and stores
[PATCH v3 00/13] VIRTIO-IOMMU/VFIO: Don't assume 64b IOVA space
2023-10-18 22:07 UTC (7+ messages)
` [PATCH v3 02/13] memory: Introduce memory_region_iommu_set_iova_ranges
` [PATCH v3 03/13] vfio: Collect container iova range info
` [PATCH v3 13/13] vfio: Remove 64-bit IOVA address space assumption
[PATCH 00/61] target/hppa: Implement hppa64-cpu
2023-10-18 21:51 UTC (62+ messages)
` [PATCH 01/61] include/hw/elf: Remove truncating signed casts
` [PATCH 02/61] target/hppa: Remove get_temp
` [PATCH 03/61] target/hppa: Remove get_temp_tl
` [PATCH 04/61] target/hppa: Remove load_const
` [PATCH 05/61] target/hppa: Fix hppa64 case in machine.c
` [PATCH 06/61] target/hppa: Fix load in do_load_32
` [PATCH 07/61] target/hppa: Truncate rotate count in trans_shrpw_sar
` [PATCH 08/61] target/hppa: Fix trans_ds for hppa64
` [PATCH 09/61] target/hppa: Fix do_add, do_sub "
` [PATCH 10/61] target/hppa: Fix bb_sar "
` [PATCH 11/61] target/hppa: Fix extrw and depw with sar "
` [PATCH 12/61] target/hppa: Introduce TYPE_HPPA64_CPU
` [PATCH 13/61] target/hppa: Make HPPA_BTLB_ENTRIES variable
` [PATCH 14/61] target/hppa: Implement cpu_list
` [PATCH 15/61] target/hppa: Implement hppa_cpu_class_by_name
` [PATCH 16/61] target/hppa: Update cpu_hppa_get/put_psw for hppa64
` [PATCH 17/61] target/hppa: Handle absolute addresses for pa2.0
` [PATCH 18/61] target/hppa: Adjust hppa_cpu_dump_state for hppa64
` [PATCH 19/61] hw/hppa: Translate phys addresses for the cpu
` [PATCH 20/61] target/hppa: Fix hppa64 addressing
` [PATCH 21/61] target/hppa: sar register allows only 5 bits on 32-bit CPU
` [PATCH 22/61] target/hppa: Pass d to do_cond
` [PATCH 23/61] target/hppa: Pass d to do_sub_cond
` [PATCH 24/61] target/hppa: Pass d to do_log_cond
` [PATCH 25/61] target/hppa: Pass d to do_sed_cond
` [PATCH 26/61] target/hppa: Pass d to do_unit_cond
` [PATCH 27/61] linux-user/hppa: Fixes for TARGET_ABI32
` [PATCH 28/61] target/hppa: Drop attempted gdbstub support for hppa64
` [PATCH 29/61] target/hppa: Remove TARGET_HPPA64
` [PATCH 30/61] target/hppa: Decode d for logical instructions
` [PATCH 31/61] target/hppa: Decode d for unit instructions
` [PATCH 32/61] target/hppa: Decode d for cmpclr instructions
` [PATCH 33/61] target/hppa: Decode d for add instructions
` [PATCH 34/61] target/hppa: Decode d for sub instructions
` [PATCH 35/61] target/hppa: Decode d for bb instructions
` [PATCH 36/61] target/hppa: Decode d for cmpb instructions
` [PATCH 37/61] target/hppa: Decode CMPIB double-word
` [PATCH 38/61] target/hppa: Decode ADDB double-word
` [PATCH 39/61] target/hppa: Implement LDD, LDCD, LDDA, STD, STDA
` [PATCH 40/61] target/hppa: Implement DEPD, DEPDI
` [PATCH 41/61] target/hppa: Implement EXTRD
` [PATCH 42/61] target/hppa: Implement SHRPD
` [PATCH 43/61] target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOM
` [PATCH 44/61] target/hppa: Implement STDBY
` [PATCH 45/61] target/hppa: Implement IDTLBT, IITLBT
` [PATCH 46/61] target/hppa: Remove TARGET_REGISTER_BITS
` [PATCH 47/61] target/hppa: Remove most of the TARGET_REGISTER_BITS redirections
` [PATCH 48/61] target/hppa: Remove remaining "
` [PATCH 49/61] target/hppa: Use tcg_temp_new_i64 not tcg_temp_new
` [PATCH 50/61] target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64
` [PATCH 51/61] target/hppa: Implement HADD
` [PATCH 52/61] target/hppa: Implement HSUB
` [PATCH 53/61] target/hppa: Implement HAVG
` [PATCH 54/61] target/hppa: Implement HSHL, HSHR
` [PATCH 55/61] target/hppa: Implement HSHLADD, HSHRADD
` [PATCH 56/61] target/hppa: Implement MIXH, MIXW
` [PATCH 57/61] target/hppa: Implement PERMH
` [PATCH 58/61] target/hppa: Fix interruption based on default PSW
` [PATCH 59/61] target/hppa: Precompute zero into DisasContext
` [PATCH 60/61] target/hppa: Return zero for r0 from load_gpr
` [PATCH 61/61] target/hppa: Simplify trans_dep*_imm
[PATCH v2 00/10] riscv: RVA22U64 profile support
2023-10-18 21:45 UTC (7+ messages)
[PATCH v4 00/12] tests/migration-test: Allow testing older machine types
2023-10-18 20:59 UTC (14+ messages)
` [PATCH v4 01/12] tests/qtest: Allow qtest_qemu_binary to use a custom environment variable
` [PATCH v4 02/12] tests/qtest: Introduce qtest_init_with_env
` [PATCH v4 03/12] tests/qtest: Allow qtest_get_machines to use an alternate QEMU binary
` [PATCH v4 04/12] tests/qtest: Introduce qtest_has_machine_with_env
` [PATCH v4 05/12] tests/qtest: Introduce qtest_resolve_machine_alias
` [PATCH v4 06/12] tests/qtest/migration: Introduce find_common_machine_version
` [PATCH v4 07/12] tests/qtest/migration: Define a machine for all architectures
` [PATCH v4 08/12] tests/qtest/migration: Specify the geometry of the bootsector
` [PATCH v4 09/12] tests/qtest/migration: Set q35 as the default machine for x86_86
` [PATCH v4 10/12] tests/qtest/migration: Support more than one QEMU binary
` [PATCH v4 11/12] tests/qtest/migration: Allow user to specify a machine type
` [PATCH v4 12/12] tests/qtest: Don't print messages from query instances
[PATCH 0/2] tcg: Improve expansion of deposit with constants
2023-10-18 20:46 UTC (3+ messages)
` [PATCH 1/2] tcg: Improve expansion of deposit of constant
` [PATCH 2/2] tcg: Improve expansion of deposit into a constant
[PATCH v5 0/4] Add emulation of AmigaOne XE board
2023-10-18 20:42 UTC (5+ messages)
` [PATCH v5 1/4] via-ide: Fix legacy mode emulation
` [PATCH v5 2/4] hw/pci-host: Add emulation of Mai Logic Articia S
` [PATCH v5 3/4] hw/ppc: Add emulation of AmigaOne XE board
` [PATCH v5 4/4] tests/avocado: Add test for amigaone board
[PULL 00/11] C3700 patches
2023-10-18 20:40 UTC (12+ messages)
` [PULL 01/11] target/hppa: Update to SeaBIOS-hppa version 10
` [PULL 02/11] hw/hppa: Require at least "
` [PULL 03/11] pci_ids/tulip: Add PCI vendor ID for HP and use it in tulip
` [PULL 04/11] lasips2: LASI PS/2 devices are not user-createable
` [PULL 05/11] hw/pci-host: Add Astro system bus adapter found on PA-RISC machines
` [PULL 06/11] pci-host: Wire up new Astro/Elroy PCI bridge
` [PULL 07/11] MAINTAINERS: Update HP-PARISC entries
` [PULL 08/11] hw/hppa: Export machine name, BTLBs, power-button address via fw_cfg
` [PULL 09/11] hw/hppa: Provide RTC and DebugOutputPort on CPU #0
` [PULL 10/11] hw/hppa: Split out machine creation
` [PULL 11/11] hw/hppa: Add new HP C3700 machine
[PATCH v3 0/6] riscv: query-cpu-model-expansion API
2023-10-18 19:56 UTC (7+ messages)
` [PATCH v3 1/6] target/riscv/kvm/kvm-cpu.c: add missing property getters()
` [PATCH v3 2/6] qapi,risc-v: add query-cpu-model-expansion
` [PATCH v3 3/6] target/riscv/tcg: add tcg_cpu_finalize_features()
` [PATCH v3 4/6] target/riscv: handle custom props in qmp_query_cpu_model_expansion
` [PATCH v3 5/6] target/riscv: add riscv_cpu_accelerator_compatible()
` [PATCH v3 6/6] target/riscv/riscv-qmp-cmds.c: check CPU accel in query-cpu-model-expansion
[PATCH v3 00/10] Validate and test qapi examples
2023-10-18 19:35 UTC (4+ messages)
` [PATCH v3 10/10] qapi: scripts: add a generator for qapi's examples
[PATCH] ipmi-bt-test: force ipv4
2023-10-18 19:11 UTC
[PATCH v3 00/11] tests/migration-test: Allow testing older machine types
2023-10-18 19:01 UTC (5+ messages)
` [PATCH v3 10/11] tests/qtest/migration: Support more than one QEMU binary
[PATCH v5 0/3] [DO-NOT-MERGE] qapi: static typing conversion, "pt0"
2023-10-18 18:41 UTC (4+ messages)
` [PATCH v5 3/3] qapi: re-establish linting baseline
[PATCH 00/12] hw: Strengthen SysBus & QBus API
2023-10-18 18:32 UTC (16+ messages)
` [PATCH 05/12] hw/pci-host/bonito: Do not use SysBus API to map local MMIO region
` [PATCH 08/12] hw/isa: Realize ISA BUS sysbus device before accessing it
` [PATCH 09/12] hw/s390x/css-bridge: Realize "
` [PATCH 12/12] hw/sysbus: Ensure device is realized before mapping it
[PATCH 0/6] hw/ppc: SysBus simplifications
2023-10-18 18:28 UTC (2+ messages)
[PATCH V3] migration: simplify notifiers
2023-10-18 18:16 UTC (2+ messages)
[PATCH v4 00/11] Implementation of NPI Mailbox and GMAC Networking Module
2023-10-18 18:12 UTC (12+ messages)
` [PATCH v4 01/11] hw/misc: Add Nuvoton's PCI Mailbox Module
` [PATCH v4 02/11] hw/arm: Add PCI mailbox module to Nuvoton SoC
` [PATCH v4 03/11] hw/misc: Add qtest for NPCM7xx PCI Mailbox
` [PATCH v4 04/11] hw/net: Add NPCMXXX GMAC device
` [PATCH v4 05/11] hw/arm: Add GMAC devices to NPCM7XX SoC
` [PATCH v4 06/11] tests/qtest: Creating qtest for GMAC Module
` [PATCH v4 07/11] include/hw/net: Implemented Classes and Masks for GMAC Descriptors
` [PATCH v4 08/11] hw/net: General GMAC Implementation
` [PATCH v4 09/11] hw/net: GMAC Rx Implementation
` [PATCH v4 10/11] hw/net: GMAC Tx Implementation
` [PATCH v4 11/11] tests/qtest: Adding PCS Module test to GMAC Qtest
[PATCH 00/11] Implementation of NPI Mailbox and GMAC Networking Module
2023-10-18 18:11 UTC (12+ messages)
` [PATCH 01/11] hw/misc: Add Nuvoton's PCI Mailbox Module
` [PATCH 02/11] hw/arm: Add PCI mailbox module to Nuvoton SoC
` [PATCH 03/11] hw/misc: Add qtest for NPCM7xx PCI Mailbox
` [PATCH 04/11] hw/net: Add NPCMXXX GMAC device
` [PATCH 05/11] hw/arm: Add GMAC devices to NPCM7XX SoC
` [PATCH 06/11] tests/qtest: Creating qtest for GMAC Module
` [PATCH 07/11] include/hw/net: Implemented Classes and Masks for GMAC Descriptors
` [PATCH 08/11] hw/net: General GMAC Implementation
` [PATCH 09/11] hw/net: GMAC Rx Implementation
` [PATCH 10/11] hw/net: GMAC Tx Implementation
` [PATCH 11/11] tests/qtest: Adding PCS Module test to GMAC Qtest
[PATCH V5] migration: simplify blockers
2023-10-18 17:48 UTC (4+ messages)
[PATCH] cpu/cpuid: check CPUID_PAE to determine 36 bit processor address space
2023-10-18 17:44 UTC (4+ messages)
[PULL v2 00/53] virtio,pci: features, cleanups
2023-10-18 17:38 UTC (3+ messages)
` [PULL v2 29/53] hw/i386: Remove now redundant TYPE_ACPI_GED_X86
[PATCH v3 0/9] mirror: allow switching from background to active mode
2023-10-18 16:59 UTC (3+ messages)
` [PATCH v3 5/9] mirror: implement mirror_change method
[Question] x86/microvm: why has_hotpluggable_cpus = false but hot(ub)plug APIs exist?
2023-10-18 16:48 UTC (3+ messages)
[PATCH 00/17] kvm: drop support for really old kernels
2023-10-18 16:37 UTC (18+ messages)
` [PATCH 01/17] kvm: remove unnecessary stub
` [PATCH 02/17] kvm: require KVM_CAP_INTERNAL_ERROR_DATA
` [PATCH 03/17] kvm: require KVM_CAP_SIGNAL_MSI
` [PATCH 04/17] kvm: require KVM_CAP_IRQFD for kernel irqchip
` [PATCH 05/17] kvm: drop reference to KVM_CAP_PCI_2_3
` [PATCH 06/17] kvm: assume that many ioeventfds can be created
` [PATCH 07/17] kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTH
` [PATCH 08/17] kvm: unify listeners for PIO address space
` [PATCH 09/17] kvm: arm: require KVM_CAP_SET_VCPU_EVENTS
` [PATCH 10/17] kvm: i386: move KVM_CAP_IRQ_ROUTING detection to kvm_arch_required_capabilities
` [PATCH 11/17] kvm: i386: require KVM_CAP_DEBUGREGS
` [PATCH 12/17] kvm: i386: require KVM_CAP_XSAVE
` [PATCH 13/17] kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEP
` [PATCH 14/17] kvm: i386: require KVM_CAP_MCE
` [PATCH 15/17] kvm: i386: require KVM_CAP_ADJUST_CLOCK
` [PATCH 16/17] kvm: i386: require KVM_CAP_SET_IDENTITY_MAP_ADDR
` [PATCH 17/17] kvm: i8254: require KVM_CAP_PIT2 and KVM_CAP_PIT_STATE2
[RFC/PATCH v0 00/12] Gunyah hypervisor support
2023-10-18 16:40 UTC (2+ messages)
[PATCH v4 0/4] hw/cxl: Line length reduction and related
2023-10-18 16:31 UTC (6+ messages)
` [PATCH v4 2/4] hw/cxl: Use switch statements for read and write of cachemem registers
[PATCH v2 0/4] virtio-mem: Support "x-ignore-shared" migration
2023-10-18 16:27 UTC (7+ messages)
` [PATCH v2 1/4] softmmu/physmem: Warn with ram_block_discard_range() on MAP_PRIVATE file mapping
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).