qemu-devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH 2/5] arm/cpu: store id_aa64afr{0,1} into the idregs array
Cornelia Huck
Re: [PATCH 2/5] arm/cpu: store id_aa64afr{0,1} into the idregs array
Philippe Mathieu-Daudé
Re: [PATCH 2/5] arm/cpu: store id_aa64afr{0,1} into the idregs array
Eric Auger
Re: [PATCH 0/5] arm: followup on the ID register storage series
Richard Henderson
Re: [PATCH 0/5] arm: followup on the ID register storage series
Peter Maydell
[PATCH v3 00/14] hw/i386: separate isapc out from pc_piix
Mark Cave-Ayland
[PATCH v3 02/14] hw/i386/pc_piix.c: duplicate pc_init1() into pc_isa_init()
Mark Cave-Ayland
Re: [PATCH v3 02/14] hw/i386/pc_piix.c: duplicate pc_init1() into pc_isa_init()
Philippe Mathieu-Daudé
Re: [PATCH v3 02/14] hw/i386/pc_piix.c: duplicate pc_init1() into pc_isa_init()
Mark Cave-Ayland
[PATCH v3 07/14] hw/i386/pc_piix.c: simplify RAM size logic in pc_init_isa()
Mark Cave-Ayland
[PATCH v3 09/14] hw/i386/pc_piix.c: remove pc_system_flash_cleanup_unused() from pc_init_isa()
Mark Cave-Ayland
Re: [PATCH v3 09/14] hw/i386/pc_piix.c: remove pc_system_flash_cleanup_unused() from pc_init_isa()
Philippe Mathieu-Daudé
[PATCH v3 05/14] hw/i386/pc_piix.c: remove SGX initialisation from pc_init_isa()
Mark Cave-Ayland
[PATCH v3 11/14] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always false in pc_init_isa()
Mark Cave-Ayland
[PATCH v3 14/14] hw/i386: move isapc machine to separate isapc.c file
Mark Cave-Ayland
Re: [PATCH v3 14/14] hw/i386: move isapc machine to separate isapc.c file
Bernhard Beschow
Re: [PATCH v3 14/14] hw/i386: move isapc machine to separate isapc.c file
Mark Cave-Ayland
[PATCH v3 03/14] hw/i386/pc_piix.c: remove pcmc->pci_enabled dependent initialisation from pc_init_isa()
Mark Cave-Ayland
[PATCH v3 04/14] hw/i386/pc_piix.c: remove SMI and piix4_pm initialisation from pc_init_isa()
Mark Cave-Ayland
[PATCH v3 12/14] hw/i386/pc_piix.c: hardcode pcms->pci_bus to NULL in pc_init_isa()
Mark Cave-Ayland
[PATCH v3 01/14] hw/i386/pc_piix.c: restrict isapc machine to 32-bit CPUs
Mark Cave-Ayland
Re: [PATCH v3 01/14] hw/i386/pc_piix.c: restrict isapc machine to 32-bit CPUs
Philippe Mathieu-Daudé
[PATCH v3 06/14] hw/i386/pc_piix.c: remove nvdimm initialisation from pc_init_isa()
Mark Cave-Ayland
[PATCH v3 10/14] hw/i386/pc_piix.c: always initialise ISA IDE drives in pc_init_isa()
Mark Cave-Ayland
[PATCH v3 13/14] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always true in pc_init1()
Mark Cave-Ayland
Re: [PATCH v3 13/14] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always true in pc_init1()
Philippe Mathieu-Daudé
[PATCH v3 08/14] hw/i386/pc_piix.c: hardcode hole64_size to 0 in pc_init_isa()
Mark Cave-Ayland
Re: [PATCH v2 10/12] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always false in pc_init_isa()
Mark Cave-Ayland
Re: [PATCH v2 12/12] hw/i386: move isapc machine to separate isapc.c file
Mark Cave-Ayland
[PULL v2 00/36] Accelerators patches for 2025-07-04
Philippe Mathieu-Daudé
[PULL v2 27/36] accel/hvf: Re-use QOM allocated state
Philippe Mathieu-Daudé
[PULL v2 13/36] accel/hvf: Report missing com.apple.security.hypervisor entitlement
Philippe Mathieu-Daudé
[PULL v2 26/36] accel: Propagate AccelState to AccelClass::init_machine()
Philippe Mathieu-Daudé
[PULL v2 09/36] accel/tcg: Unregister the RCU before exiting RR thread
Philippe Mathieu-Daudé
Re: [PULL v2 09/36] accel/tcg: Unregister the RCU before exiting RR thread
Peter Maydell
Re: [PULL v2 09/36] accel/tcg: Unregister the RCU before exiting RR thread
Philippe Mathieu-Daudé
Re: [PULL v2 09/36] accel/tcg: Unregister the RCU before exiting RR thread
Peter Maydell
[PULL v2 08/36] accel/tcg: Clear exit_request once in tcg_cpu_exec()
Philippe Mathieu-Daudé
[PULL v2 34/36] accel/system: Convert pre_resume() from AccelOpsClass to AccelClass
Philippe Mathieu-Daudé
Re: [PATCH v2 16/24] migration: Add capabilities into MigrationParameters
Fabiano Rosas
Re: [PATCH v2 16/24] migration: Add capabilities into MigrationParameters
Markus Armbruster
Re: [PATCH v2 16/24] migration: Add capabilities into MigrationParameters
Fabiano Rosas
Re: [PATCH v2 16/24] migration: Add capabilities into MigrationParameters
Markus Armbruster
Re: [PATCH v2 16/24] migration: Add capabilities into MigrationParameters
Peter Xu
Re: [PATCH 5/6] target/arm: Share ARM_PSCI_CALL trace event between TCG and HVF
Peter Maydell
Re: [PATCH 5/6] target/arm: Share ARM_PSCI_CALL trace event between TCG and HVF
Stefan Hajnoczi
Re: [PATCH 5/6] target/arm: Share ARM_PSCI_CALL trace event between TCG and HVF
Peter Maydell
Re: [PATCH 5/6] target/arm: Share ARM_PSCI_CALL trace event between TCG and HVF
Daniel P . Berrangé
Re: [PATCH v2 03/24] migration: Normalize tls arguments
Fabiano Rosas
Re: [PATCH v2 03/24] migration: Normalize tls arguments
Peter Xu
[PATCH v4 1/3] net/af-xdp: Remove XDP program cleanup logic
Daniel Borkmann via
[PATCH v4 3/3] net/af-xdp: Support pinned map path for AF_XDP sockets
Daniel Borkmann via
Re: [PATCH v4 3/3] net/af-xdp: Support pinned map path for AF_XDP sockets
Ilya Maximets
Re: [PATCH v4 3/3] net/af-xdp: Support pinned map path for AF_XDP sockets
Daniel Borkmann via
[PATCH v4 2/3] net/af-xdp: Fix up cleanup path upon failure in queue creation
Daniel Borkmann via
Re: [PATCH v4 2/3] net/af-xdp: Fix up cleanup path upon failure in queue creation
Ilya Maximets
Re: [PATCH v4 1/3] net/af-xdp: Remove XDP program cleanup logic
Ilya Maximets
Re: [PATCH 2/6] target/arm: Only allow disabling NEON when using TCG
Peter Maydell
Re: [PATCH 2/6] target/arm: Only allow disabling NEON when using TCG
Philippe Mathieu-Daudé
Re: [PATCH 2/6] target/arm: Only allow disabling NEON when using TCG
Peter Maydell
Re: [PATCH V2 0/5] fast qom tree get
Markus Armbruster
Re: [PATCH V2 0/5] fast qom tree get
Steven Sistare
Re: [PATCH V2 0/5] fast qom tree get
Markus Armbruster
Re: [PATCH V2 0/5] fast qom tree get
Steven Sistare
Re: [PATCH V2 4/5] qom: qom-list-getv
Markus Armbruster
Re: [PATCH V2 4/5] qom: qom-list-getv
Steven Sistare
Re: [PATCH V2 4/5] qom: qom-list-getv
Markus Armbruster
Re: [PATCH V2 1/5] qom: qom-tree-get
Markus Armbruster
Re: [PATCH V2 1/5] qom: qom-tree-get
Steven Sistare
Re: [PATCH V2 1/5] qom: qom-tree-get
Markus Armbruster
Re: [PATCH V2 1/5] qom: qom-tree-get
Markus Armbruster
Re: [PATCH V2 1/5] qom: qom-tree-get
Philippe Mathieu-Daudé
Re: [PATCH V2 1/5] qom: qom-tree-get
Steven Sistare
Re: [PATCH V2 1/5] qom: qom-tree-get
Philippe Mathieu-Daudé
[PULL 00/40] riscv-to-apply queue
alistair23
[PULL 03/40] target/riscv: Fix VSTIP bit in sstc extension.
alistair23
[PULL 09/40] target/riscv: Extend PMP region up to 64
alistair23
[PULL 06/40] target/riscv/tcg: restrict satp_mode changes in cpu_set_profile
alistair23
[PULL 05/40] target/riscv/cpu.c: fix zama16b order in isa_edata_arr[]
alistair23
[PULL 02/40] hw/intc: riscv_aclint: Fix mtime write for sstc extension
alistair23
[PULL 15/40] target/riscv/kvm: add max_satp_mode from host cpu
alistair23
[PULL 04/40] target/riscv: Enable/Disable S/VS-mode Timer when STCE bit is changed
alistair23
[PULL 27/40] hw/riscv/virt: Use setprop_sized_cells for virtio
alistair23
[PULL 07/40] target/riscv/tcg: decouple profile enablement from user prop
alistair23
[PULL 16/40] target/riscv: Make PMP region count configurable
alistair23
[PULL 11/40] target/riscv/cpu.c: add 'sdtrig' in riscv,isa
alistair23
[PULL 21/40] hw/riscv/virt: Fix clint base address type
alistair23
[PULL 08/40] target/riscv: add profile->present flag
alistair23
[PULL 29/40] hw/riscv/virt: Use setprop_sized_cells for uart
alistair23
[PULL 12/40] target/riscv/cpu.c: add 'ssstrict' to riscv, isa
alistair23
[PULL 18/40] target/riscv: use qemu_chr_fe_write_all() in DBCN_CONSOLE_WRITE_BYTE
alistair23
[PULL 33/40] target/riscv: Add BOSC's Xiangshan Kunminghu CPU
alistair23
[PULL 23/40] hw/riscv/virt: Use setprop_sized_cells for memory
alistair23
[PULL 10/40] target/riscv: remove capital 'Z' CPU properties
alistair23
[PULL 39/40] target/riscv: Add a property to set vill bit on reserved usage of vsetvli instruction
alistair23
[PULL 31/40] hw/riscv/virt: Use setprop_sized_cells for iommu
alistair23
[PULL 24/40] hw/riscv/virt: Use setprop_sized_cells for aplic
alistair23
[PULL 26/40] hw/riscv/virt: Use setprop_sized_cells for plic
alistair23
[PULL 22/40] hw/riscv/virt: Use setprop_sized_cells for clint
alistair23
[PULL 30/40] hw/riscv/virt: Use setprop_sized_cells for rtc
alistair23
[PULL 34/40] hw/riscv: Initial support for BOSC's Xiangshan Kunminghu FPGA prototype
alistair23
[PULL 28/40] hw/riscv/virt: Use setprop_sized_cells for reset
alistair23
[PULL 19/40] target/riscv: Fix fcvt.s.bf16 NaN box checking
alistair23
[PULL 36/40] migration: Fix migration failure when aia is configured as aplic-imsic
alistair23
[PULL 32/40] hw/riscv/virt: Use setprop_sized_cells for pcie
alistair23
[PULL 25/40] hw/riscv/virt: Use setprop_sized_cells for aclint
alistair23
[PULL 17/40] hw/riscv/riscv-iommu: Fix PPN field of Translation-reponse register
alistair23
[PULL 20/40] hw/char: sifive_uart: Avoid infinite delay of async xmit function
alistair23
[PULL 35/40] target/riscv: rvv: Fix missing exit TB flow for ldff_trans
alistair23
[PULL 37/40] target/riscv: Fix MEPC/SEPC bit masking for IALIGN
alistair23
[PULL 14/40] target/riscv: support atomic instruction fetch (Ziccif)
alistair23
[PULL 13/40] target/riscv/cpu.c: do better with 'named features' doc
alistair23
[PULL 40/40] target: riscv: Add Svrsw60t59b extension support
alistair23
[PULL 01/40] target/riscv: Add the checking into stimecmp write function.
alistair23
[PULL 38/40] tests/tcg/riscv64: Add test for MEPC bit masking
alistair23
Re: [PULL 00/40] riscv-to-apply queue
Stefan Hajnoczi
[RFC] linux-user: return success in TARGET_NR_set_robust_list
Michael Vogt
[PATCH 0/2] rust: add Derive macro unit tests
Manos Pitsidianakis
[PATCH 2/2] rust/qemu-api-macros: add unit tests
Manos Pitsidianakis
Re: [PATCH 2/2] rust/qemu-api-macros: add unit tests
Zhao Liu
[PATCH 1/2] rust/qemu-api-macros: normalize TryInto output
Manos Pitsidianakis
Re: [PATCH 1/2] rust/qemu-api-macros: normalize TryInto output
Zhao Liu
Re: [PATCH 0/2] rust: add Derive macro unit tests
Zhao Liu
Re: [PATCH 0/2] rust: add Derive macro unit tests
Manos Pitsidianakis
Re: [PATCH 0/2] rust: add Derive macro unit tests
Paolo Bonzini
[PULL 00/31] Accelerators patches for 2025-07-04
Philippe Mathieu-Daudé
[PULL 04/31] accel/tcg: Remove 'info opcount' and @x-query-opcount
Philippe Mathieu-Daudé
[PULL 01/31] system/cpus: Assert interrupt handling is done with BQL locked
Philippe Mathieu-Daudé
[PULL 06/31] accel/tcg: Factor tcg_dump_flush_info() out
Philippe Mathieu-Daudé
[PULL 07/31] accel/tcg: Factor tcg_dump_stats() out for re-use
Philippe Mathieu-Daudé
[PULL 03/31] accel/kvm: Reduce kvm_create_vcpu() declaration scope
Philippe Mathieu-Daudé
[PULL 09/31] accel/hvf: Move per-cpu method declarations to hvf-accel-ops.c
Philippe Mathieu-Daudé
[PULL 05/31] accel/tcg: Remove profiler leftover
Philippe Mathieu-Daudé
[PULL 23/31] accel: Propagate AccelState to AccelClass::init_machine()
Philippe Mathieu-Daudé
[PULL 17/31] accel/system: Document cpu_synchronize_state_post_init/reset()
Philippe Mathieu-Daudé
[PULL 22/31] accel: Keep reference to AccelOpsClass in AccelClass
Philippe Mathieu-Daudé
[PULL 20/31] accel/dummy: Extract 'dummy-cpus.h' header from 'system/cpus.h'
Philippe Mathieu-Daudé
[PULL 21/31] accel: Expose and register generic_handle_interrupt()
Philippe Mathieu-Daudé
[PULL 26/31] accel/kvm: Directly pass KVMState argument to do_kvm_create_vm()
Philippe Mathieu-Daudé
[PULL 11/31] cpus: Document CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
[PULL 13/31] accel/nvmm: Replace @dirty field by generic CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
[PULL 15/31] accel/kvm: Remove kvm_cpu_synchronize_state() stub
Philippe Mathieu-Daudé
[PULL 25/31] accel/kvm: Prefer local AccelState over global MachineState::accel
Philippe Mathieu-Daudé
[PULL 18/31] accel/nvmm: Expose nvmm_enabled() to common code
Philippe Mathieu-Daudé
[PULL 16/31] accel/system: Document cpu_synchronize_state()
Philippe Mathieu-Daudé
[PULL 29/31] accel: Pass AccelState argument to gdbstub_supported_sstep_flags()
Philippe Mathieu-Daudé
[PULL 28/31] accel: Remove unused MachineState argument of AccelClass::setup_post()
Philippe Mathieu-Daudé
[PULL 19/31] accel/whpx: Expose whpx_enabled() to common code
Philippe Mathieu-Daudé
[PULL 24/31] accel/tcg: Prefer local AccelState over global current_accel()
Philippe Mathieu-Daudé
[PULL 02/31] accel/kvm: Remove kvm_init_cpu_signals() stub
Philippe Mathieu-Daudé
[PULL 30/31] MAINTAINERS: Add me as reviewer of overall accelerators section
Philippe Mathieu-Daudé
[PULL 08/31] accel/hvf: Restrict internal declarations
Philippe Mathieu-Daudé
[PULL 27/31] accel: Directly pass AccelState argument to AccelClass::has_memory()
Philippe Mathieu-Daudé
[PULL 31/31] hmp-cmds-target.c: add CPU_DUMP_VPU in hmp_info_registers()
Philippe Mathieu-Daudé
[PULL 12/31] accel/hvf: Replace @dirty field by generic CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
[PULL 10/31] accel/hvf: Move generic method declarations to hvf-all.c
Philippe Mathieu-Daudé
[PULL 14/31] accel/whpx: Replace @dirty field by generic CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
Re: [PULL 00/31] Accelerators patches for 2025-07-04
Stefan Hajnoczi
[PULL 00/27] vfio queue
Cédric Le Goater
[PULL 05/27] b4: Drop linktrailermask
Cédric Le Goater
[PULL 01/27] vfio/container: Fix potential SIGSEGV when recover from unmap-all-vaddr failure
Cédric Le Goater
[PULL 02/27] vfio/container: Fix vfio_container_post_load()
Cédric Le Goater
[PULL 21/27] vfio/iommufd: preserve descriptors
Cédric Le Goater
[PULL 19/27] migration: vfio cpr state hook
Cédric Le Goater
[PULL 16/27] vfio/iommufd: add vfio_device_free_name
Cédric Le Goater
[PULL 23/27] vfio/iommufd: reconstruct hwpt
Cédric Le Goater
[PULL 09/27] migration: close kvm after cpr
Cédric Le Goater
[PULL 13/27] physmem: qemu_ram_get_fd_offset
Cédric Le Goater
[PULL 06/27] Makefile: prune quilt source files for cscope
Cédric Le Goater
[PULL 07/27] vfio-pci: preserve MSI
Cédric Le Goater
[PULL 03/27] vfio-user: do not register vfio-user container with cpr
Cédric Le Goater
[PULL 25/27] iommufd: preserve DMA mappings
Cédric Le Goater
[PULL 10/27] migration: cpr_get_fd_param helper
Cédric Le Goater
[PULL 14/27] vfio/iommufd: use IOMMU_IOAS_MAP_FILE
Cédric Le Goater
[PULL 18/27] vfio/iommufd: register container for cpr
Cédric Le Goater
[PULL 24/27] vfio/iommufd: change process
Cédric Le Goater
[PULL 08/27] vfio-pci: preserve INTx
Cédric Le Goater
[PULL 11/27] backends/iommufd: iommufd_backend_map_file_dma
Cédric Le Goater
[PULL 27/27] vfio: doc changes for cpr
Cédric Le Goater
[PULL 26/27] vfio/container: delete old cpr register
Cédric Le Goater
[PULL 20/27] vfio/iommufd: cpr state
Cédric Le Goater
[PULL 22/27] vfio/iommufd: reconstruct device
Cédric Le Goater
[PULL 04/27] i386/tdx: Build TDX only for 64-bit target
Cédric Le Goater
[PULL 17/27] vfio/iommufd: device name blocker
Cédric Le Goater
[PULL 15/27] vfio/iommufd: invariant device name
Cédric Le Goater
[PULL 12/27] backends/iommufd: change process ioctl
Cédric Le Goater
Re: [PULL 00/27] vfio queue
Stefan Hajnoczi
[PULL 00/11] aspeed queue
Cédric Le Goater
[PULL 06/11] tests/qtest: Add test for ASPEED SCU
Cédric Le Goater
[PULL 04/11] hw/arm/aspeed: add Catalina machine type
Cédric Le Goater
[PULL 05/11] hw/misc/aspeed_scu: Handle AST2600 protection key registers correctly
Cédric Le Goater
[PULL 10/11] hw/arm/aspeed: Add GB200 BMC target
Cédric Le Goater
[PULL 02/11] hw/misc/aspeed_scu: Support the Frequency Counter Control register for AST2700
Cédric Le Goater
[PULL 03/11] hw/arm/aspeed: bletchley: update hw strap values
Cédric Le Goater
[PULL 08/11] hw/arm/aspeed: Add second SPI chip to Aspeed model
Cédric Le Goater
[PULL 09/11] docs: add support for gb200-bmc
Cédric Le Goater
Re: [PULL 09/11] docs: add support for gb200-bmc
Peter Maydell
[PULL 01/11] hw/misc/aspeed_sdmc: Skipping dram_init in u-boot for AST2700
Cédric Le Goater
[PULL 11/11] tests/functional: Add gb200 tests
Cédric Le Goater
[PULL 07/11] aspeed: Deprecate the ast2700a0-evb machine
Cédric Le Goater
Earlier messages
Later messages