qemu-devel
Thread
Date
Later messages
Messages by Date
2025/07/11
[PATCH v2 1/2] docs/system: arm: Add max78000 board description
Jackson Donaldson
2025/07/11
Re: [PATCH] meson: Add most 3rd-party includes as system includes
Daniel P . Berrangé
2025/07/11
Re: [PATCH] meson: Add most 3rd-party includes as system includes
Peter Maydell
2025/07/11
Re: [PULL v2 09/36] accel/tcg: Unregister the RCU before exiting RR thread
Philippe Mathieu-Daudé
2025/07/11
Re: [PATCH v5 09/19] hw/i386/pc_piix.c: simplify RAM size logic in pc_init_isa()
Philippe Mathieu-Daudé
2025/07/11
Re: [PATCH v5 19/19] hw/i386/isapc.c: replace rom_memory with system_memory
Philippe Mathieu-Daudé
2025/07/11
Re: [PATCH v5 03/19] hw/i386/pc_piix.c: inline pc_xen_hvm_init_pci() into pc_xen_hvm_init()
Philippe Mathieu-Daudé
2025/07/11
Re: [PATCH v4 18/18] hw/i386/isapc.c: replace rom_memory with system_memory
Philippe Mathieu-Daudé
2025/07/11
Re: [PATCH] meson: Add most 3rd-party includes as system includes
Philippe Mathieu-Daudé
2025/07/11
[PATCH v2 9/9] i386/cpu: Enable 0x1f leaf for YongFeng by default
Zhao Liu
2025/07/11
[PATCH v2 7/9] i386/cpu: Enable 0x1f leaf for GraniteRapids by default
Zhao Liu
2025/07/11
[PATCH v2 5/9] i386/cpu: Add a "x-force-cpuid-0x1f" property
Zhao Liu
2025/07/11
[PATCH v2 4/9] i386/cpu: Introduce cache model for YongFeng
Zhao Liu
2025/07/11
[PATCH v2 6/9] i386/cpu: Enable 0x1f leaf for SierraForest by default
Zhao Liu
2025/07/11
[PATCH v2 8/9] i386/cpu: Enable 0x1f leaf for SapphireRapids by default
Zhao Liu
2025/07/11
[PATCH v2 3/9] i386/cpu: Introduce cache model for SapphireRapids
Zhao Liu
2025/07/11
[PATCH v2 1/9] i386/cpu: Introduce cache model for SierraForest
Zhao Liu
2025/07/11
[PATCH v2 2/9] i386/cpu: Introduce cache model for GraniteRapids
Zhao Liu
2025/07/11
[PATCH v2 0/9] i386/cpu: Intel cache model & topo CPUID enhencement
Zhao Liu
2025/07/11
Re: [PATCH] hw/s390x/s390-pci-bus.c: Use g_assert_not_reached() in functions taking an ett
Philippe Mathieu-Daudé
2025/07/11
Re: [PATCH] tcg: Use uintptr_t in tcg_malloc implementation
Philippe Mathieu-Daudé
2025/07/11
Re: [PATCH] target/i386: merge host_cpu_instance_init() and host_cpu_max_instance_init()
Philippe Mathieu-Daudé
2025/07/11
[PATCH v5 17/19] hw/i386/pc_piix.c: remove unused headers after isapc machine split
Mark Cave-Ayland
2025/07/11
[PATCH v2 14/18] i386/cpu: Select legacy cache model based on vendor in CPUID 0x4
Zhao Liu
2025/07/11
[PATCH v5 08/19] hw/i386/pc_piix.c: remove nvdimm initialisation from pc_init_isa()
Mark Cave-Ayland
2025/07/11
[PATCH v5 19/19] hw/i386/isapc.c: replace rom_memory with system_memory
Mark Cave-Ayland
2025/07/11
[PATCH v2 15/18] i386/cpu: Select legacy cache model based on vendor in CPUID 0x80000005
Zhao Liu
2025/07/11
[PATCH v2 05/18] i386/cpu: Consolidate CPUID 0x4 leaf
Zhao Liu
2025/07/11
[PATCH v2 16/18] i386/cpu: Select legacy cache model based on vendor in CPUID 0x80000006
Zhao Liu
2025/07/11
[PATCH v2 12/18] i386/cpu: Add legacy_amd_cache_info cache model
Zhao Liu
2025/07/11
[PATCH v2 10/18] i386/cpu: Fix CPUID[0x80000006] for Intel CPU
Zhao Liu
2025/07/11
[PATCH v5 05/19] hw/i386/pc_piix.c: remove pcmc->pci_enabled dependent initialisation from pc_init_isa()
Mark Cave-Ayland
2025/07/11
[PATCH v2 09/18] i386/cpu: Rename AMD_ENC_ASSOC to X86_ENC_ASSOC
Zhao Liu
2025/07/11
[PATCH v2 02/18] i386/cpu: Add descriptor 0x49 for CPUID 0x2 encoding
Zhao Liu
2025/07/11
[PATCH v2 04/18] i386/cpu: Present same cache model in CPUID 0x2 & 0x4
Zhao Liu
2025/07/11
[PATCH v2 07/18] i386/cpu: Add x-vendor-cpuid-only-v2 option for compatibility
Zhao Liu
2025/07/11
[PATCH v2 00/18] i386/cpu: Unify the cache model in X86CPUState
Zhao Liu
2025/07/11
[PATCH v2 17/18] i386/cpu: Select legacy cache model based on vendor in CPUID 0x8000001D
Zhao Liu
2025/07/11
[PATCH v2 08/18] i386/cpu: Mark CPUID[0x80000005] as reserved for Intel
Zhao Liu
2025/07/11
[PATCH v2 11/18] i386/cpu: Add legacy_intel_cache_info cache model
Zhao Liu
2025/07/11
[PATCH v5 02/19] hw/i386/pc_piix.c: remove include for loader.h
Mark Cave-Ayland
2025/07/11
[PATCH v2 13/18] i386/cpu: Select legacy cache model based on vendor in CPUID 0x2
Zhao Liu
2025/07/11
[PATCH v2 18/18] i386/cpu: Use a unified cache_info in X86CPUState
Zhao Liu
2025/07/11
[PATCH v5 16/19] hw/i386: move isapc machine to separate isapc.c file
Mark Cave-Ayland
2025/07/11
[PATCH v2 01/18] i386/cpu: Refine comment of CPUID2CacheDescriptorInfo
Zhao Liu
2025/07/11
[PATCH v2 06/18] i386/cpu: Drop CPUID 0x2 specific cache info in X86CPUState
Zhao Liu
2025/07/11
[PATCH v5 15/19] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always true in pc_init1()
Mark Cave-Ayland
2025/07/11
[PATCH v2 03/18] i386/cpu: Add default cache model for Intel CPUs with level < 4
Zhao Liu
2025/07/11
[PATCH v5 14/19] hw/i386/pc_piix.c: hardcode pcms->pci_bus to NULL in pc_init_isa()
Mark Cave-Ayland
2025/07/11
[PATCH v5 12/19] hw/i386/pc_piix.c: always initialise ISA IDE drives in pc_init_isa()
Mark Cave-Ayland
2025/07/11
[PATCH v5 13/19] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always false in pc_init_isa()
Mark Cave-Ayland
2025/07/11
[PATCH v5 18/19] hw/i386/pc_piix.c: replace rom_memory with pci_memory
Mark Cave-Ayland
2025/07/11
[PATCH v5 09/19] hw/i386/pc_piix.c: simplify RAM size logic in pc_init_isa()
Mark Cave-Ayland
2025/07/11
[PATCH v5 03/19] hw/i386/pc_piix.c: inline pc_xen_hvm_init_pci() into pc_xen_hvm_init()
Mark Cave-Ayland
2025/07/11
[PATCH v5 11/19] hw/i386/pc_piix.c: remove pc_system_flash_cleanup_unused() from pc_init_isa()
Mark Cave-Ayland
2025/07/11
[PATCH v5 06/19] hw/i386/pc_piix.c: remove SMI and piix4_pm initialisation from pc_init_isa()
Mark Cave-Ayland
2025/07/11
[PATCH v5 00/19] hw/i386: separate isapc out from pc_piix
Mark Cave-Ayland
2025/07/11
[PATCH v5 10/19] hw/i386/pc_piix.c: hardcode hole64_size to 0 in pc_init_isa()
Mark Cave-Ayland
2025/07/11
[PATCH v5 07/19] hw/i386/pc_piix.c: remove SGX initialisation from pc_init_isa()
Mark Cave-Ayland
2025/07/11
[PATCH v5 04/19] hw/i386/pc_piix.c: duplicate pc_init1() into pc_isa_init()
Mark Cave-Ayland
2025/07/11
[PATCH v5 01/19] hw/i386/pc_piix.c: restrict isapc machine to 32-bit CPUs
Mark Cave-Ayland
2025/07/11
Re: [PATCH v4 3/3] net/af-xdp: Support pinned map path for AF_XDP sockets
Daniel Borkmann via
2025/07/11
[PATCH] intel_iommu: Allow both Status Write and Interrupt Flag in QI wait
David Woodhouse
2025/07/11
[PATCH v5 3/3] net/af-xdp: Support pinned map path for AF_XDP sockets
Daniel Borkmann via
2025/07/11
[PATCH v5 1/3] net/af-xdp: Remove XDP program cleanup logic
Daniel Borkmann via
2025/07/11
[PATCH v5 2/3] net/af-xdp: Fix up cleanup path upon failure in queue creation
Daniel Borkmann via
2025/07/11
[PULL 07/15] pc-bios/s390-ccw: Add a boot menu for booting via pxelinux.cfg
Thomas Huth
2025/07/11
[PULL 05/15] pc-bios/s390-ccw: Allow up to 31 entries for pxelinux.cfg
Thomas Huth
2025/07/11
[PULL 10/15] pc-bios: Update the s390 bios images with the pxelinux.cfg loadparm changes
Thomas Huth
2025/07/11
[PULL 08/15] tests/functional: Add a test for s390x pxelinux.cfg network booting
Thomas Huth
2025/07/11
[PULL 14/15] target/s390x: Expose s390_count_running_cpus() method
Thomas Huth
2025/07/11
[PULL 06/15] pc-bios/s390-ccw: Make get_boot_index() from menu.c global
Thomas Huth
2025/07/11
[PULL 04/15] pc-bios/s390-ccw: Allow to select a different pxelinux.cfg entry via loadparm
Thomas Huth
2025/07/11
[PULL 12/15] tests/functional/test_ppc_bamboo: Replace broken link with working assets
Thomas Huth
2025/07/11
[PULL 13/15] target/s390x: Remove unused s390_cpu_[un]halt() user stubs
Thomas Huth
2025/07/11
[PULL 15/15] target/s390x: Have s390_cpu_halt() not return anything
Thomas Huth
2025/07/11
[PULL 09/15] pc-bios/s390-ccw: link statically
Thomas Huth
2025/07/11
[PULL 11/15] tests/functional: Add dependency to the keymap_targets
Thomas Huth
2025/07/11
[PULL 02/15] target/s390x/tcg: Use vaddr in s390_probe_access()
Thomas Huth
2025/07/11
[PULL 03/15] hw/s390x/s390-pci-bus.c: Use g_assert_not_reached() in functions taking an ett
Thomas Huth
2025/07/11
[PULL 01/15] target/s390x/kvm: Use vaddr in find/insert_hw_breakpoint()
Thomas Huth
2025/07/11
[PULL 00/15] functional tests and s390x patches
Thomas Huth
2025/07/11
[PATCH for v10.0.0] target/riscv/kvm/kvm-cpu: Fixed the issue of resume after QEMU+KVM migration
谢波
2025/07/11
[PATCH v5 09/11] target/loongarch: CPU enable msg interrupts.
Song Gao
2025/07/11
[PATCH v5 08/11] hw/loongarch: Implement avec set irq
Song Gao
2025/07/11
[PATCH v5 10/11] target/loongarch:Implement csrrd CSR_MSGIR register
Song Gao
2025/07/11
[PATCH v5 06/11] hw/loongarch: AVEC controller add a MemoryRegion
Song Gao
2025/07/11
Re: [PATCH v2 00/18] QAPI: add cross-references to qapi docs
Markus Armbruster
2025/07/11
[PATCH v5 11/11] hw/loongarch: Implement AVEC plug/unplug interfaces
Song Gao
2025/07/11
[PATCH v5 05/11] target/loongarch: add msg interrupt CSR registers
Song Gao
2025/07/11
[PATCH v5 01/11] target/loongarch: move some machine define to virt.h
Song Gao
2025/07/11
[PATCH v5 04/11] loongarch: add a advance interrupt controller device
Song Gao
2025/07/11
[PATCH v5 00/11] hw/loongarch: add the advanced extended interrupt controllers (AVECINTC) support
Song Gao
2025/07/11
[PATCH v5 07/11] hw/loongarch: Implement avec controller imput and output pins
Song Gao
2025/07/11
[PATCH v5 02/11] hw/loongarch: add virt feature avecintc support
Song Gao
2025/07/11
[PATCH v5 03/11] hw/loongarch: add misc register supoort avecintc
Song Gao
2025/07/11
Re: [PATCH] target/arm: Remove helper_sme2_luti4_4b
Peter Maydell
2025/07/11
Re: [PATCH 0/4] target/s390x: Cleanups around s390_cpu_[un]halt()
David Hildenbrand
2025/07/11
Re: [PATCH v2 04/18] qapi: add cross-references to crypto.json
Markus Armbruster
2025/07/11
Re: [PATCH v2 00/18] QAPI: add cross-references to qapi docs
Markus Armbruster
2025/07/11
Re: [PATCH 1/2] docs/system: arm: Add max78000 board description
Peter Maydell
2025/07/11
[PATCH v8 12/12] qtest/bios-tables-test: Update tables for smmuv3 tests
Shameer Kolothum via
2025/07/11
Re: [PATCH] qga: Fix truncated output handling in guest-exec status reporting
Daniel P . Berrangé
2025/07/11
Re: [PATCH] i386/tdx: Don't mask off CPUID_EXT_PDCM
Paolo Bonzini
2025/07/11
[PATCH v8 09/12] qemu-options.hx: Document the arm-smmuv3 device
Shameer Kolothum via
2025/07/11
[PATCH v8 06/12] hw/arm/virt: Add an SMMU_IO_LEN macro
Shameer Kolothum via
2025/07/11
[PATCH v8 05/12] hw/arm/virt: Factor out common SMMUV3 dt bindings code
Shameer Kolothum via
2025/07/11
Re: [PATCH 0/4] target/s390x: Cleanups around s390_cpu_[un]halt()
Thomas Huth
2025/07/11
[PATCH v8 11/12] qtest/bios-tables-test: Add tests for legacy smmuv3 and smmuv3 device
Shameer Kolothum via
2025/07/11
[PATCH v8 03/12] hw/arm/virt-acpi-build: Re-arrange SMMUv3 IORT build
Shameer Kolothum via
2025/07/11
[PATCH v8 10/12] bios-tables-test: Allow for smmuv3 test data.
Shameer Kolothum via
2025/07/11
Re: [PATCH v2 03/18] qapi: add cross-references to block layer
Markus Armbruster
2025/07/11
Re: [PATCH v2 08/18] qapi: add cross-references to migration.json
Markus Armbruster
2025/07/11
[PATCH v8 00/12] hw/arm/virt: Add support for user creatable SMMUv3 device
Shameer Kolothum via
2025/07/11
[PATCH v8 08/12] hw/arm/virt: Allow user-creatable SMMUv3 dev instantiation
Shameer Kolothum via
2025/07/11
[PATCH v3] rust: add qdev Device derive macro
Manos Pitsidianakis
2025/07/11
[PATCH v8 07/12] hw/pci: Introduce pci_setup_iommu_per_bus() for per-bus IOMMU ops retrieval
Shameer Kolothum via
2025/07/11
[PATCH v8 02/12] hw/arm/smmu-common: Check SMMU has PCIe Root Complex association
Shameer Kolothum via
2025/07/11
[PATCH v8 04/12] hw/arm/virt-acpi-build: Update IORT for multiple smmuv3 devices
Shameer Kolothum via
2025/07/11
Re: [PATCH 4/4] target/s390x: Extract system internal declarations to s390x-internal.h
Thomas Huth
2025/07/11
Re: [PATCH v2] i386/tdx: Build TDX only for 64-bit target
Paolo Bonzini
2025/07/11
[PATCH v8 01/12] hw/arm/virt-acpi-build: Don't create ITS id mappings by default
Shameer Kolothum via
2025/07/11
Re: [PATCH 0/4] i386: Misc cleanup and fix
Paolo Bonzini
2025/07/11
Re: [PATCH 0/2] Clean up of target/i386/host-cpu.c
Paolo Bonzini
2025/07/11
Re: [PATCH 3/4] target/s390x: Have s390_cpu_halt() not return anything
Thomas Huth
2025/07/11
Re: [PATCH 2/4] target/s390x: Expose s390_count_running_cpus() method
Thomas Huth
2025/07/11
Re: [PATCH 1/4] target/s390x: Remove unused s390_cpu_[un]halt() user stubs
Thomas Huth
2025/07/11
Re: [PULL 14/19] ui/gtk: Update scales in fixed-scale mode when rendering GL area
Weifeng Liu
2025/07/11
Re: [PATCH v2 06/18] qapi: add cross-references to job.json
Markus Armbruster
2025/07/11
[Stable-10.0.3 08/39] ui/vnc.c: replace big endian flag with byte order value
Michael Tokarev
2025/07/11
[Stable-10.0.3 10/39] ui/vnc: fix tight palette pixel encoding for 8/16-bpp formats
Michael Tokarev
2025/07/11
[Stable-10.0.3 34/39] target/arm: Fix SME vs AdvSIMD exception priority
Michael Tokarev
2025/07/11
[Stable-10.0.3 37/39] target/arm: Fix PSEL size operands to tcg_gen_gvec_ands
Michael Tokarev
2025/07/11
[Stable-10.0.3 12/39] vhost: Don't set vring call if guest notifier is unused
Michael Tokarev
2025/07/11
[Stable-10.0.3 11/39] hw/arm: Add missing psci_conduit to NPCM8XX SoC boot info
Michael Tokarev
2025/07/11
[Stable-10.0.3 36/39] target/arm: Fix 128-bit element ZIP, UZP, TRN
Michael Tokarev
2025/07/11
[Stable-10.0.3 39/39] target/arm: Fix bfdotadd_ebf vs nan selection
Michael Tokarev
2025/07/11
[Stable-10.0.3 06/39] ui/gtk: Update scales in fixed-scale mode when rendering GL area
Michael Tokarev
2025/07/11
[Stable-10.0.3 35/39] target/arm: Fix sve_access_check for SME
Michael Tokarev
2025/07/11
[Stable-10.0.3 17/39] audio: fix size calculation in AUD_get_buffer_size_out()
Michael Tokarev
2025/07/11
[Stable-10.0.3 18/39] hw/audio/asc: fix SIGSEGV in asc_realize()
Michael Tokarev
2025/07/11
[Stable-10.0.3 38/39] target/arm: Fix f16_dotadd vs nan selection
Michael Tokarev
2025/07/11
[Stable-10.0.3 16/39] audio: fix SIGSEGV in AUD_get_buffer_size_out()
Michael Tokarev
2025/07/11
[Stable-10.0.3 00/39] Patch Round-up for stable 10.0.3, freeze on 2025-07-21
Michael Tokarev
2025/07/11
[Stable-10.0.3 33/39] hw/s390x/ccw-device: Fix memory leak in loadparm setter
Michael Tokarev
2025/07/11
[Stable-10.0.3 27/39] target/loongarch: add check for fcond
Michael Tokarev
2025/07/11
[Stable-10.0.3 28/39] target/loongarch: fix vldi/xvldi raise wrong error
Michael Tokarev
2025/07/11
[Stable-10.0.3 29/39] tcg: Fix constant propagation in tcg_reg_alloc_dup
Michael Tokarev
2025/07/11
[Stable-10.0.3 23/39] hw/arm/virt: Check bypass iommu is not set for iommu-map DT property
Michael Tokarev
2025/07/11
[Stable-10.0.3 22/39] hw/loongarch/virt: Fix big endian support with MCFG table
Michael Tokarev
2025/07/11
[Stable-10.0.3 24/39] qemu-options.hx: Fix reversed description of icount sleep behavior
Michael Tokarev
2025/07/11
[Stable-10.0.3 21/39] hw/core/qdev-properties-system: Add missing return in set_drive_helper()
Michael Tokarev
2025/07/11
[Stable-10.0.3 31/39] target/arm: Correct KVM & HVF dtb_compatible value
Michael Tokarev
2025/07/11
[Stable-10.0.3 30/39] target/arm: Make RETA[AB] UNDEF when pauth is not implemented
Michael Tokarev
2025/07/11
Re: [PATCH] target/i386: merge host_cpu_instance_init() and host_cpu_max_instance_init()
Paolo Bonzini
2025/07/11
[Stable-10.0.3 03/39] ui/gtk: Document scale and coordinate handling
Michael Tokarev
2025/07/11
[Stable-10.0.3 02/39] hw/arm/aspeed_ast27x0: Fix RAM size detection failure on BE hosts
Michael Tokarev
2025/07/11
[Stable-10.0.3 13/39] hw/i386/pc_piix: Fix RTC ISA IRQ wiring of isapc machine
Michael Tokarev
2025/07/11
[Stable-10.0.3 19/39] target/i386: Remove FRED dependency on WRMSRNS
Michael Tokarev
2025/07/11
[Stable-10.0.3 15/39] hw/i386/amd_iommu: Fix xtsup when vcpus < 255
Michael Tokarev
2025/07/11
[Stable-10.0.3 26/39] linux-user/arm: Fix return value of SYS_cacheflush
Michael Tokarev
2025/07/11
[Stable-10.0.3 14/39] hw/i386/amd_iommu: Fix device setup failure when PT is on.
Michael Tokarev
2025/07/11
[Stable-10.0.3 25/39] hw/arm/mps2: Configure the AN500 CPU with 16 MPU regions
Michael Tokarev
2025/07/11
[Stable-10.0.3 32/39] virtio-gpu: support context init multiple timeline
Michael Tokarev
2025/07/11
[Stable-10.0.3 09/39] ui/vnc: take account of client byte order in pixman format
Michael Tokarev
2025/07/11
[Stable-10.0.3 05/39] gtk/ui: Introduce helper gd_update_scale
Michael Tokarev
2025/07/11
[Stable-10.0.3 07/39] ui/sdl: Consider scaling in mouse event handling
Michael Tokarev
2025/07/11
[Stable-10.0.3 01/39] hw/misc/aspeed_hace: Ensure HASH_IRQ is always set to prevent firmware hang
Michael Tokarev
2025/07/11
[Stable-10.0.3 20/39] iotests: fix 240
Michael Tokarev
2025/07/11
[Stable-10.0.3 04/39] ui/gtk: Use consistent naming for variables in different coordinates
Michael Tokarev
2025/07/11
Re: [PATCH] target/i386: merge host_cpu_instance_init() and host_cpu_max_instance_init()
Xiaoyao Li
2025/07/11
Re: [PATCH] target/i386: merge host_cpu_instance_init() and host_cpu_max_instance_init()
Xiaoyao Li
2025/07/11
[PATCH] target/i386: merge host_cpu_instance_init() and host_cpu_max_instance_init()
Paolo Bonzini
2025/07/11
Re: [PATCH 2/4] target/i386: nvmm, whpx: add accel/CPU class that sets host vendor
Paolo Bonzini
2025/07/11
Re: [PATCH 2/2] tests/functional: Add a test for the MAX78000 arm machine
Thomas Huth
2025/07/11
[PULL v2 0/4] loongarch-to-apply queue
Bibo Mao
2025/07/11
[PULL v2 4/4] target/loongarch: Remove unnecessary page size validity checking
Bibo Mao
2025/07/11
[PULL v2 1/4] hw/intc/loongarch_extioi: Move unrealize function to common code
Bibo Mao
2025/07/11
[PULL v2 2/4] target/loongarch: Correct spelling in helper_csrwr_pwcl()
Bibo Mao
2025/07/11
[PULL v2 3/4] target/loongarch: Fix CSR STLBPS register write emulation
Bibo Mao
2025/07/11
Re: [PULL 14/19] ui/gtk: Update scales in fixed-scale mode when rendering GL area
Marc-André Lureau
2025/07/10
Re: [PATCH 2/4] target/i386: nvmm, whpx: add accel/CPU class that sets host vendor
Xiaoyao Li
2025/07/10
Re: [PATCH 4/4] target/i386: move accel_cpu_instance_init to .instance_init
Paolo Bonzini
2025/07/10
Re: [PATCH 2/4] target/i386: nvmm, whpx: add accel/CPU class that sets host vendor
Paolo Bonzini
2025/07/10
Re: [PATCH v6 1/1] hw/display: Allow injection of virtio-gpu EDID name
Marc-André Lureau
2025/07/10
Re: [PATCH 4/4] target/i386: move accel_cpu_instance_init to .instance_init
Zhao Liu
2025/07/10
Re: [PATCH v9 02/16] backends/confidential-guest-support: Add functions to support IGVM
Ani Sinha
2025/07/10
Re: [PATCH 3/4] target/i386: allow reordering max_x86_cpu_initfn vs accel CPU init
Zhao Liu
2025/07/10
[PATCH v2 16/18] qapi: add cross-references to virtio.json
John Snow
2025/07/10
[PATCH v2 17/18] qapi: add cross-references to yank.json
John Snow
2025/07/10
[PATCH v2 12/18] qapi: add cross-references to replay.json
John Snow
2025/07/10
[PATCH v2 04/18] qapi: add cross-references to crypto.json
John Snow
2025/07/10
[PATCH v2 15/18] qapi: add cross-references to ui.json
John Snow
2025/07/10
[PATCH v2 09/18] qapi: add cross-references to net.json
John Snow
2025/07/10
[PATCH v2 11/18] qapi: add cross-references to QOM
John Snow
2025/07/10
[PATCH v2 03/18] qapi: add cross-references to block layer
John Snow
2025/07/10
[PATCH v2 18/18] qapi: add cross-references to misc modules
John Snow
2025/07/10
[PATCH v2 10/18] qapi: add cross-references to pci.json
John Snow
2025/07/10
[PATCH v2 06/18] qapi: add cross-references to job.json
John Snow
2025/07/10
[PATCH v2 13/18] qapi: add cross-references to run-state.json
John Snow
Later messages