qemu-devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH 13/18] hw/i386/pc: Remove deprecated pc-q35-2.9 and pc-i440fx-2.9 machines
Igor Mammedov
Re: [PATCH 12/18] hw/nvram/fw_cfg: Inline fw_cfg_file_slots()
Igor Mammedov
Re: [PATCH 10/18] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_INIT_PM definition
Igor Mammedov
Re: [PATCH 09/18] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_INIT_LNKCTL definition
Igor Mammedov
Re: [PATCH 08/18] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_INIT_DEVERR definition
Igor Mammedov
[PULL 00/31] Threading, Rust, i386 changes for 2025-06-06
Paolo Bonzini
[PULL 01/31] subprojects: add the anyhow crate
Paolo Bonzini
[PULL 18/31] futex: Support Windows
Paolo Bonzini
[PULL 05/31] util/error: make func optional
Paolo Bonzini
[PULL 15/31] rust: make TryFrom macro more resilient
Paolo Bonzini
[PULL 10/31] hpet: adjust VMState for consistency with Rust version
Paolo Bonzini
[PULL 20/31] qemu-thread: Avoid futex abstraction for non-Linux
Paolo Bonzini
[PULL 21/31] qemu-thread: Use futex for QemuEvent on Windows
Paolo Bonzini
[PULL 13/31] rust/hpet: Drop BqlCell wrapper for num_timers
Paolo Bonzini
[PULL 11/31] hpet: return errors from realize if properties are incorrect
Paolo Bonzini
[PULL 09/31] rust/hpet: change type of num_timers to usize
Paolo Bonzini
[PULL 03/31] util/error: expose Error definition to Rust code
Paolo Bonzini
[PULL 06/31] rust: qemu-api: add bindings to Error
Paolo Bonzini
[PULL 08/31] rust: qdev: support returning errors from realize
Paolo Bonzini
[PULL 16/31] i386/kvm: Prefault memory on page state change
Paolo Bonzini
Re: [PULL 16/31] i386/kvm: Prefault memory on page state change
Xiaoyao Li
Re: [PULL 16/31] i386/kvm: Prefault memory on page state change
Paolo Bonzini
Re: [PULL 16/31] i386/kvm: Prefault memory on page state change
Xiaoyao Li
[PULL 19/31] qemu-thread: Replace __linux__ with CONFIG_LINUX
Paolo Bonzini
[PULL 30/31] target/i386: Wire up MXCSR.DE and FPUS.DE correctly
Paolo Bonzini
[PULL 24/31] migration: Replace QemuSemaphore with QemuEvent
Paolo Bonzini
[PULL 23/31] qemu-thread: Document QemuEvent
Paolo Bonzini
[PULL 29/31] target/i386: Use correct type for get_float_exception_flags() values
Paolo Bonzini
[PULL 28/31] target/i386: Detect flush-to-zero after rounding
Paolo Bonzini
[PULL 04/31] util/error: allow non-NUL-terminated err->src
Paolo Bonzini
[PULL 14/31] docs: update Rust module status
Paolo Bonzini
[PULL 25/31] migration/colo: Replace QemuSemaphore with QemuEvent
Paolo Bonzini
[PULL 12/31] rust/hpet: return errors from realize if properties are incorrect
Paolo Bonzini
[PULL 07/31] rust: qemu-api: add tests for Error bindings
Paolo Bonzini
[PULL 27/31] hw/display/apple-gfx: Replace QemuSemaphore with QemuEvent
Paolo Bonzini
[PULL 02/31] subprojects: add the foreign crate
Paolo Bonzini
[PULL 26/31] migration/postcopy: Replace QemuSemaphore with QemuEvent
Paolo Bonzini
[PULL 17/31] futex: Check value after qemu_futex_wait()
Paolo Bonzini
[PULL 22/31] qemu-thread: Use futex if available for QemuLockCnt
Paolo Bonzini
[PULL 31/31] tests/tcg/x86_64/fma: add test for exact-denormal output
Paolo Bonzini
Re: [PULL 00/31] Threading, Rust, i386 changes for 2025-06-06
Stefan Hajnoczi
Re: [PATCH v7 4/6] target/i386: Add couple of feature bits in CPUID_Fn80000021_EAX
Dr. David Alan Gilbert
[PATCH v1 00/15] intel_iommu: Enable stage-1 translation for passthrough device
Zhenzhong Duan
[PATCH v1 10/15] intel_iommu: ERRATA_772415 workaround
Zhenzhong Duan
[PATCH v1 01/15] intel_iommu: Rename vtd_ce_get_rid2pasid_entry to vtd_ce_get_pasid_entry
Zhenzhong Duan
Re: [PATCH v1 01/15] intel_iommu: Rename vtd_ce_get_rid2pasid_entry to vtd_ce_get_pasid_entry
Yi Liu
[PATCH v1 13/15] intel_iommu: Refresh pasid bind when either SRTP or TE bit is changed
Zhenzhong Duan
[PATCH v1 14/15] intel_iommu: Bypass replay in stage-1 page table mode
Zhenzhong Duan
[PATCH v1 03/15] intel_iommu: Check for compatibility with IOMMUFD backed device when x-flts=on
Zhenzhong Duan
[PATCH v1 07/15] intel_iommu: Handle PASID entry adding
Zhenzhong Duan
[PATCH v1 12/15] intel_iommu: Propagate PASID-based iotlb invalidation to host
Zhenzhong Duan
[PATCH v1 15/15] intel_iommu: Enable host device when x-flts=on in scalable mode
Zhenzhong Duan
[PATCH v1 02/15] intel_iommu: Optimize context entry cache utilization
Zhenzhong Duan
Re: [PATCH v1 02/15] intel_iommu: Optimize context entry cache utilization
Yi Liu
RE: [PATCH v1 02/15] intel_iommu: Optimize context entry cache utilization
Duan, Zhenzhong
[PATCH v1 08/15] intel_iommu: Introduce a new pasid cache invalidation type FORCE_RESET
Zhenzhong Duan
[PATCH v1 11/15] intel_iommu: Replay pasid binds after context cache invalidation
Zhenzhong Duan
[PATCH v1 05/15] intel_iommu: Introduce two helpers vtd_as_from/to_iommu_pasid_locked
Zhenzhong Duan
Re: [PATCH v1 05/15] intel_iommu: Introduce two helpers vtd_as_from/to_iommu_pasid_locked
Yi Liu
RE: [PATCH v1 05/15] intel_iommu: Introduce two helpers vtd_as_from/to_iommu_pasid_locked
Duan, Zhenzhong
[PATCH v1 06/15] intel_iommu: Handle PASID entry removing and updating
Zhenzhong Duan
[PATCH v1 09/15] intel_iommu: Bind/unbind guest page table to host
Zhenzhong Duan
[PATCH v1 04/15] intel_iommu: Introduce a new structure VTDHostIOMMUDevice
Zhenzhong Duan
Re: [PATCH v1 04/15] intel_iommu: Introduce a new structure VTDHostIOMMUDevice
CLEMENT MATHIEU--DRIF
RE: [PATCH v1 04/15] intel_iommu: Introduce a new structure VTDHostIOMMUDevice
Duan, Zhenzhong
[PATCH] qemu-options.hx: Fix reversed description of icount sleep behavior
Ethan Chen via
Re: [PATCH] qemu-options.hx: Fix reversed description of icount sleep behavior
Peter Maydell
Re: [PATCH v7 00/14] arm: rework id register storage
Cornelia Huck
Re: [PATCH v7 00/14] arm: rework id register storage
Peter Maydell
[PATCH v4 0/5] Fix definition of classes with wrong parent
Zhenzhong Duan
[PATCH v4 3/5] hw/gpio/aspeed: Fix definition of AspeedGPIOClass
Zhenzhong Duan
[PATCH v4 5/5] hw/riscv/riscv-iommu: Remove definition of RISCVIOMMU[Pci|Sys]Class
Zhenzhong Duan
Re: [PATCH v4 5/5] hw/riscv/riscv-iommu: Remove definition of RISCVIOMMU[Pci|Sys]Class
Alistair Francis
[PATCH v4 1/5] virtio-mem: Fix definition of VirtIOMEMClass
Zhenzhong Duan
[PATCH v4 2/5] virtio-pmem: Fix definition of VirtIOPMEMClass
Zhenzhong Duan
[PATCH v4 4/5] hw/char/sh_serial: Remove dummy definition of SH_SERIAL class
Zhenzhong Duan
Re: [PATCH v4 4/5] hw/char/sh_serial: Remove dummy definition of SH_SERIAL class
Philippe Mathieu-Daudé
Re: [PATCH v4 4/5] hw/char/sh_serial: Remove dummy definition of SH_SERIAL class
Philippe Mathieu-Daudé
RE: [PATCH v4 4/5] hw/char/sh_serial: Remove dummy definition of SH_SERIAL class
Duan, Zhenzhong
[PATCH] tests/functional/test_pc_cpu_hotplug_props: Set 'pc' machine type explicitly
Thomas Huth
[PATCH v5 0/2] Extend and configure PMP region count
Jay Chang
[PATCH v5 1/2] target/riscv: Extend PMP region up to 64
Jay Chang
[PATCH v5 2/2] target/riscv: Make PMP region count configurable
Jay Chang
Re: [PATCH v5 2/2] target/riscv: Make PMP region count configurable
Alistair Francis
Re: [PATCH v5 2/2] target/riscv: Make PMP region count configurable
Alistair Francis
[PATCH v2] ramfb: Add property to control if load the romfile
Shaoqin Huang
Re: [PATCH v2] ramfb: Add property to control if load the romfile
Daniel P . Berrangé
Re: [PATCH v2] ramfb: Add property to control if load the romfile
Cédric Le Goater
Re: [PATCH v2] ramfb: Add property to control if load the romfile
Cédric Le Goater
Re: [PATCH v2] ramfb: Add property to control if load the romfile
Shaoqin Huang
Re: [PATCH v2] ramfb: Add property to control if load the romfile
Alex Williamson
Re: [PATCH v2] ramfb: Add property to control if load the romfile
Philippe Mathieu-Daudé
Re: [PATCH v2] ramfb: Add property to control if load the romfile
Daniel P . Berrangé
Re: [PATCH v2] ramfb: Add property to control if load the romfile
Pierrick Bouvier
Re: [PATCH v2] ramfb: Add property to control if load the romfile
Shaoqin Huang
[PATCH v3 00/13] hw/loongarch/virt: Add kernel irqchip support
Bibo Mao
[PATCH v3 03/13] hw/intc/loongarch_ipi: Add kernel irqchip realize function
Bibo Mao
[PATCH v3 05/13] hw/intc/loongarch_ipi: Add kernel irqchip save and restore function
Bibo Mao
[PATCH v3 07/13] hw/intc/loongarch_pch: Add kernel irqchip realize function
Bibo Mao
[PATCH v3 08/13] hw/intc/loongarch_pch: Add kernel irqchip save and restore function
Bibo Mao
[PATCH v3 01/13] hw/intc/loongarch_extioi: Add kernel irqchip realize function
Bibo Mao
[PATCH v3 04/13] hw/intc/loongson_ipi: Add load and save interface with ipi_common class
Bibo Mao
[PATCH v3 06/13] hw/intc/loongarch_pch_msi: Inject MSI interrupt to kernel
Bibo Mao
[PATCH v3 09/13] hw/intc/loongarch_pch: Inject irq line interrupt to kernel
Bibo Mao
[PATCH v3 02/13] hw/intc/loongarch_extioi: Add kernel irqchip save and restore function
Bibo Mao
[PATCH v3 10/13] hw/loongarch/virt: Add reset support for kernel irqchip
Bibo Mao
[PATCH v3 11/13] target/loongarch: Report error with split kernel_irqchip option
Bibo Mao
[PATCH v3 12/13] hw/loongarch/virt: Disable emulation with IOCSR misc register
Bibo Mao
[PATCH v3 13/13] hw/loongarch/virt: Add kernel irqchip support
Bibo Mao
[PATCH v6] target/riscv/kvm: add max_satp_mode from host cpu
Meng Zhuo
Re: [PATCH v6] target/riscv/kvm: add max_satp_mode from host cpu
Alistair Francis
[QEMU PATCH v3 0/9] CXL: FMAPI DCD Management Commands 0x5600-0x5605
anisa . su887
[QEMU PATCH v3 1/9] cxl-mailbox-utils: 0x5600 - FMAPI Get DCD Info
anisa . su887
[QEMU PATCH v3 2/9] cxl/type3: Add dsmas_flags to CXLDCRegion struct
anisa . su887
[QEMU PATCH v3 3/9] cxl-mailbox-utils: 0x5601 - FMAPI Get Host Region Config
anisa . su887
[QEMU PATCH v3 7/9] cxl-mailbox-utils: 0x5603 - FMAPI Get DC Region Extent Lists
anisa . su887
[QEMU PATCH v3 6/9] cxl-mailbox-utils: 0x5602 - FMAPI Set DC Region Config
anisa . su887
Re: [QEMU PATCH v3 6/9] cxl-mailbox-utils: 0x5602 - FMAPI Set DC Region Config
Fan Ni
Re: [QEMU PATCH v3 6/9] cxl-mailbox-utils: 0x5602 - FMAPI Set DC Region Config
Jonathan Cameron via
[QEMU PATCH v3 5/9] hw/cxl_type3: Add DC Region bitmap lock
anisa . su887
[QEMU PATCH v3 9/9] cxl-mailbox-utils: 0x5605 - FMAPI Initiate DC Release
anisa . su887
Re: [QEMU PATCH v3 9/9] cxl-mailbox-utils: 0x5605 - FMAPI Initiate DC Release
ALOK TIWARI
Re: [QEMU PATCH v3 9/9] cxl-mailbox-utils: 0x5605 - FMAPI Initiate DC Release
Fan Ni
Re: [QEMU PATCH v3 9/9] cxl-mailbox-utils: 0x5605 - FMAPI Initiate DC Release
Fan Ni
Re: [QEMU PATCH v3 9/9] cxl-mailbox-utils: 0x5605 - FMAPI Initiate DC Release
Anisa Su
[QEMU PATCH v3 4/9] cxl_events.h: Move definition for dynamic_capacity_uuid and enum for DC event types
anisa . su887
[QEMU PATCH v3 8/9] cxl-mailbox-utils: 0x5604 - FMAPI Initiate DC Add
anisa . su887
Re: [QEMU PATCH v3 8/9] cxl-mailbox-utils: 0x5604 - FMAPI Initiate DC Add
ALOK TIWARI
Re: [QEMU PATCH v3 8/9] cxl-mailbox-utils: 0x5604 - FMAPI Initiate DC Add
Anisa Su
Re: [QEMU PATCH v3 8/9] cxl-mailbox-utils: 0x5604 - FMAPI Initiate DC Add
Jonathan Cameron via
Re: [QEMU PATCH v3 8/9] cxl-mailbox-utils: 0x5604 - FMAPI Initiate DC Add
Fan Ni
Re: [QEMU PATCH v3 8/9] cxl-mailbox-utils: 0x5604 - FMAPI Initiate DC Add
Jonathan Cameron via
[PATCH v1] migration: Wait for cpr.sock file to appear before connecting
Jaehoon Kim
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
Fabiano Rosas
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
JAEHOON KIM
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
Daniel P . Berrangé
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
Daniel P . Berrangé
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
Steven Sistare
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
JAEHOON KIM
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
Steven Sistare
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
JAEHOON KIM
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
Daniel P . Berrangé
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
Steven Sistare
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
Daniel P . Berrangé
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
Steven Sistare
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
JAEHOON KIM
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
Steven Sistare
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
JAEHOON KIM
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
Daniel P . Berrangé
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
Steven Sistare
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
Daniel P . Berrangé
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
Steven Sistare
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
JAEHOON KIM
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
Daniel P . Berrangé
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
JAEHOON KIM
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
Daniel P . Berrangé
Re: [PATCH v1] migration: Wait for cpr.sock file to appear before connecting
JAEHOON KIM
Re: [PATCH v2 00/29] vfio-user client
Cédric Le Goater
[PATCH 0/4] system: Forbid alloca()
Philippe Mathieu-Daudé
[RFC PATCH 4/4] buildsys: Prohibit alloca() use on system code
Philippe Mathieu-Daudé
[PATCH 1/4] hw/gpio/pca9552: Avoid using g_newa()
Philippe Mathieu-Daudé
Re: [PATCH 1/4] hw/gpio/pca9552: Avoid using g_newa()
Miles Glenn
[PATCH 3/4] tests/unit/test-char: Avoid using g_alloca()
Philippe Mathieu-Daudé
Re: [PATCH 3/4] tests/unit/test-char: Avoid using g_alloca()
Pierrick Bouvier
Re: [PATCH 3/4] tests/unit/test-char: Avoid using g_alloca()
Philippe Mathieu-Daudé
Re: [PATCH 3/4] tests/unit/test-char: Avoid using g_alloca()
Pierrick Bouvier
[PATCH 2/4] backends/tpmL Avoid using g_alloca()
Philippe Mathieu-Daudé
Re: [PATCH 2/4] backends/tpmL Avoid using g_alloca()
BALATON Zoltan
Re: [PATCH 2/4] backends/tpmL Avoid using g_alloca()
Philippe Mathieu-Daudé
Re: [PATCH 2/4] backends/tpmL Avoid using g_alloca()
Thomas Huth
Re: [PATCH 2/4] backends/tpmL Avoid using g_alloca()
Stefan Berger
Re: [PATCH 2/4] backends/tpmL Avoid using g_alloca()
Stefan Berger
Re: [PATCH 0/4] system: Forbid alloca()
Pierrick Bouvier
Re: [PATCH 0/4] system: Forbid alloca()
Peter Maydell
Re: [PATCH 0/4] system: Forbid alloca()
Philippe Mathieu-Daudé
Re: [PATCH 0/4] system: Forbid alloca()
Alex Bennée
Re: [PATCH 0/4] system: Forbid alloca()
Stefan Hajnoczi
Re: [PATCH 0/4] system: Forbid alloca()
Philippe Mathieu-Daudé
Build platform guarantees, docs, tests, and snakes in the garden
John Snow
Re: Build platform guarantees, docs, tests, and snakes in the garden
Akihiko Odaki
Re: [PATCH v2 0/4] target/i386: Emulate ftz and denormal flag bits correctly
Paolo Bonzini
[PULL v2 0/6] Python patches
John Snow
[PULL v2 3/6] python: update missing dependencies from minreqs
John Snow
[PULL v2 5/6] python: Drop redundant warn_unused_configs = True
John Snow
[PULL v2 1/6] qapi: Add some pylint ignores
John Snow
[PULL v2 6/6] qapi: delete un-needed python static analysis configs
John Snow
[PULL v2 4/6] python: add qapi static analysis tests
John Snow
[PULL v2 2/6] docs/qapidoc: linting fixes
John Snow
Re: [PULL v2 0/6] Python patches
Stefan Hajnoczi
[PULL 00/17] maintainer updates for May (testing, plugins, virtio-gpu)
Alex Bennée
[PULL 09/17] hw/display: re-arrange memory region tracking
Alex Bennée
Re: [PULL 09/17] hw/display: re-arrange memory region tracking
Akihiko Odaki
Re: [PULL 09/17] hw/display: re-arrange memory region tracking
Alex Bennée
Re: [PULL 09/17] hw/display: re-arrange memory region tracking
Akihiko Odaki
Re: [PULL 09/17] hw/display: re-arrange memory region tracking
Alex Bennée
Re: [PULL 09/17] hw/display: re-arrange memory region tracking
Akihiko Odaki
[PULL 11/17] ui/gtk-gl-area: Remove extra draw call in refresh
Alex Bennée
[PULL 13/17] include/exec: fix assert in size_memop
Alex Bennée
Re: [PULL 13/17] include/exec: fix assert in size_memop
Akihiko Odaki
[PULL 10/17] virtio-gpu: refactor async blob unmapping
Alex Bennée
Earlier messages
Later messages