Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-devel (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Fri May 16 2025 11:58:20 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH v4 0/7] util/qemu-sockets: Introduce inet socket options controlling TCP keep-alive
,
Juraj Marcin
,
2025/05/16
[PATCH v4 1/7] io: Fix partial struct copy in qio_dns_resolver_lookup_sync_inet()
,
Juraj Marcin
,
2025/05/16
[PATCH v4 2/7] util/qemu-sockets: Refactor setting client sockopts into a separate function
,
Juraj Marcin
,
2025/05/16
[PATCH v4 3/7] util/qemu-sockets: Refactor success and failure paths in inet_listen_saddr()
,
Juraj Marcin
,
2025/05/16
[PATCH v4 4/7] util/qemu-sockets: Add support for keep-alive flag to passive sockets
,
Juraj Marcin
,
2025/05/16
[PATCH v4 6/7] util/qemu-sockets: Refactor inet_parse() to use QemuOpts
,
Juraj Marcin
,
2025/05/16
[PATCH v4 5/7] tests/unit/test-util-sockets: Add tests for inet_parse()
,
Juraj Marcin
,
2025/05/16
[PATCH v4 7/7] util/qemu-sockets: Introduce inet socket options controlling TCP keep-alive
,
Juraj Marcin
,
2025/05/16
[PATCH v2] docs/interop: convert text files to restructuredText
,
conte . souleymane
,
2025/05/16
[PATCH v2 0/1] docs/interop: convert text files to reStructuredText
,
conte . souleymane
,
2025/05/16
[PATCH v2 1/1] docs/interop: convert text files to restructuredText
,
conte . souleymane
,
2025/05/16
[PATCH] migration/multifd: Don't send device state packets with zerocopy flag
,
Maciej S. Szmigiero
,
2025/05/16
Re: [PATCH] migration/multifd: Don't send device state packets with zerocopy flag
,
Fabiano Rosas
,
2025/05/16
[PATCH RFC] target: riscv: Fix satp mode initialization based on profile
,
Alexandre Ghiti
,
2025/05/16
Re: [PULL 34/46] hw/intc/aspeed: Add Support for AST2700 INTCIO Controller
,
Philippe Mathieu-Daudé
,
2025/05/16
[PATCH v3 0/2] amd_iommu: Fixes
,
Sairaj Kodilkar
,
2025/05/16
[PATCH v3 1/2] hw/i386/amd_iommu: Fix device setup failure when PT is on.
,
Sairaj Kodilkar
,
2025/05/16
Re: [PATCH v3 1/2] hw/i386/amd_iommu: Fix device setup failure when PT is on.
,
Philippe Mathieu-Daudé
,
2025/05/16
[PATCH v3 2/2] hw/i386/amd_iommu: Fix xtsup when vcpus < 255
,
Sairaj Kodilkar
,
2025/05/16
Re: [PATCH v3 2/2] hw/i386/amd_iommu: Fix xtsup when vcpus < 255
,
Philippe Mathieu-Daudé
,
2025/05/16
Re: [PATCH v3 0/2] amd_iommu: Fixes
,
Michael S. Tsirkin
,
2025/05/16
Re: [PATCH v3 0/2] amd_iommu: Fixes
,
Sairaj Kodilkar
,
2025/05/16
[PATCH 0/2] qapi/misc-target: Rename SGX related items to follow QAPI naming style
,
Zhao Liu
,
2025/05/16
[PATCH 1/2] qapi/misc-target: Rename SGXEPCSection to SgxEpcSection
,
Zhao Liu
,
2025/05/16
[PATCH 2/2] qapi/misc-target: Rename SGXInfo to SgxInfo
,
Zhao Liu
,
2025/05/16
Re: [PATCH 2/9] rust/vmstate: Support varray's num field wrapped in BqlCell
,
Zhao Liu
,
2025/05/16
Re: iotest 240 is failing
,
Thomas Huth
,
2025/05/16
[PATCH 0/6] single-binary: build target common libraries with dependencies
,
Pierrick Bouvier
,
2025/05/16
[PATCH 1/6] meson: build target libraries with common dependencies
,
Pierrick Bouvier
,
2025/05/16
Re: [PATCH 1/6] meson: build target libraries with common dependencies
,
Philippe Mathieu-Daudé
,
2025/05/16
Re: [PATCH 1/6] meson: build target libraries with common dependencies
,
Pierrick Bouvier
,
2025/05/16
[PATCH 2/6] hw/arm: remove explicit dependencies listed
,
Pierrick Bouvier
,
2025/05/16
[PATCH 3/6] target/arm: remove explicit dependencies listed
,
Pierrick Bouvier
,
2025/05/16
[PATCH 4/6] meson: apply target config for picking files from lib{system, user}
,
Pierrick Bouvier
,
2025/05/16
[PATCH 5/6] meson: merge lib{system, user}_ss with {system, user}_ss.
,
Pierrick Bouvier
,
2025/05/16
[PATCH 6/6] meson: remove lib{system, user}_ss aliases
,
Pierrick Bouvier
,
2025/05/16
Re: [PATCH 0/6] single-binary: build target common libraries with dependencies
,
Pierrick Bouvier
,
2025/05/16
Re: [PATCH 0/6] single-binary: build target common libraries with dependencies
,
Thomas Huth
,
2025/05/16
[PATCH 0/4] chardev: Fix issues found by vhost-user-test
,
Fabiano Rosas
,
2025/05/15
[PATCH 1/4] chardev: Fix QIOChannel refcount
,
Fabiano Rosas
,
2025/05/15
[PATCH 2/4] chardev: Don't attempt to unregister yank function more than once
,
Fabiano Rosas
,
2025/05/15
[PATCH 3/4] chardev: Consolidate yank registration
,
Fabiano Rosas
,
2025/05/15
[PATCH 4/4] chardev: Introduce a lock for hup_source
,
Fabiano Rosas
,
2025/05/15
Re: [RFC PATCH 04/13] migration: Fix parameter validation
,
Peter Xu
,
2025/05/15
Re: [RFC PATCH 03/13] migration: Run a post update routine after setting parameters
,
Peter Xu
,
2025/05/15
Re: [RFC PATCH 00/13] migration: Unify capabilities and parameters
,
Peter Xu
,
2025/05/15
[PATCH] system/main: comment lock rationale
,
Pierrick Bouvier
,
2025/05/15
Re: [PATCH] system/main: comment lock rationale
,
Pierrick Bouvier
,
2025/05/15
[PATCH v2 00/12] qapi: remove all TARGET_* conditionals from the schema
,
Pierrick Bouvier
,
2025/05/15
[PATCH v2 01/12] qapi: expose rtc-reset-reinjection command unconditionally
,
Pierrick Bouvier
,
2025/05/15
[PATCH v2 02/12] qapi: expand docs for SEV commands
,
Pierrick Bouvier
,
2025/05/15
[PATCH v2 05/12] qapi: make SGX commands unconditionally available
,
Pierrick Bouvier
,
2025/05/15
[PATCH v2 06/12] qapi: make Xen event commands unconditionally available
,
Pierrick Bouvier
,
2025/05/15
[PATCH v2 04/12] qapi: expose query-gic-capability command unconditionally
,
Pierrick Bouvier
,
2025/05/15
[PATCH v2 03/12] qapi: make SEV commands unconditionally available
,
Pierrick Bouvier
,
2025/05/15
[PATCH v2 09/12] qapi: make most CPU commands unconditionally available
,
Pierrick Bouvier
,
2025/05/15
[PATCH v2 07/12] qapi: remove the misc-target.json file
,
Pierrick Bouvier
,
2025/05/15
[PATCH v2 08/12] qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
,
Pierrick Bouvier
,
2025/05/15
[PATCH v2 10/12] qapi: make s390x specific CPU commands unconditionally available
,
Pierrick Bouvier
,
2025/05/15
[PATCH v2 12/12] qapi: make all generated files common
,
Pierrick Bouvier
,
2025/05/15
[PATCH v2 11/12] qapi: remove qapi_specific_outputs from meson.build
,
Pierrick Bouvier
,
2025/05/15
[PATCH 00/27] vfio-user client
,
John Levon
,
2025/05/15
[PATCH 01/27] vfio: return mr from vfio_get_xlat_addr
,
John Levon
,
2025/05/15
Re: [PATCH 01/27] vfio: return mr from vfio_get_xlat_addr
,
John Levon
,
2025/05/15
[PATCH 04/27] vfio: move config space read into vfio_pci_config_setup()
,
John Levon
,
2025/05/15
Re: [PATCH 04/27] vfio: move config space read into vfio_pci_config_setup()
,
Cédric Le Goater
,
2025/05/16
[PATCH 07/27] vfio: add per-region fd support
,
John Levon
,
2025/05/15
[PATCH 08/27] vfio: mark posted writes in region write callbacks
,
John Levon
,
2025/05/15
[PATCH 02/27] vfio/container: pass MemoryRegion to DMA operations
,
John Levon
,
2025/05/15
Re: [PATCH 02/27] vfio/container: pass MemoryRegion to DMA operations
,
Cédric Le Goater
,
2025/05/16
[PATCH 03/27] vfio: move more cleanup into vfio_pci_put_device()
,
John Levon
,
2025/05/15
Re: [PATCH 03/27] vfio: move more cleanup into vfio_pci_put_device()
,
Cédric Le Goater
,
2025/05/16
[PATCH 06/27] vfio: enable per-IRQ MSI-X masking
,
John Levon
,
2025/05/15
[PATCH 22/27] vfio-user: implement VFIO_USER_DMA_MAP/UNMAP
,
John Levon
,
2025/05/15
[PATCH 19/27] vfio-user: forward MSI-X PBA BAR accesses to server
,
John Levon
,
2025/05/15
[PATCH 05/27] vfio: refactor out IRQ signalling setup
,
John Levon
,
2025/05/15
Re: [PATCH 05/27] vfio: refactor out IRQ signalling setup
,
Cédric Le Goater
,
2025/05/16
[PATCH 24/27] vfio-user: add 'x-msg-timeout' option
,
John Levon
,
2025/05/15
[PATCH 14/27] vfio-user: implement VFIO_USER_DEVICE_GET_INFO
,
John Levon
,
2025/05/15
[PATCH 13/27] vfio-user: implement message send infrastructure
,
John Levon
,
2025/05/15
[PATCH 10/27] vfio-user: add vfio-user class and container
,
John Levon
,
2025/05/15
[PATCH 09/27] vfio-user: introduce vfio-user protocol specification
,
John Levon
,
2025/05/15
[PATCH 12/27] vfio-user: implement message receive infrastructure
,
John Levon
,
2025/05/15
[PATCH 15/27] vfio-user: implement VFIO_USER_DEVICE_GET_REGION_INFO
,
John Levon
,
2025/05/15
[PATCH 16/27] vfio-user: implement VFIO_USER_REGION_READ/WRITE
,
John Levon
,
2025/05/15
[PATCH 17/27] vfio-user: set up PCI in vfio_user_pci_realize()
,
John Levon
,
2025/05/15
[PATCH 18/27] vfio-user: implement VFIO_USER_DEVICE_GET/SET_IRQ*
,
John Levon
,
2025/05/15
[PATCH 21/27] vfio-user: implement VFIO_USER_DEVICE_RESET
,
John Levon
,
2025/05/15
[PATCH 11/27] vfio-user: connect vfio proxy to remote server
,
John Levon
,
2025/05/15
[PATCH 20/27] vfio-user: set up container access to the proxy
,
John Levon
,
2025/05/15
[PATCH 25/27] vfio-user: support posted writes
,
John Levon
,
2025/05/15
[PATCH 27/27] docs: add vfio-user documentation
,
John Levon
,
2025/05/15
[PATCH 26/27] vfio-user: add coalesced posted writes
,
John Levon
,
2025/05/15
[PATCH 23/27] vfio-user: implement VFIO_USER_DMA_READ/WRITE
,
John Levon
,
2025/05/15
[PATCH v7 00/14] arm: rework id register storage
,
Cornelia Huck
,
2025/05/15
[PATCH v7 01/14] arm/cpu: Add sysreg definitions in cpu-sysregs.h
,
Cornelia Huck
,
2025/05/15
[PATCH v7 02/14] arm/cpu: Store aa64isar0/aa64zfr0 into the idregs arrays
,
Cornelia Huck
,
2025/05/15
[PATCH v7 03/14] arm/cpu: Store aa64isar1/2 into the idregs array
,
Cornelia Huck
,
2025/05/15
[PATCH v7 04/14] arm/cpu: Store aa64pfr0/1 into the idregs array
,
Cornelia Huck
,
2025/05/15
[PATCH v7 05/14] arm/cpu: Store aa64mmfr0-3 into the idregs array
,
Cornelia Huck
,
2025/05/15
[PATCH v7 06/14] arm/cpu: Store aa64dfr0/1 into the idregs array
,
Cornelia Huck
,
2025/05/15
[PATCH v7 07/14] arm/cpu: Store aa64smfr0 into the idregs array
,
Cornelia Huck
,
2025/05/15
[PATCH v7 11/14] arm/cpu: Store id_mmfr0-5 into the idregs array
,
Cornelia Huck
,
2025/05/15
[PATCH v7 12/14] arm/cpu: Add sysreg generation scripts
,
Cornelia Huck
,
2025/05/15
[PATCH v7 08/14] arm/cpu: Store id_isar0-7 into the idregs array
,
Cornelia Huck
,
2025/05/15
[PATCH v7 09/14] arm/cpu: Store id_pfr0/1/2 into the idregs array
,
Cornelia Huck
,
2025/05/15
[PATCH v7 10/14] arm/cpu: Store id_dfr0/1 into the idregs array
,
Cornelia Huck
,
2025/05/15
[PATCH v7 13/14] arm/cpu: switch to a generated cpu-sysregs.h.inc
,
Cornelia Huck
,
2025/05/15
[PATCH v7 14/14] arm/kvm: use fd instead of fdarray[2]
,
Cornelia Huck
,
2025/05/15
[PATCH v3 0/9] scripts/checkpatch: fix SPDX-License-Identifier detection
,
Daniel P . Berrangé
,
2025/05/15
[PATCH v3 1/9] Revert "scripts: mandate that new files have SPDX-License-Identifier"
,
Daniel P . Berrangé
,
2025/05/15
[PATCH v3 2/9] scripts/checkpatch.pl: fix various indentation mistakes
,
Daniel P . Berrangé
,
2025/05/15
[PATCH v3 3/9] scripts/checkpatch: introduce tracking of file start/end
,
Daniel P . Berrangé
,
2025/05/15
[PATCH v3 4/9] scripts/checkpatch: use new hook for ACPI test data check
,
Daniel P . Berrangé
,
2025/05/15
Re: [PATCH v3 4/9] scripts/checkpatch: use new hook for ACPI test data check
,
Cédric Le Goater
,
2025/05/15
[PATCH v3 5/9] scripts/checkpatch: use new hook for file permissions check
,
Daniel P . Berrangé
,
2025/05/15
[PATCH v3 6/9] scripts/checkpatch: expand pattern for matching makefiles
,
Daniel P . Berrangé
,
2025/05/15
Re: [PATCH v3 6/9] scripts/checkpatch: expand pattern for matching makefiles
,
Cédric Le Goater
,
2025/05/15
[PATCH v3 7/9] scripts/checkpatch: use new hook for MAINTAINERS update check
,
Daniel P . Berrangé
,
2025/05/15
[PATCH v3 8/9] scripts/checkpatch: reimplement mandate for SPDX-License-Identifier
,
Daniel P . Berrangé
,
2025/05/15
[PATCH v3 9/9] scripts/checkpatch: reject license boilerplate on new files
,
Daniel P . Berrangé
,
2025/05/15
Re: [PATCH v3 9/9] scripts/checkpatch: reject license boilerplate on new files
,
Cédric Le Goater
,
2025/05/15
Re: [PATCH v3 9/9] scripts/checkpatch: reject license boilerplate on new files
,
Daniel P . Berrangé
,
2025/05/15
Re: [PATCH v3 9/9] scripts/checkpatch: reject license boilerplate on new files
,
Cédric Le Goater
,
2025/05/15
Re: [PATCH v3 9/9] scripts/checkpatch: reject license boilerplate on new files
,
Cédric Le Goater
,
2025/05/15
Re: [PATCH v3 9/9] scripts/checkpatch: reject license boilerplate on new files
,
Daniel P . Berrangé
,
2025/05/15
[PATCH 0/4] hw/microblaze: Endianness clean-ups and deprecations
,
Thomas Huth
,
2025/05/15
[PATCH 1/4] hw/microblaze: Add endianness property to the petalogix_s3adsp1800 machine
,
Thomas Huth
,
2025/05/15
[PATCH 2/4] tests/functional: Test both microblaze s3adsp1800 endianness variants
,
Thomas Huth
,
2025/05/15
[PATCH 3/4] hw/microblaze: Remove the big-endian variants of ml605 and xlnx-zynqmp-pmu
,
Thomas Huth
,
2025/05/15
Re: [PATCH 3/4] hw/microblaze: Remove the big-endian variants of ml605 and xlnx-zynqmp-pmu
,
Philippe Mathieu-Daudé
,
2025/05/16
Re: [PATCH 3/4] hw/microblaze: Remove the big-endian variants of ml605 and xlnx-zynqmp-pmu
,
Thomas Huth
,
2025/05/16
[PATCH 4/4] docs: Deprecate the qemu-system-microblazeel binary
,
Thomas Huth
,
2025/05/15
Re: [PULL 45/46] tests/functional/aspeed: Add test case for AST2700 A1
,
Cédric Le Goater
,
2025/05/15
RE: [PULL 45/46] tests/functional/aspeed: Add test case for AST2700 A1
,
Jamin Lin
,
2025/05/15
Re: [PULL 45/46] tests/functional/aspeed: Add test case for AST2700 A1
,
Cédric Le Goater
,
2025/05/16
[PATCH V3 0/4] acpi: Add machine option to disable SPCR table
,
Li Chen
,
2025/05/15
[PATCH V3 1/4] acpi: Add machine option to disable SPCR table
,
Li Chen
,
2025/05/15
[PATCH V3 2/4] tests/qtest/bios-tables-test: Add test for disabling SPCR on AArch64
,
Li Chen
,
2025/05/15
[PATCH V3 3/4] tests/qtest/bios-tables-test: Add test for disabling SPCR on RISC-V
,
Li Chen
,
2025/05/15
[PATCH V3 4/4] acpi/virt: suppress UART device & SPCR when guest has no serial hardware
,
Li Chen
,
2025/05/15
[PULL 0/1] nvme queue
,
Klaus Jensen
,
2025/05/15
[PULL 1/1] hw/nvme: fix nvme hotplugging
,
Klaus Jensen
,
2025/05/15
[PATCH 0/2] block/rbd: support selected key-value-pairs via QAPI
,
Fiona Ebner
,
2025/05/15
[PATCH 2/2] block/rbd: support keyring option via QAPI
,
Fiona Ebner
,
2025/05/15
[PATCH 1/2] block/rbd: support selected key-value-pairs via QAPI
,
Fiona Ebner
,
2025/05/15
[PULL 00/58] target-arm queue
,
Peter Maydell
,
2025/05/15
[PULL 01/58] target/microblaze: Use 'obj' in DEVICE() casts in mb_cpu_initfn()
,
Peter Maydell
,
2025/05/15
[PULL 02/58] target/microblaze: Delay gdb_register_coprocessor() to realize
,
Peter Maydell
,
2025/05/15
[PULL 03/58] hw/core/cpu-common: Don't init gdbstub until cpu_exec_realizefn()
,
Peter Maydell
,
2025/05/15
[PULL 04/58] target/arm: Present AArch64 gdbstub based on ARM_FEATURE_AARCH64
,
Peter Maydell
,
2025/05/15
[PULL 06/58] target/arm/kvm: don't check TYPE_AARCH64_CPU
,
Peter Maydell
,
2025/05/15
[PULL 05/58] target/arm: Move aarch64 CPU property code to TYPE_ARM_CPU
,
Peter Maydell
,
2025/05/15
[PULL 07/58] target/arm: Remove TYPE_AARCH64_CPU
,
Peter Maydell
,
2025/05/15
[PULL 08/58] rust: pl011: Cut down amount of text quoted from PL011 TRM
,
Peter Maydell
,
2025/05/15
[PULL 10/58] MAINTAINERS: Add an entry for the Bananapi machine
,
Peter Maydell
,
2025/05/15
[PULL 11/58] target/arm: Replace target_ulong -> vaddr for HWBreakpoint
,
Peter Maydell
,
2025/05/15
[PULL 12/58] include/system/hvf: missing vaddr include
,
Peter Maydell
,
2025/05/15
[PULL 13/58] meson: add common libs for target and target_system
,
Peter Maydell
,
2025/05/15
[PULL 09/58] hw/arm: Replace TABs for spaces in OMAP board and device code
,
Peter Maydell
,
2025/05/15
[PULL 14/58] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
,
Peter Maydell
,
2025/05/15
[PULL 17/58] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
,
Peter Maydell
,
2025/05/15
[PULL 15/58] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
,
Peter Maydell
,
2025/05/15
[PULL 21/58] target/arm/cpu32-stubs.c: compile file twice (user, system)
,
Peter Maydell
,
2025/05/15
[PULL 19/58] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
,
Peter Maydell
,
2025/05/15
[PULL 18/58] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
,
Peter Maydell
,
2025/05/15
[PULL 22/58] tcg: add vaddr type for helpers
,
Peter Maydell
,
2025/05/15
[PULL 24/58] target/arm/helper: use vaddr instead of target_ulong for probe_access
,
Peter Maydell
,
2025/05/15
[PULL 20/58] target/arm/cpu: compile file twice (user, system) only
,
Peter Maydell
,
2025/05/15
[PULL 28/58] target/arm/debug_helper: compile file twice (user, system)
,
Peter Maydell
,
2025/05/15
[PULL 23/58] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
,
Peter Maydell
,
2025/05/15
[PULL 27/58] target/arm/debug_helper: remove target_ulong
,
Peter Maydell
,
2025/05/15
[PULL 38/58] target/arm/cortex-regs: compile file once (system)
,
Peter Maydell
,
2025/05/15
[PULL 32/58] target/arm/helper: remove remaining TARGET_AARCH64
,
Peter Maydell
,
2025/05/15
[PULL 25/58] target/arm/helper: extract common helpers
,
Peter Maydell
,
2025/05/15
[PULL 30/58] target/arm/helper: replace target_ulong by vaddr
,
Peter Maydell
,
2025/05/15
[PULL 26/58] target/arm/debug_helper: only include common helpers
,
Peter Maydell
,
2025/05/15
[PULL 29/58] target/arm/helper: restrict include to common helpers
,
Peter Maydell
,
2025/05/15
[PULL 35/58] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
,
Peter Maydell
,
2025/05/15
[PULL 37/58] target/arm/arm-powerctl: compile file once (system)
,
Peter Maydell
,
2025/05/15
[PULL 42/58] target/arm/meson: accelerator files are not needed in user mode
,
Peter Maydell
,
2025/05/15
[PULL 50/58] target/arm/tcg/crypto_helper: compile file once
,
Peter Maydell
,
2025/05/15
[PULL 53/58] target/arm/tcg/neon_helper: compile file twice (system, user)
,
Peter Maydell
,
2025/05/15
[PULL 46/58] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
,
Peter Maydell
,
2025/05/15
[PULL 36/58] target/arm/arch_dump: compile file once (system)
,
Peter Maydell
,
2025/05/15
[PULL 40/58] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
,
Peter Maydell
,
2025/05/15
[PULL 39/58] target/arm/ptw: replace target_ulong with int64_t
,
Peter Maydell
,
2025/05/15
[PULL 48/58] target/arm/machine: compile file once (system)
,
Peter Maydell
,
2025/05/15
[PULL 57/58] target/arm/tcg/arith_helper: compile file once
,
Peter Maydell
,
2025/05/15
[PULL 16/58] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
,
Peter Maydell
,
2025/05/15
[PULL 34/58] target/arm/vfp_fpscr: compile file twice (user, system)
,
Peter Maydell
,
2025/05/15
[PULL 33/58] target/arm/helper: compile file twice (user, system)
,
Peter Maydell
,
2025/05/15
[PULL 31/58] target/arm/helper: expose aarch64 cpu registration
,
Peter Maydell
,
2025/05/15
[PULL 41/58] target/arm/ptw: compile file once (system)
,
Peter Maydell
,
2025/05/15
[PULL 43/58] target/arm/kvm-stub: compile file once (system)
,
Peter Maydell
,
2025/05/15
[PULL 44/58] target/arm/machine: reduce migration include to avoid target specific definitions
,
Peter Maydell
,
2025/05/15
[PULL 45/58] target/arm/machine: remove TARGET_AARCH64 from migration state
,
Peter Maydell
,
2025/05/15
[PULL 47/58] target/arm/kvm-stub: add missing stubs
,
Peter Maydell
,
2025/05/15
[PULL 52/58] target/arm/tcg/iwmmxt_helper: compile file twice (system, user)
,
Peter Maydell
,
2025/05/15
[PULL 51/58] target/arm/tcg/hflags: compile file twice (system, user)
,
Peter Maydell
,
2025/05/15
[PULL 54/58] target/arm/tcg/tlb_helper: compile file twice (system, user)
,
Peter Maydell
,
2025/05/15
[PULL 55/58] target/arm/helper: restrict define_tlb_insn_regs to system target
,
Peter Maydell
,
2025/05/15
[PULL 56/58] target/arm/tcg/tlb-insns: compile file once (system)
,
Peter Maydell
,
2025/05/15
[PULL 58/58] target/arm/tcg/vfp_helper: compile file twice (system, user)
,
Peter Maydell
,
2025/05/15
[PULL 49/58] target/arm/tcg/vec_internal: use forward declaration for CPUARMState
,
Peter Maydell
,
2025/05/15
[PATCH] docs/interop: convert text files to restructuredText
,
conte . souleymane
,
2025/05/15
Re: [PATCH] docs/interop: convert text files to restructuredText
,
Eric Blake
,
2025/05/15
Re: [PATCH] docs/interop: convert text files to restructuredText
,
souleymane conté
,
2025/05/16
Re: [PATCH v2 08/20] mcd: Implement server connection API
,
Daniel P . Berrangé
,
2025/05/15
Re: [PATCH v2 03/20] mcd: Introduce MCD server
,
Daniel P . Berrangé
,
2025/05/15
[PATCH v3 00/28] Fix incorrect hash results on AST2700
,
Jamin Lin
,
2025/05/15
[PATCH v3 01/28] hw/misc/aspeed_hace: Remove unused code for better readability
,
Jamin Lin
,
2025/05/15
[PATCH v3 03/28] hw/misc/aspeed_hace: Ensure HASH_IRQ is always set to prevent firmware hang
,
Jamin Lin
,
2025/05/15
[PATCH v3 07/28] hw/misc/aspeed_hace: Extract non-accumulation hash execution into helper function
,
Jamin Lin
,
2025/05/15
[PATCH v3 05/28] hw/misc/aspeed_hace: Extract SG-mode hash buffer setup into helper function
,
Jamin Lin
,
2025/05/15
[PATCH v3 02/28] hw/misc/aspeed_hace: Improve readability and consistency in variable naming
,
Jamin Lin
,
2025/05/15
[PATCH v3 04/28] hw/misc/aspeed_hace: Extract direct mode hash buffer setup into helper function
,
Jamin Lin
,
2025/05/15
[PATCH v3 06/28] hw/misc/aspeed_hace: Extract digest write and iov unmap into helper function
,
Jamin Lin
,
2025/05/15
[PATCH v3 08/28] hw/misc/aspeed_hace: Extract accumulation-mode hash execution into helper function
,
Jamin Lin
,
2025/05/15
[PATCH v3 10/28] hw/misc/aspeed_hace: Rename R_HASH_DEST to R_HASH_DIGEST and introduce 64-bit hash digest address helper
,
Jamin Lin
,
2025/05/15
[PATCH v3 09/28] hw/misc/aspeed_hace: Introduce 64-bit hash source address helper function
,
Jamin Lin
,
2025/05/15
[PATCH v3 11/28] hw/misc/aspeed_hace: Support accumulative mode for direct access mode
,
Jamin Lin
,
2025/05/15
[PATCH v3 13/28] hw/misc/aspeed_hace: Add support for source, digest, key buffer 64 bit addresses
,
Jamin Lin
,
2025/05/15
[PATCH v3 17/28] tests/qtest: Reorder aspeed test list
,
Jamin Lin
,
2025/05/15
[PATCH v3 18/28] test/qtest: Introduce a new aspeed-hace-utils.c to place common testcases
,
Jamin Lin
,
2025/05/15
[PATCH v3 12/28] hw/misc/aspeed_hace: Move register size to instance class and dynamically allocate regs
,
Jamin Lin
,
2025/05/15
[PATCH v3 15/28] hw/misc/aspeed_hace: Add trace-events for better debugging
,
Jamin Lin
,
2025/05/15
[PATCH v3 16/28] hw/misc/aspeed_hace: Support to dump plaintext and digest for better debugging
,
Jamin Lin
,
2025/05/15
[PATCH v3 19/28] test/qtest/hace: Specify explicit array sizes for test vectors and hash results
,
Jamin Lin
,
2025/05/15
[PATCH v3 20/28] test/qtest/hace: Adjust test address range for AST1030 due to SRAM limitations
,
Jamin Lin
,
2025/05/15
[PATCH v3 14/28] hw/misc/aspeed_hace: Support DMA 64 bits dram address
,
Jamin Lin
,
2025/05/15
[PATCH v3 21/28] test/qtest/hace: Add SHA-384 test cases for ASPEED HACE model
,
Jamin Lin
,
2025/05/15
[PATCH v3 22/28] test/qtest/hace: Add SHA-384 tests for AST2600
,
Jamin Lin
,
2025/05/15
[PATCH v3 25/28] test/qtest/hace: Support 64-bit source and digest addresses for AST2700
,
Jamin Lin
,
2025/05/15
[PATCH v3 23/28] test/qtest/hace: Add tests for AST1030
,
Jamin Lin
,
2025/05/15
[PATCH v3 24/28] test/qtest/hace: Update source data and digest data type to 64-bit
,
Jamin Lin
,
2025/05/15
[PATCH v3 26/28] test/qtest/hace: Support to test upper 32 bits of digest and source addresses
,
Jamin Lin
,
2025/05/15
[PATCH v3 27/28] test/qtest/hace: Support to validate 64-bit hmac key buffer addresses
,
Jamin Lin
,
2025/05/15
[PATCH v3 28/28] test/qtest/hace: Add tests for AST2700
,
Jamin Lin
,
2025/05/15
[PATCH] virtio: check for validity of indirect descriptors
,
Yuri Benditovich
,
2025/05/15
[PATCH v2 0/7] audio related fixes for 10.1
,
Volker Rümelin
,
2025/05/15
[PATCH v2 3/7] audio: fix size calculation in AUD_get_buffer_size_out()
,
Volker Rümelin
,
2025/05/15
[PATCH v2 4/7] hw/audio/asc: fix SIGSEGV in asc_realize()
,
Volker Rümelin
,
2025/05/15
Re: [PATCH v2 4/7] hw/audio/asc: fix SIGSEGV in asc_realize()
,
Mark Cave-Ayland
,
2025/05/15
[PATCH v2 6/7] audio/mixeng: remove unnecessary pointer type casts
,
Volker Rümelin
,
2025/05/15
[PATCH v2 5/7] hw/audio/asc: replace g_malloc0() with g_malloc()
,
Volker Rümelin
,
2025/05/15
[PATCH v2 1/7] tests/functional: use 'none' audio driver for q800 tests
,
Volker Rümelin
,
2025/05/15
[PATCH v2 2/7] audio: fix SIGSEGV in AUD_get_buffer_size_out()
,
Volker Rümelin
,
2025/05/15
[PATCH v2 7/7] audio: add float sample endianness converters
,
Volker Rümelin
,
2025/05/15
[PATCH qemu v7 0/1] target/riscv: Add Zilsd and Zclsd extension support
,
~liuxu
,
2025/05/15
[PATCH qemu v7 1/1] target/riscv: Add Zilsd and Zclsd extension support
,
~liuxu
,
2025/05/15
[PATCH v4 0/7] ui/spice: Enable gl=on option for non-local or remote clients
,
Vivek Kasireddy
,
2025/05/14
[PATCH v4 4/7] ui/spice: Add an option to submit gl_draw requests at fixed rate
,
Vivek Kasireddy
,
2025/05/14
[PATCH v4 3/7] ui/spice: Enable gl=on option for non-local or remote clients
,
Vivek Kasireddy
,
2025/05/14
[PATCH v4 2/7] ui/spice: Add an option for users to provide a preferred codec
,
Vivek Kasireddy
,
2025/05/14
[PATCH v4 5/7] ui/console-gl: Add a helper to create a texture with linear memory layout
,
Vivek Kasireddy
,
2025/05/14
[PATCH v4 7/7] ui/spice: Blit the scanout texture if its memory layout is not linear
,
Vivek Kasireddy
,
2025/05/14
[PATCH v4 1/7] ui/egl-helpers: Error check the fds in egl_dmabuf_export_texture()
,
Vivek Kasireddy
,
2025/05/14
[PATCH v4 6/7] ui/spice: Create a new texture with linear layout when gl=on is enabled
,
Vivek Kasireddy
,
2025/05/14
[PULL 00/14] NBD patches for 2025-05-14
,
Eric Blake
,
2025/05/14
[PULL 02/14] file-posix, gluster: Handle zero block status hint better
,
Eric Blake
,
2025/05/14
[PULL 01/14] block: Expand block status mode from bool to flags
,
Eric Blake
,
2025/05/14
[PULL 03/14] block: Let bdrv_co_is_zero_fast consolidate adjacent extents
,
Eric Blake
,
2025/05/14
[PULL 05/14] iotests: Improve iotest 194 to mirror data
,
Eric Blake
,
2025/05/14
[PULL 04/14] block: Add new bdrv_co_is_all_zeroes() function
,
Eric Blake
,
2025/05/14
[PULL 06/14] mirror: Minor refactoring
,
Eric Blake
,
2025/05/14
[PULL 09/14] mirror: Drop redundant zero_target parameter
,
Eric Blake
,
2025/05/14
[PULL 10/14] mirror: Skip pre-zeroing destination if it is already zero
,
Eric Blake
,
2025/05/14
[PULL 11/14] mirror: Skip writing zeroes when target is already zero
,
Eric Blake
,
2025/05/14
[PULL 12/14] iotests/common.rc: add disk_usage function
,
Eric Blake
,
2025/05/14
[PULL 07/14] mirror: Pass full sync mode rather than bool to internals
,
Eric Blake
,
2025/05/14
[PULL 08/14] mirror: Allow QMP override to declare target already zero
,
Eric Blake
,
2025/05/14
[PULL 13/14] tests: Add iotest mirror-sparse for recent patches
,
Eric Blake
,
2025/05/14
[PULL 14/14] mirror: Reduce I/O when destination is detect-zeroes:unmap
,
Eric Blake
,
2025/05/14
[PATCH v4 0/4] x86-disas: port x86-mini disassembler to QEMU
,
Michael Clark
,
2025/05/14
[PATCH v4 2/4] x86-disas: add x86-mini metadata documentation
,
Michael Clark
,
2025/05/14
[PATCH v4 1/4] x86-disas: add x86-mini instruction set metadata
,
Michael Clark
,
2025/05/14
[PATCH v4 3/4] x86-disas: add x86-mini metadata tablegen script
,
Michael Clark
,
2025/05/14
[PATCH v4 4/4] x86-disas: add x86-mini disassembler implementation
,
Michael Clark
,
2025/05/14
[PATCH 00/12] qapi: remove all TARGET_* conditionals from the schema
,
Pierrick Bouvier
,
2025/05/14
[PATCH 01/12] qapi: expose rtc-reset-reinjection command unconditionally
,
Pierrick Bouvier
,
2025/05/14
Re: [PATCH 01/12] qapi: expose rtc-reset-reinjection command unconditionally
,
Daniel P . Berrangé
,
2025/05/15
Re: [PATCH 01/12] qapi: expose rtc-reset-reinjection command unconditionally
,
Pierrick Bouvier
,
2025/05/15
[PATCH 02/12] qapi: expand docs for SEV commands
,
Pierrick Bouvier
,
2025/05/14
[PATCH 04/12] qapi: expose query-gic-capability command unconditionally
,
Pierrick Bouvier
,
2025/05/14
[PATCH 07/12] qapi: remove the misc-target.json file
,
Pierrick Bouvier
,
2025/05/14
[PATCH 08/12] qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
,
Pierrick Bouvier
,
2025/05/14
[PATCH 03/12] qapi: make SEV commands unconditionally available
,
Pierrick Bouvier
,
2025/05/14
[PATCH 05/12] qapi: make SGX commands unconditionally available
,
Pierrick Bouvier
,
2025/05/14
[PATCH 06/12] qapi: make Xen event commands unconditionally available
,
Pierrick Bouvier
,
2025/05/14
[PATCH 11/12] qapi: remove qapi_specific_outputs from meson.build
,
Pierrick Bouvier
,
2025/05/14
Re: [PATCH 11/12] qapi: remove qapi_specific_outputs from meson.build
,
Daniel P . Berrangé
,
2025/05/15
[PATCH 09/12] qapi: make most CPU commands unconditionally available
,
Pierrick Bouvier
,
2025/05/14
Re: [PATCH 09/12] qapi: make most CPU commands unconditionally available
,
Richard Henderson
,
2025/05/15
Re: [PATCH 09/12] qapi: make most CPU commands unconditionally available
,
Richard Henderson
,
2025/05/15
Re: [PATCH 09/12] qapi: make most CPU commands unconditionally available
,
Pierrick Bouvier
,
2025/05/15
[PATCH 10/12] qapi: make s390x specific CPU commands unconditionally available
,
Pierrick Bouvier
,
2025/05/14
[PATCH 12/12] qapi: make all generated files common
,
Pierrick Bouvier
,
2025/05/14
Re: [PATCH 12/12] qapi: make all generated files common
,
Daniel P . Berrangé
,
2025/05/15
Re: [PATCH 00/12] qapi: remove all TARGET_* conditionals from the schema
,
Richard Henderson
,
2025/05/15
Re: [PATCH 00/12] qapi: remove all TARGET_* conditionals from the schema
,
Pierrick Bouvier
,
2025/05/15
Re: [PATCH 7/7] target/riscv: Fix write_misa vs aligned next_pc
,
Daniel Henrique Barboza
,
2025/05/14
Re: [PATCH 7/7] target/riscv: Fix write_misa vs aligned next_pc
,
Richard Henderson
,
2025/05/15
[PATCH v2 0/2] migration: Some fix and enhancements to HMP "info migrate"
,
Peter Xu
,
2025/05/14
[PATCH v2 1/2] migration: Allow caps to be set when preempt or multifd cap enabled
,
Peter Xu
,
2025/05/14
[PATCH v2 2/2] migration/hmp: Add "info migrate -a", reorg the dump
,
Peter Xu
,
2025/05/14
Re: [PATCH v2 2/2] migration/hmp: Add "info migrate -a", reorg the dump
,
Dr. David Alan Gilbert
,
2025/05/14
Re: [PATCH v2 2/2] migration/hmp: Add "info migrate -a", reorg the dump
,
Peter Xu
,
2025/05/14
Re: [PATCH v2 2/2] migration/hmp: Add "info migrate -a", reorg the dump
,
Dr. David Alan Gilbert
,
2025/05/14
[Stable-10.0.1 00/23] Patch Round-up for stable 10.0.1, freeze on 2025-05-24
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 03/23] target/i386/hvf: fix lflags_to_rflags
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 01/23] target/i386: Fix model number of Zhaoxin YongFeng vCPU template
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 02/23] target/i386: Reset parked vCPUs together with the online ones
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 05/23] hw/core: Get default_cpu_type calling machine_class_default_cpu_type()
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 04/23] target/avr: Improve decode of LDS, STS
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 07/23] target/mips: Fix MIPS16e translation
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 06/23] hw/core/cpu: gdb_arch_name string should not be freed
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 08/23] meson: Use has_header_symbol() to check getcpu()
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 09/23] meson: Remove CONFIG_STATX and CONFIG_STATX_MNT_ID
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 10/23] meson: Share common C source prefixes
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 11/23] meson: Use osdep_prefix for strchrnul()
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 13/23] hw/arm/npcm8xx_boards: Correct valid_cpu_types setting of NPCM8XX SoC
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 14/23] target/arm: Don't assert() for ISB/SB inside IT block
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 12/23] accel/tcg: Don't use TARGET_LONG_BITS in decode_sleb128
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 15/23] docs: Don't define duplicate label in qemu-block-drivers.rst.inc
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 20/23] xen: mapcache: Split mapcache_grants by ro and rw
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 18/23] target/i386: do not block singlestep for STI
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 21/23] hw/i2c/imx: Always set interrupt status bit if interrupt condition occurs
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 22/23] 9pfs: fix concurrent v9fs_reclaim_fd() calls
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 19/23] xen: mapcache: Fix finding matching entry
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 16/23] hw/gpio/imx_gpio: Fix interpretation of GDIR polarity
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 23/23] 9pfs: fix FD leak and reduce latency of v9fs_reclaim_fd()
,
Michael Tokarev
,
2025/05/14
[Stable-10.0.1 17/23] target/i386: do not trigger IRQ shadow for LSS
,
Michael Tokarev
,
2025/05/14
[PATCH 00/22] ACPI PCI Hotplug support on ARM
,
Eric Auger
,
2025/05/14
[PATCH 01/22] hw/i386/acpi-build: Make aml_pci_device_dsm() static
,
Eric Auger
,
2025/05/14
[PATCH 02/22] hw/arm/virt: Introduce machine state acpi pcihp flags and props
,
Eric Auger
,
2025/05/14
[PATCH 03/22] hw/acpi: Rename and move build_x86_acpi_pci_hotplug to pcihp
,
Eric Auger
,
2025/05/14
[PATCH 04/22] hw/pci-host/gpex-acpi: Add native_pci_hotplug arg to acpi_dsdt_add_pci_osc
,
Eric Auger
,
2025/05/14
[PATCH 05/22] hw/pci-host/gpex-acpi: Split host bridge OSC and DSM generation
,
Eric Auger
,
2025/05/14
[PATCH 08/22] hw/pci-host/gpex-acpi: Use build_pci_host_bridge_osc_method
,
Eric Auger
,
2025/05/14
[PATCH 10/22] hw/acpi/pcihp: Add an AmlRegionSpace arg to build_acpi_pci_hotplug
,
Eric Auger
,
2025/05/14
[PATCH 12/22] hw/i386/acpi-build: Move build_append_pci_bus_devices/pcihp_slots to pcihp
,
Eric Auger
,
2025/05/14
[PATCH 06/22] hw/pci-host/gpex-acpi: Propagate hotplug type info from virt machine downto gpex
,
Eric Auger
,
2025/05/14
[PATCH 07/22] hw/i386/acpi-build: Turn build_q35_osc_method into a generic method
,
Eric Auger
,
2025/05/14
[PATCH 09/22] hw/i386/acpi-build: Introduce build_append_pcihp_resources() helper
,
Eric Auger
,
2025/05/14
[PATCH 11/22] hw/i386/acpi-build: Move build_append_notification_callback to pcihp
,
Eric Auger
,
2025/05/14
[PATCH 14/22] hw/i386/acpi-build: Move aml_pci_edsm to a generic place
,
Eric Auger
,
2025/05/14
[PATCH 13/22] hw/i386/acpi-build: Introduce and use acpi_get_pci_host
,
Eric Auger
,
2025/05/14
[PATCH 15/22] hw/arm/virt-acpi-build: Modify the DSDT ACPI table to enable ACPI PCI hotplug
,
Eric Auger
,
2025/05/14
[PATCH 16/22] hw/acpi/ged: Prepare the device to react to PCI hotplug events
,
Eric Auger
,
2025/05/14
[PATCH 17/22] hw/acpi/ged: Call pcihp plug callbacks in hotplug handler implementation
,
Eric Auger
,
2025/05/14
[PATCH 18/22] hw/acpi/ged: Support migration of AcpiPciHpState
,
Eric Auger
,
2025/05/14
[PATCH 19/22] hw/core/sysbus: Introduce sysbus_mmio_map_name() helper
,
Eric Auger
,
2025/05/14
[PATCH 22/22] hw/arm/virt: Use ACPI PCI hotplug by default
,
Eric Auger
,
2025/05/14
[PATCH 21/22] hw/arm/virt: Plug pcihp hotplug/hotunplug callbacks
,
Eric Auger
,
2025/05/14
[PATCH 20/22] hw/arm/virt: Let virt support pci hotplug/unplug GED event
,
Eric Auger
,
2025/05/14
Re: [RFC 18/24] hw/acpi/ged: Prepare the device to react to PCI hotplug events
,
Gustavo Romero
,
2025/05/14
Re: [RFC 18/24] hw/acpi/ged: Prepare the device to react to PCI hotplug events
,
Eric Auger
,
2025/05/14
Re: [PATCH v2] Add a simple zh_TW Traditional Chinese translation
,
Peter Dave Hello
,
2025/05/14
Re: [PATCH v5 1/3] Add support for emulation of CRC32 instructions
,
Aleksandar Rakic
,
2025/05/14
[Stable-9.2.4 00/34] Patch Round-up for stable 9.2.4, freeze on 2025-05-24
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 01/34] docs/specs/riscv-iommu: Fixed broken link to external risv iommu document
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 02/34] hw/rtc/goldfish: keep time offset when resetting
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 03/34] hw/pci-host/designware: Fix ATU_UPPER_TARGET register access
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 04/34] target/avr: Fix buffer read in avr_print_insn
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 06/34] target/mips: Require even maskbits in update_pagemask
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 07/34] target/mips: Simplify and fix update_pagemask
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 05/34] target/mips: Revert TARGET_PAGE_BITS_VARY
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 08/34] migration: fix SEEK_CUR offset calculation in qio_channel_block_seek
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 09/34] virtio-net: Fix num_buffers for version 1
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 11/34] tcg: Allocate TEMP_VAL_MEM frame in temp_load()
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 12/34] target/ppc: Big-core scratch register fix
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 10/34] hw/i386/amd_iommu: Assign pci-id 0x1419 for the AMD IOMMU device
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 13/34] target/ppc: Fix SPRC/SPRD SPRs for P9/10
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 14/34] scsi-disk: Apply error policy for host_status errors again
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 15/34] smbios: Fix buffer overrun when using path= option
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 16/34] plugins/loader: fix deadlock when resetting/uninstalling a plugin
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 17/34] Fix objdump output parser in "nsis.py"
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 18/34] Revert "virtio-net: Copy received header to buffer"
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 22/34] hw/core/cpu: gdb_arch_name string should not be freed
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 31/34] gitlab: use --refetch in check-patch/check-dco jobs
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 23/34] target/mips: Fix MIPS16e translation
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 24/34] meson: Use has_header_symbol() to check getcpu()
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 25/34] meson: Remove CONFIG_STATX and CONFIG_STATX_MNT_ID
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 26/34] accel/tcg: Don't use TARGET_LONG_BITS in decode_sleb128
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 19/34] target/i386/hvf: fix lflags_to_rflags
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 30/34] target/i386: do not block singlestep for STI
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 20/34] target/avr: Improve decode of LDS, STS
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 21/34] hw/core: Get default_cpu_type calling machine_class_default_cpu_type()
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 28/34] hw/gpio/imx_gpio: Fix interpretation of GDIR polarity
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 29/34] target/i386: do not trigger IRQ shadow for LSS
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 32/34] hw/i2c/imx: Always set interrupt status bit if interrupt condition occurs
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 27/34] target/arm: Don't assert() for ISB/SB inside IT block
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 33/34] 9pfs: fix concurrent v9fs_reclaim_fd() calls
,
Michael Tokarev
,
2025/05/14
[Stable-9.2.4 34/34] 9pfs: fix FD leak and reduce latency of v9fs_reclaim_fd()
,
Michael Tokarev
,
2025/05/14
[Stable-7.2.18 00/18] Patch Round-up for stable 7.2.18, freeze on 2025-05-24
,
Michael Tokarev
,
2025/05/14
[Stable-7.2.18 02/18] hw/rtc/goldfish: keep time offset when resetting
,
Michael Tokarev
,
2025/05/14
[Stable-7.2.18 05/18] target/mips: Revert TARGET_PAGE_BITS_VARY
,
Michael Tokarev
,
2025/05/14
[Stable-7.2.18 04/18] target/avr: Fix buffer read in avr_print_insn
,
Michael Tokarev
,
2025/05/14
[Stable-7.2.18 03/18] hw/pci-host/designware: Fix ATU_UPPER_TARGET register access
,
Michael Tokarev
,
2025/05/14
[Stable-7.2.18 01/18] Makefile: "make dist" generates a .xz, not .bz2
,
Michael Tokarev
,
2025/05/14
[Stable-7.2.18 07/18] target/mips: Simplify and fix update_pagemask
,
Michael Tokarev
,
2025/05/14
[Stable-7.2.18 06/18] target/mips: Require even maskbits in update_pagemask
,
Michael Tokarev
,
2025/05/14
[Stable-7.2.18 08/18] migration: fix SEEK_CUR offset calculation in qio_channel_block_seek
,
Michael Tokarev
,
2025/05/14
[Stable-7.2.18 09/18] virtio-net: Fix num_buffers for version 1
,
Michael Tokarev
,
2025/05/14
[Stable-7.2.18 10/18] smbios: Fix buffer overrun when using path= option
,
Michael Tokarev
,
2025/05/14
[Stable-7.2.18 11/18] plugins/loader: fix deadlock when resetting/uninstalling a plugin
,
Michael Tokarev
,
2025/05/14
[Stable-7.2.18 12/18] target/i386/hvf: fix lflags_to_rflags
,
Michael Tokarev
,
2025/05/14
[Stable-7.2.18 14/18] target/arm: Don't assert() for ISB/SB inside IT block
,
Michael Tokarev
,
2025/05/14
[Stable-7.2.18 13/18] target/avr: Improve decode of LDS, STS
,
Michael Tokarev
,
2025/05/14
[Stable-7.2.18 16/18] hw/i2c/imx: Always set interrupt status bit if interrupt condition occurs
,
Michael Tokarev
,
2025/05/14
[Stable-7.2.18 15/18] hw/gpio/imx_gpio: Fix interpretation of GDIR polarity
,
Michael Tokarev
,
2025/05/14
[Stable-7.2.18 17/18] 9pfs: fix concurrent v9fs_reclaim_fd() calls
,
Michael Tokarev
,
2025/05/14
[Stable-7.2.18 18/18] 9pfs: fix FD leak and reduce latency of v9fs_reclaim_fd()
,
Michael Tokarev
,
2025/05/14
[RFC PATCH] migration/ram: avoid to do log clear in the last round
,
Yanfei Xu
,
2025/05/14
[RFC PATCH] migration/ram: avoid to do log clear in the last round
,
Yanfei Xu
,
2025/05/14
Re: [RFC PATCH] migration/ram: avoid to do log clear in the last round
,
Yanfei Xu
,
2025/05/14
[PULL 00/27] virtio,pci,pc: fixes, features
,
Michael S. Tsirkin
,
2025/05/14
[PULL 02/27] hw/cxl: Support get/set mctp response payload size
,
Michael S. Tsirkin
,
2025/05/14
[PULL 01/27] hw/cxl: Support aborting background commands
,
Michael S. Tsirkin
,
2025/05/14
[PULL 03/27] hw/cxl/cxl-mailbox-utils: Add support for Media operations discovery commands cxl r3.2 (8.2.10.9.5.3)
,
Michael S. Tsirkin
,
2025/05/14
[PULL 04/27] hw/cxl: factor out calculation of sanitize duration from cmd_santize_overwrite
,
Michael S. Tsirkin
,
2025/05/14
[PULL 06/27] hw/cxl/cxl-mailbox-utils: CXL CCI Get/Set alert config commands
,
Michael S. Tsirkin
,
2025/05/14
[PULL 05/27] hw/cxl/cxl-mailbox-utils: Media operations Sanitize and Write Zeros commands CXL r3.2(8.2.10.9.5.3)
,
Michael S. Tsirkin
,
2025/05/14
[PULL 08/27] hw/pci: Do not add ROM BAR for SR-IOV VF
,
Michael S. Tsirkin
,
2025/05/14
[PULL 07/27] docs/cxl: Add serial number for persistent-memdev
,
Michael S. Tsirkin
,
2025/05/14
[PULL 10/27] pcie_sriov: Ensure PF and VF are mutually exclusive
,
Michael S. Tsirkin
,
2025/05/14
[PULL 09/27] hw/pci: Fix SR-IOV VF number calculation
,
Michael S. Tsirkin
,
2025/05/14
[PULL 11/27] pcie_sriov: Check PCI Express for SR-IOV PF
,
Michael S. Tsirkin
,
2025/05/14
[PULL 12/27] pcie_sriov: Allow user to create SR-IOV device
,
Michael S. Tsirkin
,
2025/05/14
[PULL 13/27] virtio-pci: Implement SR-IOV PF
,
Michael S. Tsirkin
,
2025/05/14
[PULL 14/27] virtio-net: Implement SR-IOV VF
,
Michael S. Tsirkin
,
2025/05/14
[PULL 15/27] docs: Document composable SR-IOV device
,
Michael S. Tsirkin
,
2025/05/14
[PULL 16/27] pcie_sriov: Make a PCI device with user-created VF ARI-capable
,
Michael S. Tsirkin
,
2025/05/14
[PULL 17/27] pci-testdev.c: Add membar-backed option for backing membar
,
Michael S. Tsirkin
,
2025/05/14
[PULL 19/27] vhost: return failure if stop virtqueue failed in vhost_dev_stop
,
Michael S. Tsirkin
,
2025/05/14
[PULL 18/27] system/runstate: add VM state change cb with return value
,
Michael S. Tsirkin
,
2025/05/14
[PULL 21/27] vhost-scsi: support VIRTIO_SCSI_F_HOTPLUG
,
Michael S. Tsirkin
,
2025/05/14
[PULL 20/27] vhost-user: return failure if backend crash when live migration
,
Michael S. Tsirkin
,
2025/05/14
[PULL 24/27] intel_iommu: Use BQL_LOCK_GUARD to manage cleanup automatically
,
Michael S. Tsirkin
,
2025/05/14
[PULL 22/27] virtio: Call set_features during reset
,
Michael S. Tsirkin
,
2025/05/14
[PULL 25/27] intel_iommu: Take locks when looking for and creating address spaces
,
Michael S. Tsirkin
,
2025/05/14
[PULL 26/27] hw/i386/amd_iommu: Isolate AMDVI-PCI from amd-iommu device to allow full control over the PCI device creation
,
Michael S. Tsirkin
,
2025/05/14
[PULL 23/27] virtio: Move virtio_reset()
,
Michael S. Tsirkin
,
2025/05/14
[PULL 27/27] hw/i386/amd_iommu: Allow migration when explicitly create the AMDVI-PCI device
,
Michael S. Tsirkin
,
2025/05/14
Re: [PATCH v5 2/2] intel_iommu: Take locks when looking for and creating address spaces
,
Michael S. Tsirkin
,
2025/05/14
Re: [PATCH v5 2/2] intel_iommu: Take locks when looking for and creating address spaces
,
CLEMENT MATHIEU--DRIF
,
2025/05/14
[PULL 00/13] s390x obsolete machine removal & misc fixes
,
Thomas Huth
,
2025/05/14
[PULL 01/13] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.10 machine type
,
Thomas Huth
,
2025/05/14
[PULL 03/13] hw/s390x/event-facility: Remove the obsolete "allow_all_mask_sizes" code
,
Thomas Huth
,
2025/05/14
[PULL 02/13] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.11 machine type
,
Thomas Huth
,
2025/05/14
[PULL 04/13] target/s390x: Rename the qemu_V2_11 feature set to qemu_MIN
,
Thomas Huth
,
2025/05/14
[PULL 05/13] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.12 machine type
,
Thomas Huth
,
2025/05/14
[PULL 06/13] hw/s390x/s390-virtio-ccw: Remove the deprecated 3.0 machine type
,
Thomas Huth
,
2025/05/14
[PULL 07/13] hw/s390x: Remove the obsolete hpage_1m_allowed switch
,
Thomas Huth
,
2025/05/14
[PULL 08/13] hw/s390x/s390-virtio-ccw: Remove the deprecated 3.1 machine type
,
Thomas Huth
,
2025/05/14
[PULL 09/13] hw/s390x/s390-virtio-ccw: Remove the deprecated 4.0 machine type
,
Thomas Huth
,
2025/05/14
[PULL 10/13] s390x: Fix leak in machine_set_loadparm
,
Thomas Huth
,
2025/05/14
[PULL 12/13] tests/functional/test_s390x_tuxrun: Check whether the machine is available
,
Thomas Huth
,
2025/05/14
[PULL 11/13] include/hw/dma/xlnx_dpdma: Remove dependency on console.h
,
Thomas Huth
,
2025/05/14
[PULL 13/13] tests/functional: Skip the screendump tests if the command is not available
,
Thomas Huth
,
2025/05/14
[PATCH v2 0/3] ui/vnc: fix some endian problems
,
Daniel P . Berrangé
,
2025/05/14
[PATCH v2 1/3] ui/vnc.c: replace big endian flag with byte order value
,
Daniel P . Berrangé
,
2025/05/14
Re: [PATCH v2 1/3] ui/vnc.c: replace big endian flag with byte order value
,
BALATON Zoltan
,
2025/05/14
Re: [PATCH v2 1/3] ui/vnc.c: replace big endian flag with byte order value
,
Philippe Mathieu-Daudé
,
2025/05/14
[PATCH v2 2/3] ui/vnc: take account of client byte order in pixman format
,
Daniel P . Berrangé
,
2025/05/14
[PATCH v2 3/3] ui/vnc: fix tight palette pixel encoding for 8/16-bpp formats
,
Daniel P . Berrangé
,
2025/05/14
Wiki account creation request
,
Little Mu
,
2025/05/14
Re: Wiki account creation request
,
Bastian Koppelmann
,
2025/05/14
[PATCH v2 0/5] hw/arm/aspeed_ast2700-fc: Fix null pointer dereference
,
Steven Lee
,
2025/05/14
[PATCH v2 1/5] hw/arm/aspeed_ast2700-fc: Fix null pointer dereference in ca35 init
,
Steven Lee
,
2025/05/14
Re: [PATCH v2 1/5] hw/arm/aspeed_ast2700-fc: Fix null pointer dereference in ca35 init
,
Cédric Le Goater
,
2025/05/14
RE: [PATCH v2 1/5] hw/arm/aspeed_ast2700-fc: Fix null pointer dereference in ca35 init
,
Steven Lee
,
2025/05/14
[PATCH v2 2/5] hw/arm/aspeed_ast27x0: Fix unimplemented region overlap with vbootrom
,
Steven Lee
,
2025/05/14
Re: [PATCH v2 2/5] hw/arm/aspeed_ast27x0: Fix unimplemented region overlap with vbootrom
,
Cédric Le Goater
,
2025/05/14
RE: [PATCH v2 2/5] hw/arm/aspeed_ast27x0: Fix unimplemented region overlap with vbootrom
,
Steven Lee
,
2025/05/15
[PATCH v2 3/5] hw/arm/aspeed_ast27x0-fc: Map ca35 memory into system memory
,
Steven Lee
,
2025/05/14
Re: [PATCH v2 3/5] hw/arm/aspeed_ast27x0-fc: Map ca35 memory into system memory
,
Cédric Le Goater
,
2025/05/14
RE: [PATCH v2 3/5] hw/arm/aspeed_ast27x0-fc: Map ca35 memory into system memory
,
Steven Lee
,
2025/05/15
[PATCH v2 4/5] hw/arm/fby35: Map BMC memory into system memory
,
Steven Lee
,
2025/05/14
Re: [PATCH v2 4/5] hw/arm/fby35: Map BMC memory into system memory
,
Cédric Le Goater
,
2025/05/14
[PATCH v2 5/5] docs: Remove ast2700fc from Aspeed family boards
,
Steven Lee
,
2025/05/14
[PATCH 0/9] qom: Consolidate OBJECT_{DEFINE|DECLARE}_SIMPLE_TYPE*
,
Zhao Liu
,
2025/05/14
[PATCH 1/9] qom/object: Improve the doc of macros related with simple type
,
Zhao Liu
,
2025/05/14
Re: [PATCH 1/9] qom/object: Improve the doc of macros related with simple type
,
BALATON Zoltan
,
2025/05/14
Re: [PATCH 1/9] qom/object: Improve the doc of macros related with simple type
,
Zhao Liu
,
2025/05/14
Re: [PATCH 1/9] qom/object: Improve the doc of macros related with simple type
,
BALATON Zoltan
,
2025/05/14
Re: [PATCH 1/9] qom/object: Improve the doc of macros related with simple type
,
Zhao Liu
,
2025/05/15
[PATCH 3/9] hw/acpi/pci: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES
,
Zhao Liu
,
2025/05/14
Re: [PATCH 3/9] hw/acpi/pci: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES
,
Ani Sinha
,
2025/05/14
[PATCH 2/9] docs/devel/qom: Fix the doc about OBJECT_DECLARE_SIMPLE_TYPE
,
Zhao Liu
,
2025/05/14
Re: [PATCH 2/9] docs/devel/qom: Fix the doc about OBJECT_DECLARE_SIMPLE_TYPE
,
BALATON Zoltan
,
2025/05/14
Re: [PATCH 2/9] docs/devel/qom: Fix the doc about OBJECT_DECLARE_SIMPLE_TYPE
,
Zhao Liu
,
2025/05/14
Re: [PATCH 2/9] docs/devel/qom: Fix the doc about OBJECT_DECLARE_SIMPLE_TYPE
,
BALATON Zoltan
,
2025/05/14
Re: [PATCH 2/9] docs/devel/qom: Fix the doc about OBJECT_DECLARE_SIMPLE_TYPE
,
Zhao Liu
,
2025/05/15
[PATCH 4/9] hw/char/sh_serial: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES
,
Zhao Liu
,
2025/05/14
Re: [PATCH 4/9] hw/char/sh_serial: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES
,
BALATON Zoltan
,
2025/05/14
Re: [PATCH 4/9] hw/char/sh_serial: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES
,
Zhao Liu
,
2025/05/14
[PATCH 5/9] hw/hyperv/hv-balloon: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES
,
Zhao Liu
,
2025/05/14
[PATCH 7/9] hw/core/resetcontainer: Consolidate OBJECT_DECLARE_SIMPLE_TYPE
,
Zhao Liu
,
2025/05/14
Re: [PATCH 7/9] hw/core/resetcontainer: Consolidate OBJECT_DECLARE_SIMPLE_TYPE
,
Philippe Mathieu-Daudé
,
2025/05/14
[PATCH 6/9] hw/ppc/pef: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES
,
Zhao Liu
,
2025/05/14
Re: [PATCH 6/9] hw/ppc/pef: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES
,
BALATON Zoltan
,
2025/05/14
Re: [PATCH 6/9] hw/ppc/pef: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES
,
BALATON Zoltan
,
2025/05/14
[PATCH 8/9] target/s390x/kvm/pv: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES
,
Zhao Liu
,
2025/05/14
Re: [PATCH 8/9] target/s390x/kvm/pv: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES
,
David Hildenbrand
,
2025/05/14
Re: [PATCH 8/9] target/s390x/kvm/pv: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES
,
Zhao Liu
,
2025/05/14
Re: [PATCH 8/9] target/s390x/kvm/pv: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES
,
BALATON Zoltan
,
2025/05/14
Re: [PATCH 8/9] target/s390x/kvm/pv: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES
,
Zhao Liu
,
2025/05/15
Re: [PATCH 8/9] target/s390x/kvm/pv: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES
,
BALATON Zoltan
,
2025/05/15
Re: [PATCH 8/9] target/s390x/kvm/pv: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES
,
Daniel P . Berrangé
,
2025/05/15
Re: [PATCH 8/9] target/s390x/kvm/pv: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES
,
Zhao Liu
,
2025/05/15
Re: [PATCH 8/9] target/s390x/kvm/pv: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES
,
David Hildenbrand
,
2025/05/16
[PATCH 9/9] ui/console-vc: Consolidate OBJECT_DEFINE_SIMPLE_TYPE
,
Zhao Liu
,
2025/05/14
Re: [PATCH 9/9] ui/console-vc: Consolidate OBJECT_DEFINE_SIMPLE_TYPE
,
Philippe Mathieu-Daudé
,
2025/05/14
[PULL 00/17] loongarch-to-apply queue
,
Song Gao
,
2025/05/14
[PULL 03/17] hw/intc/loongarch_pch: Remove some duplicate macro
,
Song Gao
,
2025/05/14
[PULL 02/17] hw/intc/loongarch_pch: Modify register name PCH_PIC_xxx_OFFSET with PCH_PIC_xxx
,
Song Gao
,
2025/05/14
[PULL 04/17] hw/intc/loongarch_pch: Set version information at initial stage
,
Song Gao
,
2025/05/14
[PULL 01/17] hw/intc/loongarch_pch: Modify name of some registers
,
Song Gao
,
2025/05/14
[PULL 05/17] hw/intc/loongarch_pch: Use relative address in MemoryRegionOps
,
Song Gao
,
2025/05/14
[PULL 07/17] hw/intc/loongarch_pch: Use generic read callback for iomem32_low region
,
Song Gao
,
2025/05/14
[PULL 06/17] hw/intc/loongarch_pch: Discard write operation with ISR register
,
Song Gao
,
2025/05/14
[PULL 08/17] hw/intc/loongarch_pch: Use generic read callback for iomem32_high region
,
Song Gao
,
2025/05/14
[PULL 09/17] hw/intc/loongarch_pch: Use generic read callback for iomem8 region
,
Song Gao
,
2025/05/14
[PULL 10/17] hw/intc/loongarch_pch: Use generic write callback for iomem32_low region
,
Song Gao
,
2025/05/14
[PULL 11/17] hw/intc/loongarch_pch: Use generic write callback for iomem32_high region
,
Song Gao
,
2025/05/14
[PULL 12/17] hw/intc/loongarch_pch: Use generic write callback for iomem8 region
,
Song Gao
,
2025/05/14
[PULL 13/17] hw/intc/loongarch_pch: Use unified trace event for memory region ops
,
Song Gao
,
2025/05/14
[PULL 14/17] hw/intc/loongarch_pch: Rename memory region iomem32_low with iomem
,
Song Gao
,
2025/05/14
[PULL 15/17] hw/intc/loongarch_pch: Set flexible memory access size with iomem region
,
Song Gao
,
2025/05/14
[PULL 17/17] hw/loongarch/boot: Adjust the loading position of the initrd
,
Song Gao
,
2025/05/14
[PULL 16/17] hw/intc/loongarch_pch: Merge three memory region into one
,
Song Gao
,
2025/05/14
Re: [PULL 00/17] loongarch-to-apply queue
,
Stefan Hajnoczi
,
2025/05/14
[PATCH v3 0/4] x86-disas: port x86-mini disassembler to QEMU
,
Michael Clark
,
2025/05/14
[PATCH v3 3/4] x86-disas: add x86-mini metadata tablegen script
,
Michael Clark
,
2025/05/14
[PATCH v3 4/4] x86-disas: add x86-mini disassembler implementation
,
Michael Clark
,
2025/05/14
Re: [PATCH v3 4/4] x86-disas: add x86-mini disassembler implementation
,
Daniel P . Berrangé
,
2025/05/14
Re: [PATCH v3 4/4] x86-disas: add x86-mini disassembler implementation
,
Michael Clark
,
2025/05/14
Re: [PATCH v3 4/4] x86-disas: add x86-mini disassembler implementation
,
Daniel P . Berrangé
,
2025/05/14
Re: [PATCH v3 4/4] x86-disas: add x86-mini disassembler implementation
,
Michael Clark
,
2025/05/14
Re: [PATCH v3 4/4] x86-disas: add x86-mini disassembler implementation
,
Philippe Mathieu-Daudé
,
2025/05/14
Re: [PATCH v3 4/4] x86-disas: add x86-mini disassembler implementation
,
Michael Clark
,
2025/05/14
[PATCH v3 1/4] x86-disas: add x86-mini instruction set metadata
,
Michael Clark
,
2025/05/14
[PATCH v3 2/4] x86-disas: add x86-mini metadata documentation
,
Michael Clark
,
2025/05/14
Re: [PATCH v3 0/4] x86-disas: port x86-mini disassembler to QEMU
,
Michael Clark
,
2025/05/14
Re: [RFC v5 0/7] Add packed format to shadow virtqueue
,
Sahil Siddiq
,
2025/05/14
Re: [RFC v5 0/7] Add packed format to shadow virtqueue
,
Eugenio Perez Martin
,
2025/05/15
[PATCH 1/2] target/riscv: Add the implied rule for G extension
,
frank . chang
,
2025/05/14
[PATCH 2/2] target/riscv: Add standard B extension implied rule
,
frank . chang
,
2025/05/14
Re: [PATCH 2/2] target/riscv: Add standard B extension implied rule
,
Daniel Henrique Barboza
,
2025/05/15
Re: [PATCH 1/2] target/riscv: Add the implied rule for G extension
,
Daniel Henrique Barboza
,
2025/05/15
[PATCH] rust: hpet: rename hpet module to "device"
,
Paolo Bonzini
,
2025/05/13
Re: [PATCH] rust: hpet: rename hpet module to "device"
,
Zhao Liu
,
2025/05/14
[PATCH 0/2] Fixes for TCG/HVF warning of CPUID_HT and CPUID_EXT3_CMP_LEG
,
Xiaoyao Li
,
2025/05/13
[PATCH 1/2] i386/tcg: Make CPUID_HT and CPUID_EXT3_CMP_LEG supported
,
Xiaoyao Li
,
2025/05/13
Re: [PATCH 1/2] i386/tcg: Make CPUID_HT and CPUID_EXT3_CMP_LEG supported
,
Zhao Liu
,
2025/05/15
[PATCH 2/2] i386/hvf: Make CPUID_HT supported
,
Xiaoyao Li
,
2025/05/13
Re: [PATCH 2/2] i386/hvf: Make CPUID_HT supported
,
Zhao Liu
,
2025/05/15
Re: [PATCH 2/2] i386/hvf: Make CPUID_HT supported
,
Zhao Liu
,
2025/05/15
[PATCH 0/3] migration: Some fix and enhancements to HMP "info migrate"
,
Peter Xu
,
2025/05/13
[PATCH 3/3] migration/hmp: Add "info migrate -a", reorg the dump
,
Peter Xu
,
2025/05/13
Re: [PATCH 3/3] migration/hmp: Add "info migrate -a", reorg the dump
,
Dr. David Alan Gilbert
,
2025/05/14
Re: [PATCH 3/3] migration/hmp: Add "info migrate -a", reorg the dump
,
Juraj Marcin
,
2025/05/14
Re: [PATCH 3/3] migration/hmp: Add "info migrate -a", reorg the dump
,
Peter Xu
,
2025/05/14
[PATCH 2/3] migration/hmp: Dump global in "info migrate_parameters" instead
,
Peter Xu
,
2025/05/13
Re: [PATCH 2/3] migration/hmp: Dump global in "info migrate_parameters" instead
,
Dr. David Alan Gilbert
,
2025/05/14
Re: [PATCH 2/3] migration/hmp: Dump global in "info migrate_parameters" instead
,
Peter Xu
,
2025/05/14
Re: [PATCH 2/3] migration/hmp: Dump global in "info migrate_parameters" instead
,
Juraj Marcin
,
2025/05/14
[PATCH 1/3] migration: Allow caps to be set when preempt or multifd cap enabled
,
Peter Xu
,
2025/05/13
Re: [PATCH 1/3] migration: Allow caps to be set when preempt or multifd cap enabled
,
Dr. David Alan Gilbert
,
2025/05/14
Re: [PATCH 1/3] migration: Allow caps to be set when preempt or multifd cap enabled
,
Juraj Marcin
,
2025/05/14
[PATCH 00/19] target/arm: More header rework around arm_feature() & multiprocessing.h
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH 01/19] target/arm/tcg-stubs: compile file once (system)
,
Philippe Mathieu-Daudé
,
2025/05/13
Re: [PATCH 01/19] target/arm/tcg-stubs: compile file once (system)
,
Philippe Mathieu-Daudé
,
2025/05/13
Re: [PATCH 01/19] target/arm/tcg-stubs: compile file once (system)
,
Pierrick Bouvier
,
2025/05/13
Re: [PATCH 01/19] target/arm/tcg-stubs: compile file once (system)
,
Richard Henderson
,
2025/05/14
[PATCH 02/19] target/arm/hvf_arm: Avoid using poisoned CONFIG_HVF definition
,
Philippe Mathieu-Daudé
,
2025/05/13
Re: [PATCH 02/19] target/arm/hvf_arm: Avoid using poisoned CONFIG_HVF definition
,
Pierrick Bouvier
,
2025/05/13
Re: [PATCH 02/19] target/arm/hvf_arm: Avoid using poisoned CONFIG_HVF definition
,
Richard Henderson
,
2025/05/14
[PATCH 03/19] target/arm: Only link with zlib when TCG is enabled
,
Philippe Mathieu-Daudé
,
2025/05/13
Re: [PATCH 03/19] target/arm: Only link with zlib when TCG is enabled
,
Pierrick Bouvier
,
2025/05/13
[PATCH 04/19] target/arm/cpregs: Include missing 'target/arm/cpu.h' header
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH 05/19] hw/arm/boot: Include missing 'system/memory.h' header
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH 06/19] target/arm/cpu-features: Include missing 'cpu.h' header
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH 07/19] target/arm/qmp: Include missing 'cpu.h' header
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH 08/19] target/arm/kvm: Include missing 'cpu-qom.h' header
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH 09/19] target/arm/hvf: Include missing 'cpu-qom.h' header
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH 11/19] target/arm: Restrict inclusion of 'multiprocessing.h'
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH 10/19] hw/arm: Remove unnecessary 'cpu.h' header
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH 14/19] target/arm: Extract PSCI definitions to 'psci.h'
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH 12/19] target/arm: Move some definitions from 'cpu.h' to 'multiprocessing.h'
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH 13/19] hw/arm: Include missing 'target/arm/gtimer.h' header
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH 15/19] target/arm: Extract feature definitions to 'cpu_has_feature.h' header
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH 16/19] target/arm: Add arm_cpu_has_feature() helper
,
Philippe Mathieu-Daudé
,
2025/05/13
Re: [PATCH 16/19] target/arm: Add arm_cpu_has_feature() helper
,
Richard Henderson
,
2025/05/14
Re: [PATCH 16/19] target/arm: Add arm_cpu_has_feature() helper
,
Philippe Mathieu-Daudé
,
2025/05/14
Re: [PATCH 16/19] target/arm: Add arm_cpu_has_feature() helper
,
Pierrick Bouvier
,
2025/05/14
Re: [PATCH 16/19] target/arm: Add arm_cpu_has_feature() helper
,
Philippe Mathieu-Daudé
,
2025/05/15
Re: [PATCH 16/19] target/arm: Add arm_cpu_has_feature() helper
,
Pierrick Bouvier
,
2025/05/15
Re: [PATCH 16/19] target/arm: Add arm_cpu_has_feature() helper
,
Philippe Mathieu-Daudé
,
2025/05/15
Re: [PATCH 16/19] target/arm: Add arm_cpu_has_feature() helper
,
Pierrick Bouvier
,
2025/05/15
[PATCH 17/19] hw/arm/realview: Replace arm_feature() -> arm_cpu_has_feature()
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH 18/19] hw/arm/virt-acpi: Replace arm_feature() -> arm_cpu_has_feature()
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH 19/19] target/arm: Always include full path to 'cpu.h'
,
Philippe Mathieu-Daudé
,
2025/05/13
Re: [PATCH 19/19] target/arm: Always include full path to 'cpu.h'
,
Pierrick Bouvier
,
2025/05/13
Re: [PATCH 00/19] target/arm: More header rework around arm_feature() & multiprocessing.h
,
Philippe Mathieu-Daudé
,
2025/05/13
Re: [PATCH 00/19] target/arm: More header rework around arm_feature() & multiprocessing.h
,
Pierrick Bouvier
,
2025/05/13
[PATCH] hw/xen/arch_hvm: Unify x86 and ARM variants
,
Philippe Mathieu-Daudé
,
2025/05/13
Re: [PATCH] hw/xen/arch_hvm: Unify x86 and ARM variants
,
Pierrick Bouvier
,
2025/05/13
Re: [PATCH] hw/xen/arch_hvm: Unify x86 and ARM variants
,
Stefano Stabellini
,
2025/05/13
Re: [PATCH] hw/xen/arch_hvm: Unify x86 and ARM variants
,
Xiaoyao Li
,
2025/05/14
Re: [PATCH 09/27] qemu-img: commit: refresh options/--help
,
Kevin Wolf
,
2025/05/13
Re: [PATCH 08/27] qemu-img: simplify --repair error message
,
Kevin Wolf
,
2025/05/13
Re: [PATCH 07/27] qemu-img: check: refresh options/--help
,
Kevin Wolf
,
2025/05/13
Re: [PATCH 07/27] qemu-img: check: refresh options/--help
,
Michael Tokarev
,
2025/05/15
Re: [PATCH 07/27] qemu-img: check: refresh options/--help
,
Kevin Wolf
,
2025/05/15
Re: [PATCH for-10.1 v5 02/13] arm/cpu: Store aa64isar0/aa64zfr0 into the idregs arrays
,
Daniel P . Berrangé
,
2025/05/13
Re: [PATCH for-10.1 v5 02/13] arm/cpu: Store aa64isar0/aa64zfr0 into the idregs arrays
,
Cornelia Huck
,
2025/05/13
Re: [PATCH for-10.1 v5 02/13] arm/cpu: Store aa64isar0/aa64zfr0 into the idregs arrays
,
Daniel P . Berrangé
,
2025/05/13
Re: [PATCH v3 00/10] kvm/arm: Introduce a customizable aarch64 KVM host model
,
Eric Auger
,
2025/05/13
RE: [PATCH v3 00/10] kvm/arm: Introduce a customizable aarch64 KVM host model
,
Shameerali Kolothum Thodi
,
2025/05/14
Re: [PATCH v3 00/10] kvm/arm: Introduce a customizable aarch64 KVM host model
,
Eric Auger
,
2025/05/14
Re: [PATCH 06/27] qemu-img: factor out parse_output_format() and use it in the code
,
Kevin Wolf
,
2025/05/13
Re: [PATCH v3 02/10] arm/cpu: Add sysreg properties generation
,
Daniel P . Berrangé
,
2025/05/13
Re: [PATCH v3 02/10] arm/cpu: Add sysreg properties generation
,
Cornelia Huck
,
2025/05/14
Re: [PATCH v3 02/10] arm/cpu: Add sysreg properties generation
,
Daniel P . Berrangé
,
2025/05/14
Re: [PATCH v3 10/10] arm/cpu-features: document ID reg properties
,
Eric Auger
,
2025/05/13
Re: [PATCH v3 10/10] arm/cpu-features: document ID reg properties
,
Daniel P . Berrangé
,
2025/05/13
Re: [PULL 4/4] qemu-img: improve queue depth validation in img_bench
,
Kevin Wolf
,
2025/05/13
Re: [PULL 4/4] qemu-img: improve queue depth validation in img_bench
,
Michael Tokarev
,
2025/05/14
Re: [PULL 4/4] qemu-img: improve queue depth validation in img_bench
,
Michael Tokarev
,
2025/05/14
[PATCH v2] linux-user: fix resource leaks in gen-vdso
,
Daniel P . Berrangé
,
2025/05/13
Re: [PATCH v4 14/19] atc: Add unit tests
,
Michael S. Tsirkin
,
2025/05/13
Re: [PATCH v4 14/19] atc: Add unit tests
,
Michael S. Tsirkin
,
2025/05/14
Re: [PATCH v4 14/19] atc: Add unit tests
,
CLEMENT MATHIEU--DRIF
,
2025/05/15
Re: [PATCH v3 09/10] arm-qmp-cmds: introspection for ID register props
,
Eric Auger
,
2025/05/13
Re: [PATCH v3 08/10] arm/cpu: more customization for the kvm host cpu model
,
Eric Auger
,
2025/05/13
Re: [PATCH v3 08/10] arm/cpu: more customization for the kvm host cpu model
,
Daniel P . Berrangé
,
2025/05/13
Re: [PATCH v3 08/10] arm/cpu: more customization for the kvm host cpu model
,
Cornelia Huck
,
2025/05/16
Re: [PATCH v3 08/10] arm/cpu: more customization for the kvm host cpu model
,
Daniel P . Berrangé
,
2025/05/13
Re: [PATCH v3 08/10] arm/cpu: more customization for the kvm host cpu model
,
Cornelia Huck
,
2025/05/14
Re: [PATCH v3 08/10] arm/cpu: more customization for the kvm host cpu model
,
Daniel P . Berrangé
,
2025/05/14
Re: [PATCH v3 08/10] arm/cpu: more customization for the kvm host cpu model
,
Cornelia Huck
,
2025/05/16
Re: [PATCH v3 08/10] arm/cpu: more customization for the kvm host cpu model
,
Daniel P . Berrangé
,
2025/05/16
Re: [PATCH v3 08/10] arm/cpu: more customization for the kvm host cpu model
,
Cornelia Huck
,
2025/05/16
Re: [PATCH v5 7/7] h264: stop gstreamer pipeline before destroying, cleanup on exit
,
Daniel P . Berrangé
,
2025/05/13
Re: [PATCH v3 07/10] arm/kvm: write back modified ID regs to KVM
,
Eric Auger
,
2025/05/13
Re: [PATCH v3 06/10] arm/kvm: Allow reading all the writable ID registers
,
Eric Auger
,
2025/05/13
Re: [PATCH v3 06/10] arm/kvm: Allow reading all the writable ID registers
,
Cornelia Huck
,
2025/05/16
Re: [PATCH v5 2/7] add vnc h264 encoder
,
Daniel P . Berrangé
,
2025/05/13
Re: [PATCH v5 1/7] new configure option to enable gstreamer
,
Daniel P . Berrangé
,
2025/05/13
Re: [PATCH v3 04/10] kvm: kvm_get_writable_id_regs
,
Eric Auger
,
2025/05/13
Re: [PATCH v3 04/10] kvm: kvm_get_writable_id_regs
,
Cornelia Huck
,
2025/05/13
Re: [PATCH v3 04/10] kvm: kvm_get_writable_id_regs
,
Eric Auger
,
2025/05/13
[PATCH 0/4] xlnx-zynqmp: add support to boot on RPUs
,
Clément Chigot
,
2025/05/13
[PATCH 1/4] hw/arm: make cpu targeted by arm_load_kernel the primary CPU.
,
Clément Chigot
,
2025/05/13
[PATCH 2/4] hw/intc/arm_gic: introduce a first-cpu-index property
,
Clément Chigot
,
2025/05/13
Re: [PATCH 2/4] hw/intc/arm_gic: introduce a first-cpu-index property
,
Philippe Mathieu-Daudé
,
2025/05/13
Re: [PATCH 2/4] hw/intc/arm_gic: introduce a first-cpu-index property
,
Clément Chigot
,
2025/05/14
Re: [PATCH 2/4] hw/intc/arm_gic: introduce a first-cpu-index property
,
Philippe Mathieu-Daudé
,
2025/05/16
[PATCH 3/4] hw/arm/xlnx-zynqmp: wire a second GIC for the Cortex-R5
,
Clément Chigot
,
2025/05/13
[PATCH 4/4] hw/arm/xlnx-zynqmp: adapt cluster-id based on the boot cpu
,
Clément Chigot
,
2025/05/13
[PATCH 0/2] qapi/misc-target: Fix the doc of query-sgx and query-sgx-capabilities
,
Zhao Liu
,
2025/05/13
[PATCH 1/2] qapi/misc-target: Fix the doc related SGXEPCSection
,
Zhao Liu
,
2025/05/13
[PATCH 2/2] qapi/misc-target: Fix the doc to distinguish query-sgx and query-sgx-capabilities
,
Zhao Liu
,
2025/05/13
Re: [PATCH 0/2] qapi/misc-target: Fix the doc of query-sgx and query-sgx-capabilities
,
Markus Armbruster
,
2025/05/15
Re: [PATCH 0/2] qapi/misc-target: Fix the doc of query-sgx and query-sgx-capabilities
,
Zhao Liu
,
2025/05/15
Re: [PATCH 0/2] qapi/misc-target: Fix the doc of query-sgx and query-sgx-capabilities
,
Markus Armbruster
,
2025/05/15
Re: [PATCH v3 01/10] arm/cpu: Add infra to handle generated ID register definitions
,
Eric Auger
,
2025/05/13
Re: [PATCH v3 01/10] arm/cpu: Add infra to handle generated ID register definitions
,
Cornelia Huck
,
2025/05/13
Re: [PATCH v3 01/10] arm/cpu: Add infra to handle generated ID register definitions
,
Eric Auger
,
2025/05/13
[PATCH v2 0/3] migration, ci: Tweaks to migration-compat jobs
,
Fabiano Rosas
,
2025/05/13
[PATCH v2 1/3] ci: Re-enable python subtests in qtest migration suite
,
Fabiano Rosas
,
2025/05/13
[PATCH v2 2/3] ci: Fix build-previous-qemu when the version tag is absent
,
Fabiano Rosas
,
2025/05/13
[PATCH v2 3/3] ci: Reduce the size of artifacts for build-previous-qemu
,
Fabiano Rosas
,
2025/05/13
Re: [PATCH v2 0/3] migration, ci: Tweaks to migration-compat jobs
,
Peter Xu
,
2025/05/13
[PATCH v2 0/2] qcow2: queue discards when discard-no-unref enabled
,
Jean-Louis Dupond
,
2025/05/13
[PATCH v2 1/2] qcow2: rename update_refcount_discard to queue_discard
,
Jean-Louis Dupond
,
2025/05/13
Re: [PATCH v2 1/2] qcow2: rename update_refcount_discard to queue_discard
,
Eric Blake
,
2025/05/15
[PATCH v2 2/2] qcow2: put discards in discard queue when discard-no-unref is enabled
,
Jean-Louis Dupond
,
2025/05/13
Re: [PATCH v2 2/2] qcow2: put discards in discard queue when discard-no-unref is enabled
,
Eric Blake
,
2025/05/15
Re: [RFC 06/10] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f
,
Igor Mammedov
,
2025/05/13
Re: [RFC 06/10] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f
,
Zhao Liu
,
2025/05/14
Re: [RFC 06/10] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f
,
Xiaoyao Li
,
2025/05/15
[PATCH v2] meson.build: Compile hw_common_arch_libs files with right header include paths
,
Thomas Huth
,
2025/05/13
Re: [PATCH v2] meson.build: Compile hw_common_arch_libs files with right header include paths
,
Pierrick Bouvier
,
2025/05/13
Re: [PATCH v2] meson.build: Compile hw_common_arch_libs files with right header include paths
,
Pierrick Bouvier
,
2025/05/15
Re: [PATCH v2] meson.build: Compile hw_common_arch_libs files with right header include paths
,
Pierrick Bouvier
,
2025/05/16
[PATCH] file-posix: Probe paths and retry SG_IO on potential path errors
,
Kevin Wolf
,
2025/05/13
Re: [PATCH] file-posix: Probe paths and retry SG_IO on potential path errors
,
Stefan Hajnoczi
,
2025/05/13
Re: [PATCH] file-posix: Probe paths and retry SG_IO on potential path errors
,
Kevin Wolf
,
2025/05/15
Re: [PATCH] file-posix: Probe paths and retry SG_IO on potential path errors
,
Stefan Hajnoczi
,
2025/05/15
Re: [PATCH] file-posix: Probe paths and retry SG_IO on potential path errors
,
Kevin Wolf
,
2025/05/15
Re: [PATCH] file-posix: Probe paths and retry SG_IO on potential path errors
,
Hanna Czenczek
,
2025/05/14
[PATCH V2] vhost: Don't set vring call if guest notifier is unused
,
oenhan
,
2025/05/13
Re: [PATCH V2] vhost: Don't set vring call if guest notifier is unused
,
Stefano Garzarella
,
2025/05/16
Re: [PATCH V2] vhost: Don't set vring call if guest notifier is unused
,
Huaitong Han
,
2025/05/16
[PATCH v13 0/5] arm/virt: CXL support via pxb_cxl
,
Jonathan Cameron
,
2025/05/13
[PATCH v13 1/5] hw/cxl-host: Add an index field to CXLFixedMemoryWindow
,
Jonathan Cameron
,
2025/05/13
Re: [PATCH v13 1/5] hw/cxl-host: Add an index field to CXLFixedMemoryWindow
,
Zhijian Li (Fujitsu)
,
2025/05/16
[PATCH v13 2/5] hw/cxl: Make the CXL fixed memory windows devices.
,
Jonathan Cameron
,
2025/05/13
Re: [PATCH v13 2/5] hw/cxl: Make the CXL fixed memory windows devices.
,
Zhijian Li (Fujitsu)
,
2025/05/16
[PATCH v13 3/5] hw/cxl-host: Allow split of establishing memory address and mmio setup.
,
Jonathan Cameron
,
2025/05/13
Re: [PATCH v13 3/5] hw/cxl-host: Allow split of establishing memory address and mmio setup.
,
Zhijian Li (Fujitsu)
,
2025/05/16
[PATCH v13 4/5] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
,
Jonathan Cameron
,
2025/05/13
[PATCH v13 5/5] qtest/cxl: Add aarch64 virt test for CXL
,
Jonathan Cameron
,
2025/05/13
Re: [PATCH v13 5/5] qtest/cxl: Add aarch64 virt test for CXL
,
Itaru Kitayama
,
2025/05/15
Re: [PATCH v13 0/5] arm/virt: CXL support via pxb_cxl
,
Itaru Kitayama
,
2025/05/15
Re: [PATCH v13 0/5] arm/virt: CXL support via pxb_cxl
,
Itaru Kitayama
,
2025/05/16
Re: [PATCH v3] ppc/vof: Make nextprop behave more like Open Firmware
,
Alexey Kardashevskiy
,
2025/05/13
Re: [PATCH v3] ppc/vof: Make nextprop behave more like Open Firmware
,
BALATON Zoltan
,
2025/05/13
Re: [PATCH v3] ppc/vof: Make nextprop behave more like Open Firmware
,
Alexey Kardashevskiy
,
2025/05/15
[PATCH 0/3] ui/vnc: fix some endian problems
,
Daniel P . Berrangé
,
2025/05/13
[PATCH 1/3] ui/vnc.c: replace big endian flag with byte order value
,
Daniel P . Berrangé
,
2025/05/13
Re: [PATCH 1/3] ui/vnc.c: replace big endian flag with byte order value
,
Philippe Mathieu-Daudé
,
2025/05/13
Re: [PATCH 1/3] ui/vnc.c: replace big endian flag with byte order value
,
Philippe Mathieu-Daudé
,
2025/05/13
Re: [PATCH 1/3] ui/vnc.c: replace big endian flag with byte order value
,
Daniel P . Berrangé
,
2025/05/13
Re: [PATCH 1/3] ui/vnc.c: replace big endian flag with byte order value
,
Philippe Mathieu-Daudé
,
2025/05/13
Re: [PATCH 1/3] ui/vnc.c: replace big endian flag with byte order value
,
BALATON Zoltan
,
2025/05/13
[PATCH 2/3] ui/vnc: take account of client byte order in pixman format
,
Daniel P . Berrangé
,
2025/05/13
Re: [PATCH 2/3] ui/vnc: take account of client byte order in pixman format
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH 3/3] ui/vnc: fix tight palette pixel encoding for 8/16-bpp formats
,
Daniel P . Berrangé
,
2025/05/13
Re: [PATCH 3/3] ui/vnc: fix tight palette pixel encoding for 8/16-bpp formats
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH] meson.build: Compile common_ss files with right system header include paths
,
Thomas Huth
,
2025/05/13
Re: [PATCH] meson.build: Compile common_ss files with right system header include paths
,
Paolo Bonzini
,
2025/05/13
Re: [PATCH] meson.build: Compile common_ss files with right system header include paths
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH v1] tests/qtest/aspeed_smc-test: Fix memory leaks
,
Jamin Lin
,
2025/05/13
Re: [PATCH v1] tests/qtest/aspeed_smc-test: Fix memory leaks
,
Laurent Vivier
,
2025/05/13
Re: [PATCH v1] tests/qtest/aspeed_smc-test: Fix memory leaks
,
Cédric Le Goater
,
2025/05/13
Re: [PATCH 05/21] hw/dma/zynq: Notify devcfg on FPGA reset via SLCR control
,
Corvin Köhne
,
2025/05/13
Re: [PATCH] s390x: Clear RAM on diag308 subcode 3 reset
,
Christian Borntraeger
,
2025/05/13
Re: [PATCH] s390x: Clear RAM on diag308 subcode 3 reset
,
Matthew Rosato
,
2025/05/13
Re: [PATCH] s390x: Clear RAM on diag308 subcode 3 reset
,
Thomas Huth
,
2025/05/14
Re: [PATCH] s390x: Clear RAM on diag308 subcode 3 reset
,
Matthew Rosato
,
2025/05/14
[PATCH v2 00/25] Fix incorrect hash results on AST2700
,
Jamin Lin
,
2025/05/13
[PATCH v2 01/25] hw/misc/aspeed_hace: Remove unused code for better readability
,
Jamin Lin
,
2025/05/13
[PATCH v2 02/25] hw/misc/aspeed_hace: Improve readability and consistency in variable naming
,
Jamin Lin
,
2025/05/13
[PATCH v2 03/25] hw/misc/aspeed_hace: Ensure HASH_IRQ is always set to prevent firmware hang
,
Jamin Lin
,
2025/05/13
[PATCH v2 04/25] hw/misc/aspeed_hace: Refactor hash buffer setup into helper functions for clarity
,
Jamin Lin
,
2025/05/13
[PATCH v2 05/25] hw/misc/aspeed_hace: Split hash execution into helper functions for clarity
,
Jamin Lin
,
2025/05/13
Re: [PATCH v2 05/25] hw/misc/aspeed_hace: Split hash execution into helper functions for clarity
,
Cédric Le Goater
,
2025/05/13
RE: [PATCH v2 05/25] hw/misc/aspeed_hace: Split hash execution into helper functions for clarity
,
Jamin Lin
,
2025/05/13
RE: [PATCH v2 05/25] hw/misc/aspeed_hace: Split hash execution into helper functions for clarity
,
Jamin Lin
,
2025/05/13
Re: [PATCH v2 05/25] hw/misc/aspeed_hace: Split hash execution into helper functions for clarity
,
Cédric Le Goater
,
2025/05/14
RE: [PATCH v2 05/25] hw/misc/aspeed_hace: Split hash execution into helper functions for clarity
,
Jamin Lin
,
2025/05/14
[PATCH v2 06/25] hw/misc/aspeed_hace: Introduce 64-bit hash source address helper function
,
Jamin Lin
,
2025/05/13
[PATCH v2 07/25] hw/misc/aspeed_hace: Rename R_HASH_DEST to R_HASH_DIGEST and introduce 64-bit hash digest address helper
,
Jamin Lin
,
2025/05/13
[PATCH v2 08/25] hw/misc/aspeed_hace: Support accumulative mode for direct access mode
,
Jamin Lin
,
2025/05/13
[PATCH v2 09/25] hw/misc/aspeed_hace: Move register size to instance class and dynamically allocate regs
,
Jamin Lin
,
2025/05/13
[PATCH v2 13/25] hw/misc/aspeed_hace: Support to dump plaintext and digest for better debugging
,
Jamin Lin
,
2025/05/13
[PATCH v2 12/25] hw/misc/aspeed_hace: Add trace-events for better debugging
,
Jamin Lin
,
2025/05/13
[PATCH v2 10/25] hw/misc/aspeed_hace: Add support for source, digest, key buffer 64 bit addresses
,
Jamin Lin
,
2025/05/13
[PATCH v2 14/25] tests/qtest: Reorder aspeed test list
,
Jamin Lin
,
2025/05/13
[PATCH v2 19/25] test/qtest/hace: Add SHA-384 tests for AST2600
,
Jamin Lin
,
2025/05/13
[PATCH v2 21/25] test/qtest/hace: Update source data and digest data type to 64-bit
,
Jamin Lin
,
2025/05/13
[PATCH v2 11/25] hw/misc/aspeed_hace: Support DMA 64 bits dram address
,
Jamin Lin
,
2025/05/13
[PATCH v2 22/25] test/qtest/hace: Support 64-bit source and digest addresses for AST2700
,
Jamin Lin
,
2025/05/13
[PATCH v2 17/25] test/qtest/hace: Adjust test address range for AST1030 due to SRAM limitations
,
Jamin Lin
,
2025/05/13
[PATCH v2 18/25] test/qtest/hace: Add SHA-384 test cases for ASPEED HACE model
,
Jamin Lin
,
2025/05/13
[PATCH v2 20/25] test/qtest/hace: Add tests for AST1030
,
Jamin Lin
,
2025/05/13
[PATCH v2 23/25] test/qtest/hace: Support to test upper 32 bits of digest and source addresses
,
Jamin Lin
,
2025/05/13
[PATCH v2 24/25] test/qtest/hace: Support to validate 64-bit hmac key buffer addresses
,
Jamin Lin
,
2025/05/13
[PATCH v2 15/25] test/qtest: Introduce a new aspeed-hace-utils.c to place common testcases
,
Jamin Lin
,
2025/05/13
[PATCH v2 16/25] test/qtest/hace: Specify explicit array sizes for test vectors and hash results
,
Jamin Lin
,
2025/05/13
[PATCH v2 25/25] test/qtest/hace: Add tests for AST2700
,
Jamin Lin
,
2025/05/13
[PATCH] hw/usb/dev-hid: Support side and extra mouse buttons for usb-tablet
,
Thomas Lambertz
,
2025/05/12
[PATCH 0/4] improve block_status() for cbw + snapshot setup
,
Andrey Zhadchenko
,
2025/05/12
[PATCH 2/4] hbitmap: introduce hbitmap_reverse()
,
Andrey Zhadchenko
,
2025/05/12
[PATCH 4/4] block/copy-before-write: report partial block status to snapshot
,
Andrey Zhadchenko
,
2025/05/12
[PATCH 3/4] block/copy-before-write: reverse access bitmap
,
Andrey Zhadchenko
,
2025/05/12
[PATCH 1/4] hbitmap: drop meta bitmap leftovers
,
Andrey Zhadchenko
,
2025/05/12
[PATCH v4] qtest/migration/rdma: Add test for rdma migration with ipv6
,
Li Zhijian
,
2025/05/12
Re: [PATCH v4] qtest/migration/rdma: Add test for rdma migration with ipv6
,
Peter Xu
,
2025/05/13
[PATCH] hw/i386/pc_piix: Fix RTC ISA IRQ wiring of isapc machine
,
Bernhard Beschow
,
2025/05/12
Re: [PATCH] hw/i386/pc_piix: Fix RTC ISA IRQ wiring of isapc machine
,
Mark Cave-Ayland
,
2025/05/13
Re: [PATCH] hw/i386/pc_piix: Fix RTC ISA IRQ wiring of isapc machine
,
Bernhard Beschow
,
2025/05/15
Re: [PATCH v8 09/20] acpi/ghes: don't hard-code the number of sources for HEST table
,
Michael S. Tsirkin
,
2025/05/12
[PATCH v4 0/6] python: add QAPI and qapidoc et al to python tests
,
John Snow
,
2025/05/12
[PATCH v4 1/6] qapi: Add some pylint ignores
,
John Snow
,
2025/05/12
[PATCH v4 3/6] python: update missing dependencies from minreqs
,
John Snow
,
2025/05/12
[PATCH v4 6/6] qapi: delete un-needed python static analysis configs
,
John Snow
,
2025/05/12
[PATCH v4 4/6] python: add qapi static analysis tests
,
John Snow
,
2025/05/12
[PATCH v4 5/6] python: Drop redundant warn_unused_configs = True
,
John Snow
,
2025/05/12
[PATCH v4 2/6] docs/qapidoc: linting fixes
,
John Snow
,
2025/05/12
Re: [PATCH v4 0/6] python: add QAPI and qapidoc et al to python tests
,
Markus Armbruster
,
2025/05/15
[PULL 00/16] Meson, x86, Rust patches for 2025-05-12
,
Paolo Bonzini
,
2025/05/12
[PULL 01/16] meson: drop --enable-avx* options
,
Paolo Bonzini
,
2025/05/12
[PULL 03/16] meson: remove unnecessary dependencies from specific_ss
,
Paolo Bonzini
,
2025/05/12
[PULL 04/16] modinfo: lookup compile_commands.json by object
,
Paolo Bonzini
,
2025/05/12
[PULL 05/16] rust: pl011: Rename RX FIFO methods
,
Paolo Bonzini
,
2025/05/12
[PULL 02/16] meson: do not check supported TCG architecture if no emulators built
,
Paolo Bonzini
,
2025/05/12
[PULL 08/16] target/i386: list TCG-supported features for CPUID[80000021h].EAX
,
Paolo Bonzini
,
2025/05/12
[PULL 10/16] target/i386: implement TSS trap bit
,
Paolo Bonzini
,
2025/05/12
[PULL 12/16] target/i386/emulate: mostly rewrite flags handling
,
Paolo Bonzini
,
2025/05/12
[PULL 14/16] linux-headers: update from 6.15 + kvm/next
,
Paolo Bonzini
,
2025/05/12
[PULL 07/16] target/i386: ignore misplaced REX prefixes
,
Paolo Bonzini
,
2025/05/12
[PULL 09/16] target/i386: move push of error code to switch_tss_ra
,
Paolo Bonzini
,
2025/05/12
[PULL 06/16] rust: pl011: Really use RX FIFO depth
,
Paolo Bonzini
,
2025/05/12
[PULL 11/16] target/i386/emulate: stop overloading decode->op[N].ptr
,
Paolo Bonzini
,
2025/05/12
[PULL 15/16] hw/audio/cs4231a: fix assertion error in isa_bus_get_irq
,
Paolo Bonzini
,
2025/05/12
[PULL 13/16] target/i386: remove lflags
,
Paolo Bonzini
,
2025/05/12
[PULL 16/16] target/i386: Make ITS_NO available to guests
,
Paolo Bonzini
,
2025/05/12
Re: [PULL 00/16] Meson, x86, Rust patches for 2025-05-12
,
Stefan Hajnoczi
,
2025/05/14
[PATCH v2 0/7] scripts/checkpatch: refactor & fix SPDX-License-Identifier detection
,
Daniel P . Berrangé
,
2025/05/12
[PATCH v2 2/7] scripts/checkpatch.pl: fix various indentation mistakes
,
Daniel P . Berrangé
,
2025/05/12
Re: [PATCH v2 2/7] scripts/checkpatch.pl: fix various indentation mistakes
,
Cédric Le Goater
,
2025/05/14
[PATCH v2 3/7] scripts/checkpatch: introduce tracking of file start/end
,
Daniel P . Berrangé
,
2025/05/12
Re: [PATCH v2 3/7] scripts/checkpatch: introduce tracking of file start/end
,
Cédric Le Goater
,
2025/05/14
[PATCH v2 5/7] scripts/checkpatch: use new hook for file permissions check
,
Daniel P . Berrangé
,
2025/05/12
Re: [PATCH v2 5/7] scripts/checkpatch: use new hook for file permissions check
,
Cédric Le Goater
,
2025/05/14
[PATCH v2 1/7] Revert "scripts: mandate that new files have SPDX-License-Identifier"
,
Daniel P . Berrangé
,
2025/05/12
Re: [PATCH v2 1/7] Revert "scripts: mandate that new files have SPDX-License-Identifier"
,
Cédric Le Goater
,
2025/05/14
[PATCH v2 7/7] scripts/checkpatch: reimplement mandate for SPDX-License-Identifier
,
Daniel P . Berrangé
,
2025/05/12
Re: [PATCH v2 7/7] scripts/checkpatch: reimplement mandate for SPDX-License-Identifier
,
Cédric Le Goater
,
2025/05/13
Re: [PATCH v2 7/7] scripts/checkpatch: reimplement mandate for SPDX-License-Identifier
,
Daniel P . Berrangé
,
2025/05/15
[PATCH v2 4/7] scripts/checkpatch: use new hook for ACPI test data check
,
Daniel P . Berrangé
,
2025/05/12
[PATCH v2 6/7] scripts/checkpatch: use new hook for MAINTAINERS update check
,
Daniel P . Berrangé
,
2025/05/12
Re: [PATCH v2 6/7] scripts/checkpatch: use new hook for MAINTAINERS update check
,
Cédric Le Goater
,
2025/05/14
Re: [PATCH v2 6/7] scripts/checkpatch: use new hook for MAINTAINERS update check
,
Daniel P . Berrangé
,
2025/05/14
[PATCH v8 00/48] single-binary: compile target/arm twice
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 01/48] target/arm: Replace target_ulong -> vaddr for HWBreakpoint
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 03/48] meson: add common libs for target and target_system
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 02/48] include/system/hvf: missing vaddr include
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v8 02/48] include/system/hvf: missing vaddr include
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH v8 04/48] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v8 04/48] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH v8 05/48] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v8 05/48] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH v8 08/48] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 07/48] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 06/48] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 09/48] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 11/48] target/arm/cpu32-stubs.c: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 12/48] tcg: add vaddr type for helpers
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v8 12/48] tcg: add vaddr type for helpers
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH v8 10/48] target/arm/cpu: compile file twice (user, system) only
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 13/48] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v8 13/48] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH v8 14/48] target/arm/helper: use vaddr instead of target_ulong for probe_access
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v8 14/48] target/arm/helper: use vaddr instead of target_ulong for probe_access
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH v8 18/48] target/arm/debug_helper: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 16/48] target/arm/debug_helper: only include common helpers
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 17/48] target/arm/debug_helper: remove target_ulong
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 21/48] target/arm/helper: expose aarch64 cpu registration
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 22/48] target/arm/helper: remove remaining TARGET_AARCH64
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v8 22/48] target/arm/helper: remove remaining TARGET_AARCH64
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH v8 25/48] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 24/48] target/arm/vfp_fpscr: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v8 24/48] target/arm/vfp_fpscr: compile file twice (user, system)
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH v8 15/48] target/arm/helper: extract common helpers
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 20/48] target/arm/helper: replace target_ulong by vaddr
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 30/48] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v8 30/48] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
,
Philippe Mathieu-Daudé
,
2025/05/13
Re: [PATCH v8 30/48] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
,
Richard Henderson
,
2025/05/13
Re: [PATCH v8 30/48] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
,
Philippe Mathieu-Daudé
,
2025/05/13
Re: [PATCH v8 30/48] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
,
Richard Henderson
,
2025/05/14
[PATCH v8 28/48] target/arm/cortex-regs: compile file once (system)
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 32/48] target/arm/meson: accelerator files are not needed in user mode
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v8 32/48] target/arm/meson: accelerator files are not needed in user mode
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH v8 31/48] target/arm/ptw: compile file once (system)
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 33/48] target/arm/kvm-stub: compile file once (system)
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 23/48] target/arm/helper: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v8 23/48] target/arm/helper: compile file twice (user, system)
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH v8 36/48] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v8 36/48] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH v8 19/48] target/arm/helper: restrict include to common helpers
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 26/48] target/arm/arch_dump: compile file once (system)
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v8 26/48] target/arm/arch_dump: compile file once (system)
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH v8 35/48] target/arm/machine: remove TARGET_AARCH64 from migration state
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v8 35/48] target/arm/machine: remove TARGET_AARCH64 from migration state
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH v8 29/48] target/arm/ptw: replace target_ulong with int64_t
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v8 29/48] target/arm/ptw: replace target_ulong with int64_t
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH v8 37/48] target/arm/kvm-stub: add missing stubs
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 38/48] target/arm/machine: compile file once (system)
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v8 38/48] target/arm/machine: compile file once (system)
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH v8 39/48] target/arm/tcg/vec_internal: use forward declaration for CPUARMState
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 34/48] target/arm/machine: reduce migration include to avoid target specific definitions
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v8 34/48] target/arm/machine: reduce migration include to avoid target specific definitions
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH v8 27/48] target/arm/arm-powerctl: compile file once (system)
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v8 27/48] target/arm/arm-powerctl: compile file once (system)
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH v8 41/48] target/arm/tcg/hflags: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 46/48] target/arm/tcg/tlb-insns: compile file once (system)
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v8 46/48] target/arm/tcg/tlb-insns: compile file once (system)
,
Philippe Mathieu-Daudé
,
2025/05/13
[PATCH v8 44/48] target/arm/tcg/tlb_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 40/48] target/arm/tcg/crypto_helper: compile file once
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 42/48] target/arm/tcg/iwmmxt_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 43/48] target/arm/tcg/neon_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 45/48] target/arm/helper: restrict define_tlb_insn_regs to system target
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 47/48] target/arm/tcg/arith_helper: compile file once
,
Pierrick Bouvier
,
2025/05/12
[PATCH v8 48/48] target/arm/tcg/vfp_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/12
[RFC PATCH v9 0/4] Report vfio-ap configuration changes
,
Rorie Reyes
,
2025/05/12
[RFC PATCH v9 3/4] hw/vfio/ap: Storing event information for an AP configuration change event
,
Rorie Reyes
,
2025/05/12
Re: [RFC PATCH v9 3/4] hw/vfio/ap: Storing event information for an AP configuration change event
,
Anthony Krowiak
,
2025/05/13
[RFC PATCH v9 1/4] hw/vfio/ap: notification handler for AP config changed event
,
Rorie Reyes
,
2025/05/12
[RFC PATCH v9 4/4] s390: implementing CHSC SEI for AP config change
,
Rorie Reyes
,
2025/05/12
Re: [RFC PATCH v9 4/4] s390: implementing CHSC SEI for AP config change
,
Cédric Le Goater
,
2025/05/13
Re: [RFC PATCH v9 4/4] s390: implementing CHSC SEI for AP config change
,
Anthony Krowiak
,
2025/05/13
[RFC PATCH v9 2/4] hw/vfio/ap: store object indicating AP config changed in a queue
,
Rorie Reyes
,
2025/05/12
Re: [RFC PATCH v9 2/4] hw/vfio/ap: store object indicating AP config changed in a queue
,
Anthony Krowiak
,
2025/05/13
Re: [RFC PATCH v9 0/4] Report vfio-ap configuration changes
,
Cédric Le Goater
,
2025/05/13
[PATCH] target/i386: Make ITS_NO available to guests
,
Pawan Gupta
,
2025/05/12
Re: [PATCH] target/i386: Make ITS_NO available to guests
,
Paolo Bonzini
,
2025/05/12
[PATCH v2] net/af-xdp: Support pinned map path for AF_XDP sockets
,
Daniel Borkmann
,
2025/05/12
[PATCH v2] migration: Fix migration failure when aia is configured as 'aplic-imsic'
,
liu.xuemei1
,
2025/05/12
[PATCH v2 0/2] rust: pl011: really use RX FIFO depth
,
Paolo Bonzini
,
2025/05/12
[PATCH 1/2] rust: pl011: Rename RX FIFO methods
,
Paolo Bonzini
,
2025/05/12
[PATCH 2/2] rust: pl011: Really use RX FIFO depth
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH 2/2] rust: pl011: Really use RX FIFO depth
,
Peter Maydell
,
2025/05/12
[PATCH V3 00/42] Live update: vfio and iommufd
,
Steve Sistare
,
2025/05/12
[PATCH V3 01/42] MAINTAINERS: Add reviewer for CPR
,
Steve Sistare
,
2025/05/12
Re: [PATCH V3 01/42] MAINTAINERS: Add reviewer for CPR
,
Cédric Le Goater
,
2025/05/15
[PATCH V3 05/42] vfio: move vfio-cpr.h
,
Steve Sistare
,
2025/05/12
Re: [PATCH V3 05/42] vfio: move vfio-cpr.h
,
Cédric Le Goater
,
2025/05/15
[PATCH V3 06/42] vfio/container: register container for cpr
,
Steve Sistare
,
2025/05/12
Re: [PATCH V3 06/42] vfio/container: register container for cpr
,
Cédric Le Goater
,
2025/05/15
Re: [PATCH V3 06/42] vfio/container: register container for cpr
,
Steven Sistare
,
2025/05/15
[PATCH V3 02/42] migration: cpr helpers
,
Steve Sistare
,
2025/05/12
Re: [PATCH V3 02/42] migration: cpr helpers
,
Cédric Le Goater
,
2025/05/15
[PATCH V3 08/42] vfio/container: export vfio_legacy_dma_map
,
Steve Sistare
,
2025/05/12
Re: [PATCH V3 08/42] vfio/container: export vfio_legacy_dma_map
,
Cédric Le Goater
,
2025/05/15
Re: [PATCH V3 08/42] vfio/container: export vfio_legacy_dma_map
,
Steven Sistare
,
2025/05/15
[PATCH V3 09/42] vfio/container: discard old DMA vaddr
,
Steve Sistare
,
2025/05/12
Re: [PATCH V3 09/42] vfio/container: discard old DMA vaddr
,
Cédric Le Goater
,
2025/05/15
[PATCH V3 03/42] migration: lower handler priority
,
Steve Sistare
,
2025/05/12
[PATCH V3 04/42] vfio: vfio_find_ram_discard_listener
,
Steve Sistare
,
2025/05/12
[PATCH V3 07/42] vfio/container: preserve descriptors
,
Steve Sistare
,
2025/05/12
Re: [PATCH V3 07/42] vfio/container: preserve descriptors
,
Cédric Le Goater
,
2025/05/15
Re: [PATCH V3 07/42] vfio/container: preserve descriptors
,
Steven Sistare
,
2025/05/15
[PATCH V3 11/42] vfio/container: mdev cpr blocker
,
Steve Sistare
,
2025/05/12
Re: [PATCH V3 11/42] vfio/container: mdev cpr blocker
,
Cédric Le Goater
,
2025/05/16
[PATCH V3 10/42] vfio/container: restore DMA vaddr
,
Steve Sistare
,
2025/05/12
Re: [PATCH V3 10/42] vfio/container: restore DMA vaddr
,
Cédric Le Goater
,
2025/05/15
Re: [PATCH V3 10/42] vfio/container: restore DMA vaddr
,
Steven Sistare
,
2025/05/15
[PATCH V3 12/42] vfio/container: recover from unmap-all-vaddr failure
,
Steve Sistare
,
2025/05/12
[PATCH V3 13/42] pci: export msix_is_pending
,
Steve Sistare
,
2025/05/12
[PATCH V3 14/42] pci: skip reset during cpr
,
Steve Sistare
,
2025/05/12
Re: [PATCH V3 14/42] pci: skip reset during cpr
,
Cédric Le Goater
,
2025/05/16
[PATCH V3 15/42] vfio-pci: skip reset during cpr
,
Steve Sistare
,
2025/05/12
[PATCH V3 17/42] vfio/pci: vfio_notifier_init
,
Steve Sistare
,
2025/05/12
Re: [PATCH V3 17/42] vfio/pci: vfio_notifier_init
,
Cédric Le Goater
,
2025/05/16
[PATCH V3 16/42] vfio/pci: vfio_vector_init
,
Steve Sistare
,
2025/05/12
Re: [PATCH V3 16/42] vfio/pci: vfio_vector_init
,
Cédric Le Goater
,
2025/05/16
[PATCH V3 19/42] vfio/pci: vfio_notifier_init cpr parameters
,
Steve Sistare
,
2025/05/12
Re: [PATCH V3 19/42] vfio/pci: vfio_notifier_init cpr parameters
,
Cédric Le Goater
,
2025/05/16
[PATCH V3 18/42] vfio/pci: pass vector to virq functions
,
Steve Sistare
,
2025/05/12
Re: [PATCH V3 18/42] vfio/pci: pass vector to virq functions
,
Cédric Le Goater
,
2025/05/16
[PATCH V3 21/42] vfio/pci: export MSI functions
,
Steve Sistare
,
2025/05/12
Re: [PATCH V3 21/42] vfio/pci: export MSI functions
,
Cédric Le Goater
,
2025/05/16
[PATCH V3 32/42] vfio/iommufd: export iommufd_cdev_get_info_iova_range
,
Steve Sistare
,
2025/05/12
[PATCH V3 34/42] vfio/iommufd: invariant device name
,
Steve Sistare
,
2025/05/12
RE: [PATCH V3 34/42] vfio/iommufd: invariant device name
,
Duan, Zhenzhong
,
2025/05/16
[PATCH V3 31/42] vfio/iommufd: use IOMMU_IOAS_MAP_FILE
,
Steve Sistare
,
2025/05/12
RE: [PATCH V3 31/42] vfio/iommufd: use IOMMU_IOAS_MAP_FILE
,
Duan, Zhenzhong
,
2025/05/16
[PATCH V3 22/42] vfio-pci: preserve MSI
,
Steve Sistare
,
2025/05/12
[PATCH V3 26/42] vfio: return mr from vfio_get_xlat_addr
,
Steve Sistare
,
2025/05/12
Re: [PATCH V3 26/42] vfio: return mr from vfio_get_xlat_addr
,
John Levon
,
2025/05/12
Re: [PATCH V3 26/42] vfio: return mr from vfio_get_xlat_addr
,
Cédric Le Goater
,
2025/05/14
Re: [PATCH V3 26/42] vfio: return mr from vfio_get_xlat_addr
,
David Hildenbrand
,
2025/05/15
Re: [PATCH V3 26/42] vfio: return mr from vfio_get_xlat_addr
,
Steven Sistare
,
2025/05/15
Re: [PATCH V3 26/42] vfio: return mr from vfio_get_xlat_addr
,
Steven Sistare
,
2025/05/15
Re: [PATCH V3 26/42] vfio: return mr from vfio_get_xlat_addr
,
Mark Cave-Ayland
,
2025/05/13
Re: [PATCH V3 26/42] vfio: return mr from vfio_get_xlat_addr
,
Steven Sistare
,
2025/05/15
[PATCH V3 28/42] backends/iommufd: iommufd_backend_map_file_dma
,
Steve Sistare
,
2025/05/12
RE: [PATCH V3 28/42] backends/iommufd: iommufd_backend_map_file_dma
,
Duan, Zhenzhong
,
2025/05/16
[PATCH V3 23/42] vfio-pci: preserve INTx
,
Steve Sistare
,
2025/05/12
[PATCH V3 37/42] vfio/iommufd: reconstruct device
,
Steve Sistare
,
2025/05/12
RE: [PATCH V3 37/42] vfio/iommufd: reconstruct device
,
Duan, Zhenzhong
,
2025/05/16
[PATCH V3 38/42] vfio/iommufd: reconstruct hw_caps
,
Steve Sistare
,
2025/05/12
[PATCH V3 29/42] backends/iommufd: change process ioctl
,
Steve Sistare
,
2025/05/12
RE: [PATCH V3 29/42] backends/iommufd: change process ioctl
,
Duan, Zhenzhong
,
2025/05/16
[PATCH V3 24/42] migration: close kvm after cpr
,
Steve Sistare
,
2025/05/12
Re: [PATCH V3 24/42] migration: close kvm after cpr
,
Cédric Le Goater
,
2025/05/16
[PATCH V3 20/42] vfio/pci: vfio_notifier_cleanup
,
Steve Sistare
,
2025/05/12
Re: [PATCH V3 20/42] vfio/pci: vfio_notifier_cleanup
,
Cédric Le Goater
,
2025/05/16
[PATCH V3 33/42] vfio/iommufd: define hwpt constructors
,
Steve Sistare
,
2025/05/12
RE: [PATCH V3 33/42] vfio/iommufd: define hwpt constructors
,
Duan, Zhenzhong
,
2025/05/16
[PATCH V3 35/42] vfio/iommufd: register container for cpr
,
Steve Sistare
,
2025/05/12
RE: [PATCH V3 35/42] vfio/iommufd: register container for cpr
,
Duan, Zhenzhong
,
2025/05/16
[PATCH V3 36/42] vfio/iommufd: preserve descriptors
,
Steve Sistare
,
2025/05/12
RE: [PATCH V3 36/42] vfio/iommufd: preserve descriptors
,
Duan, Zhenzhong
,
2025/05/16
[PATCH V3 25/42] migration: cpr_get_fd_param helper
,
Steve Sistare
,
2025/05/12
[PATCH V3 40/42] vfio/iommufd: change process
,
Steve Sistare
,
2025/05/12
[PATCH V3 39/42] vfio/iommufd: reconstruct hwpt
,
Steve Sistare
,
2025/05/12
[PATCH V3 41/42] iommufd: preserve DMA mappings
,
Steve Sistare
,
2025/05/12
[PATCH V3 42/42] vfio/container: delete old cpr register
,
Steve Sistare
,
2025/05/12
[PATCH V3 27/42] vfio: pass ramblock to vfio_container_dma_map
,
Steve Sistare
,
2025/05/12
RE: [PATCH V3 27/42] vfio: pass ramblock to vfio_container_dma_map
,
Duan, Zhenzhong
,
2025/05/16
[PATCH V3 30/42] physmem: qemu_ram_get_fd_offset
,
Steve Sistare
,
2025/05/12
RE: [PATCH V3 30/42] physmem: qemu_ram_get_fd_offset
,
Duan, Zhenzhong
,
2025/05/16
Re: [PATCH 1/2] rust/qemu-api: Add initial logging support based on C API
,
Paolo Bonzini
,
2025/05/12
[PULL v3 0/8] block-job patches 2025-04-29
,
Vladimir Sementsov-Ogievskiy
,
2025/05/12
[PULL v3 8/8] blockdev-backup: Add error handling option for copy-before-write jobs
,
Vladimir Sementsov-Ogievskiy
,
2025/05/12
Re: [PULL v3 0/8] block-job patches 2025-04-29
,
Stefan Hajnoczi
,
2025/05/14
live-migration performance regression when using pmem
,
Chaney, Ben
,
2025/05/12
Re: live-migration performance regression when using pmem
,
Peter Xu
,
2025/05/12
Re: live-migration performance regression when using pmem
,
Chaney, Ben
,
2025/05/13
Re: live-migration performance regression when using pmem
,
Peter Xu
,
2025/05/14
Re: live-migration performance regression when using pmem
,
Michael S. Tsirkin
,
2025/05/12
Re: live-migration performance regression when using pmem
,
David Hildenbrand
,
2025/05/13
Re: live-migration performance regression when using pmem
,
Chaney, Ben
,
2025/05/13
Re: live-migration performance regression when using pmem
,
Michael S. Tsirkin
,
2025/05/13
Re: live-migration performance regression when using pmem
,
David Hildenbrand
,
2025/05/14
[PATCH v4] tests/functional: Add PCI hotplug test for aarch64
,
Gustavo Romero
,
2025/05/12
Re: [PATCH v4] tests/functional: Add PCI hotplug test for aarch64
,
Eric Auger
,
2025/05/13
Re: [PATCH v4] tests/functional: Add PCI hotplug test for aarch64
,
Alex Bennée
,
2025/05/16
Re: [PATCH v4] tests/functional: Add PCI hotplug test for aarch64
,
Philippe Mathieu-Daudé
,
2025/05/16
[PATCH v2 0/4] crypto: fully drop built-in cipher provider
,
Daniel P . Berrangé
,
2025/05/12
[PATCH v2 1/4] tests: skip encrypted secret tests if AES is not available
,
Daniel P . Berrangé
,
2025/05/12
[PATCH v2 2/4] tests: skip legacy qcow2 encryption test if AES is not available
,
Daniel P . Berrangé
,
2025/05/12
[PATCH v2 3/4] tests: fix skipping cipher tests when AES is not available
,
Daniel P . Berrangé
,
2025/05/12
[PATCH v2 4/4] crypto: fully drop built-in cipher provider
,
Daniel P . Berrangé
,
2025/05/12
Re: [PATCH v2 0/4] crypto: fully drop built-in cipher provider
,
Richard Henderson
,
2025/05/13
[PATCH v3] tests/functional: Add PCI hotplug test for aarch64
,
Gustavo Romero
,
2025/05/12
Re: [PATCH v3] tests/functional: Add PCI hotplug test for aarch64
,
Daniel P . Berrangé
,
2025/05/12
[PATCH V2 0/5] fast qom tree get
,
Steve Sistare
,
2025/05/12
[PATCH V2 3/5] tests/qtest/qom-test: unit test for qom-tree-get
,
Steve Sistare
,
2025/05/12
[PATCH V2 5/5] tests/qtest/qom-test: unit test for qom-list-getv
,
Steve Sistare
,
2025/05/12
[PATCH V2 2/5] python: use qom-tree-get
,
Steve Sistare
,
2025/05/12
[PATCH V2 4/5] qom: qom-list-getv
,
Steve Sistare
,
2025/05/12
[PATCH V2 1/5] qom: qom-tree-get
,
Steve Sistare
,
2025/05/12
[PATCH v11 0/3] Allow to enable multifd and postcopy migration together
,
Prasad Pandit
,
2025/05/12
[PATCH v11 1/3] migration: write zero pages when postcopy enabled
,
Prasad Pandit
,
2025/05/12
Re: [PATCH v11 1/3] migration: write zero pages when postcopy enabled
,
Fabiano Rosas
,
2025/05/12
[PATCH v11 3/3] tests/qtest/migration: add postcopy tests with multifd
,
Prasad Pandit
,
2025/05/12
[PATCH v11 2/3] migration: enable multifd and postcopy together
,
Prasad Pandit
,
2025/05/12
Re: [PATCH v11 0/3] Allow to enable multifd and postcopy migration together
,
Peter Xu
,
2025/05/13
[PATCH v2] tests/functional: Add PCI hotplug test for aarch64
,
Gustavo Romero
,
2025/05/12
Re: [PATCH v2] tests/functional: Add PCI hotplug test for aarch64
,
Thomas Huth
,
2025/05/12
Re: [PATCH v2] tests/functional: Add PCI hotplug test for aarch64
,
Gustavo Romero
,
2025/05/12
Re: [PATCH v2] tests/functional: Add PCI hotplug test for aarch64
,
Daniel P . Berrangé
,
2025/05/12
Re: [PATCH v2] tests/functional: Add PCI hotplug test for aarch64
,
Gustavo Romero
,
2025/05/12
Re: [PATCH v2] tests/functional: Add PCI hotplug test for aarch64
,
Philippe Mathieu-Daudé
,
2025/05/12
Re: [PATCH v2] tests/functional: Add PCI hotplug test for aarch64
,
Gustavo Romero
,
2025/05/12
Re: [PATCH 2/2] qcow2: put discards in discard queue when discard-no-unref is enabled
,
Hanna Czenczek
,
2025/05/12
Re: [PATCH 2/2] qcow2: put discards in discard queue when discard-no-unref is enabled
,
Jean-Louis Dupond
,
2025/05/13
Re: [PATCH 1/3] block: add for_commit option to measure
,
Hanna Czenczek
,
2025/05/12
Re: [PATCH 1/3] block: add for_commit option to measure
,
Jean-Louis Dupond
,
2025/05/13
Re: [PATCH] virtio-net: Copy all for dhclient workaround
,
Michael Tokarev
,
2025/05/12
Re: [PATCH] virtio-net: Copy all for dhclient workaround
,
Jason Wang
,
2025/05/13
[PATCH v5 00/26] target/riscv: SATP mode and CPU definition overhaul
,
Paolo Bonzini
,
2025/05/12
[PATCH 01/26] target/riscv: assert argument to set_satp_mode_max_supported is valid
,
Paolo Bonzini
,
2025/05/12
[PATCH 02/26] target/riscv: cpu: store max SATP mode as a single integer
,
Paolo Bonzini
,
2025/05/12
[PATCH 03/26] target/riscv: update max_satp_mode based on QOM properties
,
Paolo Bonzini
,
2025/05/12
[PATCH 05/26] target/riscv: move satp_mode.{map, init} out of CPUConfig
,
Paolo Bonzini
,
2025/05/12
[PATCH 07/26] target/riscv: store RISCVCPUDef struct directly in the class
,
Paolo Bonzini
,
2025/05/12
[PATCH 09/26] target/riscv: move RISCVCPUConfig fields to a header file
,
Paolo Bonzini
,
2025/05/12
[PATCH 06/26] target/riscv: introduce RISCVCPUDef
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH 06/26] target/riscv: introduce RISCVCPUDef
,
Alistair Francis
,
2025/05/15
[PATCH 04/26] target/riscv: remove supported from RISCVSATPMap
,
Paolo Bonzini
,
2025/05/12
[PATCH 11/26] target/riscv: add more RISCVCPUDef fields
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH 11/26] target/riscv: add more RISCVCPUDef fields
,
Alistair Francis
,
2025/05/15
[PATCH 08/26] target/riscv: merge riscv_cpu_class_init with the class_base function
,
Paolo Bonzini
,
2025/05/12
[PATCH 10/26] target/riscv: include default value in cpu_cfg_fields.h.inc
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH 10/26] target/riscv: include default value in cpu_cfg_fields.h.inc
,
Alistair Francis
,
2025/05/15
[PATCH 12/26] target/riscv: convert abstract CPU classes to RISCVCPUDef
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH 12/26] target/riscv: convert abstract CPU classes to RISCVCPUDef
,
Alistair Francis
,
2025/05/15
[PATCH 13/26] target/riscv: convert profile CPU models to RISCVCPUDef
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH 13/26] target/riscv: convert profile CPU models to RISCVCPUDef
,
Alistair Francis
,
2025/05/15
[PATCH 14/26] target/riscv: convert bare CPU models to RISCVCPUDef
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH 14/26] target/riscv: convert bare CPU models to RISCVCPUDef
,
Alistair Francis
,
2025/05/15
[PATCH 15/26] target/riscv: convert dynamic CPU models to RISCVCPUDef
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH 15/26] target/riscv: convert dynamic CPU models to RISCVCPUDef
,
Alistair Francis
,
2025/05/15
[PATCH 16/26] target/riscv: convert SiFive E CPU models to RISCVCPUDef
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH 16/26] target/riscv: convert SiFive E CPU models to RISCVCPUDef
,
Alistair Francis
,
2025/05/15
[PATCH 18/26] target/riscv: convert SiFive U models to RISCVCPUDef
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH 18/26] target/riscv: convert SiFive U models to RISCVCPUDef
,
Alistair Francis
,
2025/05/15
[PATCH 20/26] target/riscv: generalize custom CSR functionality
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH 20/26] target/riscv: generalize custom CSR functionality
,
Alistair Francis
,
2025/05/15
[PATCH 19/26] target/riscv: th: make CSR insertion test a bit more intuitive
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH 19/26] target/riscv: th: make CSR insertion test a bit more intuitive
,
Alistair Francis
,
2025/05/15
[PATCH 17/26] target/riscv: convert ibex CPU models to RISCVCPUDef
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH 17/26] target/riscv: convert ibex CPU models to RISCVCPUDef
,
Alistair Francis
,
2025/05/15
[PATCH 21/26] target/riscv: convert TT C906 to RISCVCPUDef
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH 21/26] target/riscv: convert TT C906 to RISCVCPUDef
,
Alistair Francis
,
2025/05/15
[PATCH 22/26] target/riscv: convert TT Ascalon to RISCVCPUDef
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH 22/26] target/riscv: convert TT Ascalon to RISCVCPUDef
,
Alistair Francis
,
2025/05/15
[PATCH 25/26] target/riscv: remove .instance_post_init
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH 25/26] target/riscv: remove .instance_post_init
,
Philippe Mathieu-Daudé
,
2025/05/12
Re: [PATCH 25/26] target/riscv: remove .instance_post_init
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH 25/26] target/riscv: remove .instance_post_init
,
Alistair Francis
,
2025/05/15
[PATCH 23/26] target/riscv: convert Ventana V1 to RISCVCPUDef
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH 23/26] target/riscv: convert Ventana V1 to RISCVCPUDef
,
Alistair Francis
,
2025/05/15
[PATCH 26/26] qom: reverse order of instance_post_init calls
,
Paolo Bonzini
,
2025/05/12
[PATCH 24/26] target/riscv: convert Xiangshan Nanhu to RISCVCPUDef
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH 24/26] target/riscv: convert Xiangshan Nanhu to RISCVCPUDef
,
Alistair Francis
,
2025/05/15
Re: [PATCH v5 00/26] target/riscv: SATP mode and CPU definition overhaul
,
Alistair Francis
,
2025/05/15
Re: [PATCH v3 0/2] qapi/throttle: Fix qmp_block_set_io_throttle blocked for too long
,
Michael Tokarev
,
2025/05/12
Re: [PATCH v3 0/2] qapi/throttle: Fix qmp_block_set_io_throttle blocked for too long
,
Markus Armbruster
,
2025/05/12
Re: [PATCH v5 01/11 for v9.2?] i386/cpu: Mark avx10_version filtered when prefix is NULL
,
Michael Tokarev
,
2025/05/12
Re: [PATCH v5 01/11 for v9.2?] i386/cpu: Mark avx10_version filtered when prefix is NULL
,
Zhao Liu
,
2025/05/12
Re: [PATCH 1/4] i386/cpu: Fix number of addressable IDs field for CPUID.01H.EBX[23:16]
,
Michael Tokarev
,
2025/05/12
Re: [PATCH 1/4] i386/cpu: Fix number of addressable IDs field for CPUID.01H.EBX[23:16]
,
Zhao Liu
,
2025/05/12
[PATCH] linux-headers: update from 6.15 + kvm/next
,
Paolo Bonzini
,
2025/05/12
Re: [PATCH] linux-headers: update from 6.15 + kvm/next
,
Xiaoyao Li
,
2025/05/12
Re: [PATCH for-10.0] scsi-disk: Apply error policy for host_status errors again
,
Michael Tokarev
,
2025/05/12
Re: [PATCH for-10.0] scsi-disk: Apply error policy for host_status errors again
,
Kevin Wolf
,
2025/05/13
Re: [PATCH for-10.0] scsi-disk: Apply error policy for host_status errors again
,
Michael Tokarev
,
2025/05/13
Re: [PATCH for-10.0] scsi-disk: Apply error policy for host_status errors again
,
Kevin Wolf
,
2025/05/13
[PATCH v4 0/3] hw/misc/aspeed_otp: Add ASPEED OTP memory model and SoC integration
,
Kane Chen
,
2025/05/12
[PATCH v4 1/3] hw/misc/aspeed_otp: Add ASPEED OTP memory device model
,
Kane Chen
,
2025/05/12
[PATCH v4 2/3] hw/misc/aspeed_sbc: Connect ASPEED OTP memory device to SBC controller
,
Kane Chen
,
2025/05/12
[PATCH v4 3/3] hw/arm: Integrate ASPEED OTP memory into AST10x0 and AST2600 SoCs
,
Kane Chen
,
2025/05/12
Re: [PATCH qemu 7/8] hw/cxl/cxl-mailbox-utils: Added support for Get Log Capabilities (Opcode 0402h)
,
Michael S. Tsirkin
,
2025/05/12
Re: [PATCH qemu 7/8] hw/cxl/cxl-mailbox-utils: Added support for Get Log Capabilities (Opcode 0402h)
,
Jonathan Cameron
,
2025/05/12
Re: [PATCH qemu 7/8] hw/cxl/cxl-mailbox-utils: Added support for Get Log Capabilities (Opcode 0402h)
,
Michael S. Tsirkin
,
2025/05/12
Re: [PATCH qemu 7/8] hw/cxl/cxl-mailbox-utils: Added support for Get Log Capabilities (Opcode 0402h)
,
Jonathan Cameron
,
2025/05/12
Message not available
Re: [PATCH qemu 7/8] hw/cxl/cxl-mailbox-utils: Added support for Get Log Capabilities (Opcode 0402h)
,
Arpit Kumar
,
2025/05/16
[PATCH v4 00/19] hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v4 01/19] hw/i386/pc: Remove deprecated pc-q35-2.4 and pc-i440fx-2.4 machines
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v4 03/19] hw/i386/pc: Remove pc_compat_2_4[] array
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v4 02/19] hw/i386/pc: Remove PCMachineClass::broken_reserved_end field
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v4 04/19] target/i386/cpu: Remove X86CPU::check_cpuid field
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v4 06/19] hw/net/e1000: Remove unused E1000_FLAG_MAC flag
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v4 05/19] hw/core/machine: Remove hw_compat_2_4[] array
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v4 12/19] hw/core/machine: Remove hw_compat_2_5[] array
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v4 07/19] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_MIGRATE_EXTRA definition
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v4 09/19] hw/i386/pc: Remove deprecated pc-q35-2.5 and pc-i440fx-2.5 machines
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v4 14/19] hw/scsi/vmw_pvscsi: Remove PVSCSI_COMPAT_OLD_PCI_CONFIGURATION definition
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v4 10/19] hw/i386/x86: Remove X86MachineClass::save_tsc_khz field
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v4 08/19] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_DISABLE_PCIE definition
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v4 11/19] hw/nvram/fw_cfg: Remove legacy FW_CFG_ORDER_OVERRIDE
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v4 17/19] hw/net/vmxnet3: Remove VMXNET3_COMPAT_FLAG_OLD_MSI_OFFSETS definition
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v4 16/19] hw/scsi/vmw_pvscsi: Convert DeviceRealize -> InstanceInit
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v4 13/19] hw/block/fdc-isa: Remove 'fallback' property
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v4 15/19] hw/scsi/vmw_pvscsi: Remove PVSCSI_COMPAT_DISABLE_PCIE_BIT definition
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v4 18/19] hw/net/vmxnet3: Remove VMXNET3_COMPAT_FLAG_DISABLE_PCIE definition
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v4 19/19] hw/net/vmxnet3: Merge DeviceRealize in InstanceInit
,
Philippe Mathieu-Daudé
,
2025/05/12
RE: [PATCH v1 07/22] hw/misc/aspeed_hace: Add support for source, digest, key buffer 64 bit addresses
,
Jamin Lin
,
2025/05/12
RE: [PATCH v1 18/22] test/qtest/hace: Update source data and digest data type to 64-bit
,
Jamin Lin
,
2025/05/12
[PATCH v3] qtest/migration/rdma: Add test for rdma migration with ipv6
,
Li Zhijian
,
2025/05/12
Re: [PATCH v3] qtest/migration/rdma: Add test for rdma migration with ipv6
,
Peter Xu
,
2025/05/12
Re: [PATCH v3] qtest/migration/rdma: Add test for rdma migration with ipv6
,
Zhijian Li (Fujitsu)
,
2025/05/12
Query Regarding VM Consistent Snapshot Approaches and Impact of QEMU Guest Agent Freeze
,
P, Rajasekar
,
2025/05/12
RE: Query Regarding VM Consistent Snapshot Approaches and Impact of QEMU Guest Agent Freeze
,
P, Rajasekar
,
2025/05/13
[PATCH] target/riscv/kvm/kvm-cpu: Fixed the issue of resume after QEMU+KVM migration
,
谢波
,
2025/05/12
[PATCH] target/riscv/kvm/kvm-cpu: Fixed the issue of resume after QEMU+KVM migration
,
谢波
,
2025/05/12
RE: [PATCH v1 12/22] hw/misc/aspeed_hace Support to dump plaintext and digest for better debugging
,
Jamin Lin
,
2025/05/12
[PATCH 00/50] ppc/xive: updates for PowerVM
,
Nicholas Piggin
,
2025/05/11
[PATCH 01/50] ppc/xive: Fix xive trace event output
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 01/50] ppc/xive: Fix xive trace event output
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 01/50] ppc/xive: Fix xive trace event output
,
Mike Kowal
,
2025/05/14
Re: [PATCH 01/50] ppc/xive: Fix xive trace event output
,
Miles Glenn
,
2025/05/15
[PATCH 02/50] ppc/xive: Report access size in XIVE TM operation error logs
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 02/50] ppc/xive: Report access size in XIVE TM operation error logs
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 02/50] ppc/xive: Report access size in XIVE TM operation error logs
,
Mike Kowal
,
2025/05/14
Re: [PATCH 02/50] ppc/xive: Report access size in XIVE TM operation error logs
,
Miles Glenn
,
2025/05/15
[PATCH 03/50] ppc/xive2: Fix calculation of END queue sizes
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 03/50] ppc/xive2: Fix calculation of END queue sizes
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 03/50] ppc/xive2: Fix calculation of END queue sizes
,
Mike Kowal
,
2025/05/14
Re: [PATCH 03/50] ppc/xive2: Fix calculation of END queue sizes
,
Nicholas Piggin
,
2025/05/15
[PATCH 04/50] ppc/xive2: Remote VSDs need to match on forwarding address
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 04/50] ppc/xive2: Remote VSDs need to match on forwarding address
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 04/50] ppc/xive2: Remote VSDs need to match on forwarding address
,
Mike Kowal
,
2025/05/14
Re: [PATCH 04/50] ppc/xive2: Remote VSDs need to match on forwarding address
,
Miles Glenn
,
2025/05/15
Re: [PATCH 04/50] ppc/xive2: Remote VSDs need to match on forwarding address
,
Nicholas Piggin
,
2025/05/15
[PATCH 05/50] ppc/xive2: fix context push calculation of IPB priority
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 05/50] ppc/xive2: fix context push calculation of IPB priority
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 05/50] ppc/xive2: fix context push calculation of IPB priority
,
Mike Kowal
,
2025/05/14
Re: [PATCH 05/50] ppc/xive2: fix context push calculation of IPB priority
,
Miles Glenn
,
2025/05/15
[PATCH 06/50] ppc/xive: Fix PHYS NSR ring matching
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 06/50] ppc/xive: Fix PHYS NSR ring matching
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 06/50] ppc/xive: Fix PHYS NSR ring matching
,
Mike Kowal
,
2025/05/14
Re: [PATCH 06/50] ppc/xive: Fix PHYS NSR ring matching
,
Miles Glenn
,
2025/05/15
[PATCH 07/50] ppc/xive2: Reset Generation Flipped bit on END Cache Watch
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 07/50] ppc/xive2: Reset Generation Flipped bit on END Cache Watch
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 07/50] ppc/xive2: Reset Generation Flipped bit on END Cache Watch
,
Mike Kowal
,
2025/05/14
Re: [PATCH 07/50] ppc/xive2: Reset Generation Flipped bit on END Cache Watch
,
Miles Glenn
,
2025/05/15
Re: [PATCH 07/50] ppc/xive2: Reset Generation Flipped bit on END Cache Watch
,
Nicholas Piggin
,
2025/05/15
[PATCH 08/50] ppc/xive2: Use fair irq target search algorithm
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 08/50] ppc/xive2: Use fair irq target search algorithm
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 08/50] ppc/xive2: Use fair irq target search algorithm
,
Mike Kowal
,
2025/05/14
Re: [PATCH 08/50] ppc/xive2: Use fair irq target search algorithm
,
Miles Glenn
,
2025/05/15
Re: [PATCH 08/50] ppc/xive2: Use fair irq target search algorithm
,
Nicholas Piggin
,
2025/05/15
[PATCH 09/50] ppc/xive2: Fix irq preempted by lower priority group irq
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 09/50] ppc/xive2: Fix irq preempted by lower priority group irq
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 09/50] ppc/xive2: Fix irq preempted by lower priority group irq
,
Mike Kowal
,
2025/05/14
Re: [PATCH 09/50] ppc/xive2: Fix irq preempted by lower priority group irq
,
Nicholas Piggin
,
2025/05/15
[PATCH 10/50] ppc/xive2: Fix treatment of PIPR in CPPR update
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 10/50] ppc/xive2: Fix treatment of PIPR in CPPR update
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 10/50] ppc/xive2: Fix treatment of PIPR in CPPR update
,
Mike Kowal
,
2025/05/14
Re: [PATCH 10/50] ppc/xive2: Fix treatment of PIPR in CPPR update
,
Nicholas Piggin
,
2025/05/15
[PATCH 11/50] ppc/xive2: Do not present group interrupt on OS-push if precluded by CPPR
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 11/50] ppc/xive2: Do not present group interrupt on OS-push if precluded by CPPR
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 11/50] ppc/xive2: Do not present group interrupt on OS-push if precluded by CPPR
,
Mike Kowal
,
2025/05/14
Re: [PATCH 11/50] ppc/xive2: Do not present group interrupt on OS-push if precluded by CPPR
,
Miles Glenn
,
2025/05/15
[PATCH 12/50] ppc/xive2: Set CPPR delivery should account for group priority
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 12/50] ppc/xive2: Set CPPR delivery should account for group priority
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 12/50] ppc/xive2: Set CPPR delivery should account for group priority
,
Mike Kowal
,
2025/05/14
Re: [PATCH 12/50] ppc/xive2: Set CPPR delivery should account for group priority
,
Miles Glenn
,
2025/05/15
[PATCH 13/50] ppc/xive: tctx_notify should clear the precluded interrupt
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 13/50] ppc/xive: tctx_notify should clear the precluded interrupt
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 13/50] ppc/xive: tctx_notify should clear the precluded interrupt
,
Mike Kowal
,
2025/05/14
Re: [PATCH 13/50] ppc/xive: tctx_notify should clear the precluded interrupt
,
Miles Glenn
,
2025/05/15
[PATCH 14/50] ppc/xive: Explicitly zero NSR after accepting
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 14/50] ppc/xive: Explicitly zero NSR after accepting
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 14/50] ppc/xive: Explicitly zero NSR after accepting
,
Mike Kowal
,
2025/05/14
Re: [PATCH 14/50] ppc/xive: Explicitly zero NSR after accepting
,
Nicholas Piggin
,
2025/05/15
Re: [PATCH 14/50] ppc/xive: Explicitly zero NSR after accepting
,
Miles Glenn
,
2025/05/15
[PATCH 17/50] pnv/xive2: Support ESB Escalation
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 17/50] pnv/xive2: Support ESB Escalation
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 17/50] pnv/xive2: Support ESB Escalation
,
Mike Kowal
,
2025/05/14
Re: [PATCH 17/50] pnv/xive2: Support ESB Escalation
,
Nicholas Piggin
,
2025/05/15
Re: [PATCH 17/50] pnv/xive2: Support ESB Escalation
,
Miles Glenn
,
2025/05/16
[PATCH 15/50] ppc/xive: Move NSR decoding into helper functions
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 15/50] ppc/xive: Move NSR decoding into helper functions
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 15/50] ppc/xive: Move NSR decoding into helper functions
,
Mike Kowal
,
2025/05/14
Re: [PATCH 15/50] ppc/xive: Move NSR decoding into helper functions
,
Miles Glenn
,
2025/05/15
[PATCH 19/50] pnv/xive2: VC_ENDC_WATCH_SPEC regs should read back WATCH_FULL
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 19/50] pnv/xive2: VC_ENDC_WATCH_SPEC regs should read back WATCH_FULL
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 19/50] pnv/xive2: VC_ENDC_WATCH_SPEC regs should read back WATCH_FULL
,
Mike Kowal
,
2025/05/14
Re: [PATCH 19/50] pnv/xive2: VC_ENDC_WATCH_SPEC regs should read back WATCH_FULL
,
Miles Glenn
,
2025/05/15
[PATCH 20/50] pnv/xive2: Permit valid writes to VC/PC Flush Control registers
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 20/50] pnv/xive2: Permit valid writes to VC/PC Flush Control registers
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 20/50] pnv/xive2: Permit valid writes to VC/PC Flush Control registers
,
Mike Kowal
,
2025/05/14
Re: [PATCH 20/50] pnv/xive2: Permit valid writes to VC/PC Flush Control registers
,
Miles Glenn
,
2025/05/15
Re: [PATCH 20/50] pnv/xive2: Permit valid writes to VC/PC Flush Control registers
,
Nicholas Piggin
,
2025/05/15
[PATCH 16/50] ppc/xive: Fix pulling pool and phys contexts
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 16/50] ppc/xive: Fix pulling pool and phys contexts
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 16/50] ppc/xive: Fix pulling pool and phys contexts
,
Mike Kowal
,
2025/05/14
Re: [PATCH 16/50] ppc/xive: Fix pulling pool and phys contexts
,
Miles Glenn
,
2025/05/15
[PATCH 18/50] pnv/xive2: Print value in invalid register write logging
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 18/50] pnv/xive2: Print value in invalid register write logging
,
Caleb Schlossin
,
2025/05/14
Re: [PATCH 18/50] pnv/xive2: Print value in invalid register write logging
,
Mike Kowal
,
2025/05/14
Re: [PATCH 18/50] pnv/xive2: Print value in invalid register write logging
,
Miles Glenn
,
2025/05/15
Re: [PATCH 18/50] pnv/xive2: Print value in invalid register write logging
,
Nicholas Piggin
,
2025/05/15
[PATCH 21/50] ppc/xive2: add interrupt priority configuration flags
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 21/50] ppc/xive2: add interrupt priority configuration flags
,
Mike Kowal
,
2025/05/14
Re: [PATCH 21/50] ppc/xive2: add interrupt priority configuration flags
,
Nicholas Piggin
,
2025/05/15
[PATCH 23/50] ppc/xive: Add more interrupt notification tracing
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 23/50] ppc/xive: Add more interrupt notification tracing
,
Mike Kowal
,
2025/05/14
Re: [PATCH 23/50] ppc/xive: Add more interrupt notification tracing
,
Nicholas Piggin
,
2025/05/15
[PATCH 22/50] ppc/xive2: Support redistribution of group interrupts
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 22/50] ppc/xive2: Support redistribution of group interrupts
,
Mike Kowal
,
2025/05/14
Re: [PATCH 22/50] ppc/xive2: Support redistribution of group interrupts
,
Nicholas Piggin
,
2025/05/15
[PATCH 24/50] ppc/xive2: Improve pool regs variable name
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 24/50] ppc/xive2: Improve pool regs variable name
,
Mike Kowal
,
2025/05/14
Re: [PATCH 24/50] ppc/xive2: Improve pool regs variable name
,
Nicholas Piggin
,
2025/05/15
[PATCH 25/50] ppc/xive2: Implement "Ack OS IRQ to even report line" TIMA op
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 25/50] ppc/xive2: Implement "Ack OS IRQ to even report line" TIMA op
,
Mike Kowal
,
2025/05/14
Re: [PATCH 25/50] ppc/xive2: Implement "Ack OS IRQ to even report line" TIMA op
,
Nicholas Piggin
,
2025/05/15
[PATCH 26/50] ppc/xive2: Redistribute group interrupt precluded by CPPR update
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 26/50] ppc/xive2: Redistribute group interrupt precluded by CPPR update
,
Mike Kowal
,
2025/05/14
Re: [PATCH 26/50] ppc/xive2: Redistribute group interrupt precluded by CPPR update
,
Nicholas Piggin
,
2025/05/15
[PATCH 31/50] ppc/xive: Fix high prio group interrupt being preempted by low prio VP
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 31/50] ppc/xive: Fix high prio group interrupt being preempted by low prio VP
,
Mike Kowal
,
2025/05/15
Re: [PATCH 31/50] ppc/xive: Fix high prio group interrupt being preempted by low prio VP
,
Miles Glenn
,
2025/05/15
[PATCH 34/50] ppc/xive: tctx_accept only lower irq line if an interrupt was presented
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 34/50] ppc/xive: tctx_accept only lower irq line if an interrupt was presented
,
Mike Kowal
,
2025/05/15
Re: [PATCH 34/50] ppc/xive: tctx_accept only lower irq line if an interrupt was presented
,
Nicholas Piggin
,
2025/05/15
Re: [PATCH 34/50] ppc/xive: tctx_accept only lower irq line if an interrupt was presented
,
Miles Glenn
,
2025/05/15
[PATCH 28/50] ppc/xive: Change presenter .match_nvt to match not present
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 28/50] ppc/xive: Change presenter .match_nvt to match not present
,
Mike Kowal
,
2025/05/14
Re: [PATCH 28/50] ppc/xive: Change presenter .match_nvt to match not present
,
Nicholas Piggin
,
2025/05/15
Re: [PATCH 28/50] ppc/xive: Change presenter .match_nvt to match not present
,
Miles Glenn
,
2025/05/15
[PATCH 32/50] ppc/xive: Split xive recompute from IPB function
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 32/50] ppc/xive: Split xive recompute from IPB function
,
Mike Kowal
,
2025/05/14
Re: [PATCH 32/50] ppc/xive: Split xive recompute from IPB function
,
Nicholas Piggin
,
2025/05/15
Re: [PATCH 32/50] ppc/xive: Split xive recompute from IPB function
,
Miles Glenn
,
2025/05/15
[PATCH 30/50] ppc/xive: Add xive_tctx_pipr_present() to present new interrupt
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 30/50] ppc/xive: Add xive_tctx_pipr_present() to present new interrupt
,
Mike Kowal
,
2025/05/14
Re: [PATCH 30/50] ppc/xive: Add xive_tctx_pipr_present() to present new interrupt
,
Mike Kowal
,
2025/05/15
Re: [PATCH 30/50] ppc/xive: Add xive_tctx_pipr_present() to present new interrupt
,
Nicholas Piggin
,
2025/05/15
Re: [PATCH 30/50] ppc/xive: Add xive_tctx_pipr_present() to present new interrupt
,
Nicholas Piggin
,
2025/05/15
Re: [PATCH 30/50] ppc/xive: Add xive_tctx_pipr_present() to present new interrupt
,
Miles Glenn
,
2025/05/15
[PATCH 29/50] ppc/xive2: Redistribute group interrupt preempted by higher priority interrupt
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 29/50] ppc/xive2: Redistribute group interrupt preempted by higher priority interrupt
,
Mike Kowal
,
2025/05/14
Re: [PATCH 29/50] ppc/xive2: Redistribute group interrupt preempted by higher priority interrupt
,
Miles Glenn
,
2025/05/15
[PATCH 38/50] ppc/xive2: Avoid needless interrupt re-check on CPPR set
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 38/50] ppc/xive2: Avoid needless interrupt re-check on CPPR set
,
Mike Kowal
,
2025/05/15
Re: [PATCH 38/50] ppc/xive2: Avoid needless interrupt re-check on CPPR set
,
Miles Glenn
,
2025/05/15
[PATCH 37/50] ppc/xive2: Consolidate presentation processing in context push
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 37/50] ppc/xive2: Consolidate presentation processing in context push
,
Mike Kowal
,
2025/05/15
Re: [PATCH 37/50] ppc/xive2: Consolidate presentation processing in context push
,
Miles Glenn
,
2025/05/15
[PATCH 27/50] ppc/xive2: redistribute irqs for pool and phys ctx pull
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 27/50] ppc/xive2: redistribute irqs for pool and phys ctx pull
,
Mike Kowal
,
2025/05/14
[PATCH 41/50] ppc/xive2: Prevent pulling of pool context losing phys interrupt
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 41/50] ppc/xive2: Prevent pulling of pool context losing phys interrupt
,
Mike Kowal
,
2025/05/15
Re: [PATCH 41/50] ppc/xive2: Prevent pulling of pool context losing phys interrupt
,
Miles Glenn
,
2025/05/15
[PATCH 33/50] ppc/xive: tctx signaling registers rework
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 33/50] ppc/xive: tctx signaling registers rework
,
Mike Kowal
,
2025/05/14
Re: [PATCH 33/50] ppc/xive: tctx signaling registers rework
,
Miles Glenn
,
2025/05/15
[PATCH 42/50] ppc/xive: Redistribute phys after pulling of pool context
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 42/50] ppc/xive: Redistribute phys after pulling of pool context
,
Mike Kowal
,
2025/05/15
Re: [PATCH 42/50] ppc/xive: Redistribute phys after pulling of pool context
,
Miles Glenn
,
2025/05/15
[PATCH 35/50] ppc/xive: Add xive_tctx_pipr_set() helper function
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 35/50] ppc/xive: Add xive_tctx_pipr_set() helper function
,
Mike Kowal
,
2025/05/15
Re: [PATCH 35/50] ppc/xive: Add xive_tctx_pipr_set() helper function
,
Miles Glenn
,
2025/05/15
[PATCH 36/50] ppc/xive2: split tctx presentation processing from set CPPR
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 36/50] ppc/xive2: split tctx presentation processing from set CPPR
,
Mike Kowal
,
2025/05/15
Re: [PATCH 36/50] ppc/xive2: split tctx presentation processing from set CPPR
,
Miles Glenn
,
2025/05/15
[PATCH 44/50] ppc/xive2: Implement pool context push TIMA op
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 44/50] ppc/xive2: Implement pool context push TIMA op
,
Mike Kowal
,
2025/05/15
Re: [PATCH 44/50] ppc/xive2: Implement pool context push TIMA op
,
Miles Glenn
,
2025/05/15
[PATCH 39/50] ppc/xive: Assert group interrupts were redistributed
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 39/50] ppc/xive: Assert group interrupts were redistributed
,
Mike Kowal
,
2025/05/15
Re: [PATCH 39/50] ppc/xive: Assert group interrupts were redistributed
,
Miles Glenn
,
2025/05/15
[PATCH 40/50] ppc/xive2: implement NVP context save restore for POOL ring
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 40/50] ppc/xive2: implement NVP context save restore for POOL ring
,
Mike Kowal
,
2025/05/15
Re: [PATCH 40/50] ppc/xive2: implement NVP context save restore for POOL ring
,
Miles Glenn
,
2025/05/15
[PATCH 43/50] ppc/xive: Check TIMA operations validity
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 43/50] ppc/xive: Check TIMA operations validity
,
Mike Kowal
,
2025/05/15
Re: [PATCH 43/50] ppc/xive: Check TIMA operations validity
,
Miles Glenn
,
2025/05/15
[PATCH 46/50] ppc/xive2: Implement set_os_pending TIMA op
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 46/50] ppc/xive2: Implement set_os_pending TIMA op
,
Mike Kowal
,
2025/05/15
Re: [PATCH 46/50] ppc/xive2: Implement set_os_pending TIMA op
,
Miles Glenn
,
2025/05/15
[PATCH 45/50] ppc/xive2: redistribute group interrupts on context push
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 45/50] ppc/xive2: redistribute group interrupts on context push
,
Mike Kowal
,
2025/05/15
Re: [PATCH 45/50] ppc/xive2: redistribute group interrupts on context push
,
Miles Glenn
,
2025/05/15
[PATCH 47/50] ppc/xive2: Implement POOL LGS push TIMA op
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 47/50] ppc/xive2: Implement POOL LGS push TIMA op
,
Mike Kowal
,
2025/05/15
Re: [PATCH 47/50] ppc/xive2: Implement POOL LGS push TIMA op
,
Miles Glenn
,
2025/05/15
[PATCH 48/50] ppc/xive2: Implement PHYS ring VP push TIMA op
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 48/50] ppc/xive2: Implement PHYS ring VP push TIMA op
,
Mike Kowal
,
2025/05/15
Re: [PATCH 48/50] ppc/xive2: Implement PHYS ring VP push TIMA op
,
Miles Glenn
,
2025/05/15
[PATCH 49/50] ppc/xive: Split need_resend into restore_nvp
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 49/50] ppc/xive: Split need_resend into restore_nvp
,
Mike Kowal
,
2025/05/15
Re: [PATCH 49/50] ppc/xive: Split need_resend into restore_nvp
,
Miles Glenn
,
2025/05/15
[PATCH 50/50] ppc/xive2: Enable lower level contexts on VP push
,
Nicholas Piggin
,
2025/05/11
Re: [PATCH 50/50] ppc/xive2: Enable lower level contexts on VP push
,
Mike Kowal
,
2025/05/15
Re: [PATCH 50/50] ppc/xive2: Enable lower level contexts on VP push
,
Miles Glenn
,
2025/05/15
Re: [PATCH 00/50] ppc/xive: updates for PowerVM
,
Cédric Le Goater
,
2025/05/15
Re: [PATCH 00/50] ppc/xive: updates for PowerVM
,
Nicholas Piggin
,
2025/05/15
Re: [PATCH v4 01/13] memory: Export a helper to get intersection of a MemoryRegionSection with a given range
,
Zhao Liu
,
2025/05/11
RE: [PATCH v1 11/22] hw/misc/aspeed_hace: Add trace-events for better debugging
,
Jamin Lin
,
2025/05/11
[PATCH v6 00/24] target/m68k: fpu improvements
,
Richard Henderson
,
2025/05/11
[PATCH v6 02/24] target/m68k: Restore fp rounding mode on vm load
,
Richard Henderson
,
2025/05/11
[PATCH v6 04/24] target/m68k: Update FPSR.EXC
,
Richard Henderson
,
2025/05/11
[PATCH v6 01/24] target/m68k: Add FPSR exception bit defines
,
Richard Henderson
,
2025/05/11
[PATCH v6 03/24] target/m68k: Keep FPSR up-to-date
,
Richard Henderson
,
2025/05/11
[PATCH v6 06/24] target/m68k: Introduce M68K_FEATURE_FPU_PACKED_DECIMAL
,
Richard Henderson
,
2025/05/11
[PATCH v6 05/24] target/m68k: Update FPSR for FMOVECR
,
Richard Henderson
,
2025/05/11
[PATCH v6 08/24] target/m68k: Use g_assert_not_reached in gen_lea_mode and gen_ea_mode
,
Richard Henderson
,
2025/05/11
[PATCH v6 10/24] target/m68k: Move pre-dec/post-inc to gen_lea_mode
,
Richard Henderson
,
2025/05/11
[PATCH v6 12/24] target/m68k: Remove env argument to gen_lea_indexed
,
Richard Henderson
,
2025/05/11
[PATCH v6 11/24] target/m68k: Split gen_ea_mode for load/store
,
Richard Henderson
,
2025/05/11
[PATCH v6 07/24] target/m68k: Merge gen_ea into SRC_EA and DEST_EA
,
Richard Henderson
,
2025/05/11
[PATCH v6 15/24] target/m68k: Remove env argument to gen_store_mode
,
Richard Henderson
,
2025/05/11
[PATCH v6 13/24] target/m68k: Remove env argument to gen_lea_mode
,
Richard Henderson
,
2025/05/11
[PATCH v6 09/24] target/m68k: Use OS_UNSIZED in LEA, PEA, JMP
,
Richard Henderson
,
2025/05/11
Re: [PATCH v6 09/24] target/m68k: Use OS_UNSIZED in LEA, PEA, JMP
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v6 14/24] target/m68k: Remove env argument to gen_load_mode
,
Richard Henderson
,
2025/05/11
[PATCH v6 16/24] target/m68k: Remove env argument to gen_ea_mode_fp
,
Richard Henderson
,
2025/05/11
[PATCH v6 17/24] target/m68k: Split gen_ea_mode_fp for load/store
,
Richard Henderson
,
2025/05/11
[PATCH v6 18/24] target/m68k: Move gen_addr_fault into gen_{load, store}_mode_fp
,
Richard Henderson
,
2025/05/11
[PATCH v6 20/24] target/m68k: Merge gen_store_fp, gen_store_mode_fp
,
Richard Henderson
,
2025/05/11
[PATCH v6 19/24] target/m68k: Merge gen_load_fp, gen_load_mode_fp
,
Richard Henderson
,
2025/05/11
[PATCH v6 22/24] tests/tcg/m68k: Add packed decimal tests
,
Richard Henderson
,
2025/05/11
[PATCH v6 23/24] target/m68k: Make vmstate variables static
,
Richard Henderson
,
2025/05/11
[PATCH v6 24/24] target/m68k: Implement FPIAR
,
Richard Henderson
,
2025/05/11
[PATCH v6 21/24] target/m68k: Implement packed decimal real loads and stores
,
Richard Henderson
,
2025/05/11
Re: [PATCH v2 0/5] docs: automated info about machine deprecation/removal info
,
Michael S. Tsirkin
,
2025/05/11
Re: [PATCH v10 2/6] arm/virt.c: add cache hierarchy to device tree
,
Michael S. Tsirkin
,
2025/05/11
Re: [PATCH v10 2/6] arm/virt.c: add cache hierarchy to device tree
,
Alireza Sanaee
,
2025/05/13
Re: [PATCH v4 3/4] hw/acpi/aml-build: Build a root node in the PPTT table
,
Michael S. Tsirkin
,
2025/05/11
Re: [PATCH v5 0/3] vhost: fix the IO error after live migration
,
Michael S. Tsirkin
,
2025/05/11
GSoC Intro: Soumyajyotii Ssarkar, working on Implementing LASI Network Card & NCR710 SCSI Controller Device Models
,
Soumyajyotii Ssarkar
,
2025/05/11
Re: [PATCH] vhost: Don't set vring call if guest notifier is unused
,
Michael S. Tsirkin
,
2025/05/11
Re: [PATCH 0/4] Integrate IOMMUs with PCI hosts that have ATUs
,
Michael S. Tsirkin
,
2025/05/11
Re: [PATCH v8 00/20] Change ghes to use HEST-based offsets and add support for error inject
,
Michael S. Tsirkin
,
2025/05/11
Re: [PATCH v8 00/20] Change ghes to use HEST-based offsets and add support for error inject
,
Michael S. Tsirkin
,
2025/05/11
Re: [PATCH] hw/arm: Add missing psci_conduit to NPCM8XX SoC boot info
,
Peter Maydell
,
2025/05/11
RE: [PATCH] hw/arm: Add missing psci_conduit to NPCM8XX SoC boot info
,
address@hidden
,
2025/05/12
Re: [PATCH v7] hw/i386/cpu: remove default_cpu_version and simplify
,
Michael S. Tsirkin
,
2025/05/11
Re: [PATCH] pci-ids.rst: Add Red Hat pci-id for AMD IOMMU device
,
Michael S. Tsirkin
,
2025/05/11
Re: [PATCH] pci-ids.rst: Add Red Hat pci-id for AMD IOMMU device
,
Yan Vugenfirer
,
2025/05/11
Re: [PATCH] pci-ids.rst: Add Red Hat pci-id for AMD IOMMU device
,
Michael S. Tsirkin
,
2025/05/11
Re: [PATCH 0/6] Add bios-tables-test for LoongArch64 system
,
Michael S. Tsirkin
,
2025/05/11
[PATCH v4 00/23] tcg-plugins: add hooks for discontinuities
,
Julian Ganz
,
2025/05/11
[PATCH v4 01/23] plugins: add types for callbacks related to certain discontinuities
,
Julian Ganz
,
2025/05/11
Re: [PATCH v4 01/23] plugins: add types for callbacks related to certain discontinuities
,
Pierrick Bouvier
,
2025/05/12
[PATCH v4 07/23] target/avr: call plugin trap callbacks
,
Julian Ganz
,
2025/05/11
[PATCH v4 04/23] contrib/plugins: add plugin showcasing new dicontinuity related API
,
Julian Ganz
,
2025/05/11
Re: [PATCH v4 04/23] contrib/plugins: add plugin showcasing new dicontinuity related API
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v4 04/23] contrib/plugins: add plugin showcasing new dicontinuity related API
,
Julian Ganz
,
2025/05/13
[PATCH v4 03/23] plugins: add hooks for new discontinuity related callbacks
,
Julian Ganz
,
2025/05/11
Re: [PATCH v4 03/23] plugins: add hooks for new discontinuity related callbacks
,
Pierrick Bouvier
,
2025/05/12
[PATCH v4 05/23] target/alpha: call plugin trap callbacks
,
Julian Ganz
,
2025/05/11
[PATCH v4 02/23] plugins: add API for registering discontinuity callbacks
,
Julian Ganz
,
2025/05/11
Re: [PATCH v4 02/23] plugins: add API for registering discontinuity callbacks
,
Pierrick Bouvier
,
2025/05/12
[PATCH v4 06/23] target/arm: call plugin trap callbacks
,
Julian Ganz
,
2025/05/11
[PATCH v4 14/23] target/openrisc: call plugin trap callbacks
,
Julian Ganz
,
2025/05/11
[PATCH v4 09/23] target/i386: call plugin trap callbacks
,
Julian Ganz
,
2025/05/11
[PATCH v4 08/23] target/hppa: call plugin trap callbacks
,
Julian Ganz
,
2025/05/11
[PATCH v4 16/23] target/riscv: call plugin trap callbacks
,
Julian Ganz
,
2025/05/11
Re: [PATCH v4 16/23] target/riscv: call plugin trap callbacks
,
Daniel Henrique Barboza
,
2025/05/12
Re: [PATCH v4 16/23] target/riscv: call plugin trap callbacks
,
Alistair Francis
,
2025/05/12
[PATCH v4 19/23] target/sparc: call plugin trap callbacks
,
Julian Ganz
,
2025/05/11
[PATCH v4 10/23] target/loongarch: call plugin trap callbacks
,
Julian Ganz
,
2025/05/11
[PATCH v4 12/23] target/microblaze: call plugin trap callbacks
,
Julian Ganz
,
2025/05/11
[PATCH v4 13/23] target/mips: call plugin trap callbacks
,
Julian Ganz
,
2025/05/11
[PATCH v4 15/23] target/ppc: call plugin trap callbacks
,
Julian Ganz
,
2025/05/11
[PATCH v4 11/23] target/m68k: call plugin trap callbacks
,
Julian Ganz
,
2025/05/11
[PATCH v4 18/23] target/s390x: call plugin trap callbacks
,
Julian Ganz
,
2025/05/11
Re: [PATCH v4 18/23] target/s390x: call plugin trap callbacks
,
David Hildenbrand
,
2025/05/12
Message not available
Re: [PATCH v4 18/23] target/s390x: call plugin trap callbacks
,
Julian Ganz
,
2025/05/12
Message not available
Re: [PATCH v4 18/23] target/s390x: call plugin trap callbacks
,
David Hildenbrand
,
2025/05/12
[PATCH v4 20/23] target/xtensa: call plugin trap callbacks
,
Julian Ganz
,
2025/05/11
Re: [PATCH v4 20/23] target/xtensa: call plugin trap callbacks
,
Max Filippov
,
2025/05/11
[PATCH v4 17/23] target/rx: call plugin trap callbacks
,
Julian Ganz
,
2025/05/11
[PATCH v4 21/23] tests: add plugin asserting correctness of discon event's to_pc
,
Julian Ganz
,
2025/05/11
Re: [PATCH v4 21/23] tests: add plugin asserting correctness of discon event's to_pc
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v4 21/23] tests: add plugin asserting correctness of discon event's to_pc
,
Julian Ganz
,
2025/05/13
Re: [PATCH v4 21/23] tests: add plugin asserting correctness of discon event's to_pc
,
Julian Ganz
,
2025/05/13
[PATCH v4 22/23] tests: add test for double-traps on rv64
,
Julian Ganz
,
2025/05/11
Re: [PATCH v4 22/23] tests: add test for double-traps on rv64
,
Daniel Henrique Barboza
,
2025/05/12
[PATCH v4 23/23] tests: add test with interrupted memory accesses on rv64
,
Julian Ganz
,
2025/05/11
Re: [PATCH v4 23/23] tests: add test with interrupted memory accesses on rv64
,
Daniel Henrique Barboza
,
2025/05/12
Re: [PATCH] target/sparc: don't set FSR_NVA when comparing unordered floats
,
Mark Cave-Ayland
,
2025/05/11
Re: [PATCH] target/sparc: don't set FSR_NVA when comparing unordered floats
,
Richard Henderson
,
2025/05/11
[PATCH 0/7] audio related fixes for 10.1
,
Volker Rümelin
,
2025/05/11
[PATCH 1/7] tests/functional: use 'none' audio driver for q800 tests
,
Volker Rümelin
,
2025/05/11
[PATCH 3/7] audio: fix size calculation in AUD_get_buffer_size_out()
,
Volker Rümelin
,
2025/05/11
[PATCH 4/7] hw/audio/asc: fix SIGSEGV in asc_realize()
,
Volker Rümelin
,
2025/05/11
Re: [PATCH 4/7] hw/audio/asc: fix SIGSEGV in asc_realize()
,
Mark Cave-Ayland
,
2025/05/11
Re: [PATCH 4/7] hw/audio/asc: fix SIGSEGV in asc_realize()
,
Volker Rümelin
,
2025/05/13
Re: [PATCH 4/7] hw/audio/asc: fix SIGSEGV in asc_realize()
,
Mark Cave-Ayland
,
2025/05/13
Re: [PATCH 4/7] hw/audio/asc: fix SIGSEGV in asc_realize()
,
Volker Rümelin
,
2025/05/14
[PATCH 5/7] hw/audio/asc: replace g_malloc0() with g_malloc()
,
Volker Rümelin
,
2025/05/11
Re: [PATCH 5/7] hw/audio/asc: replace g_malloc0() with g_malloc()
,
Mark Cave-Ayland
,
2025/05/11
[PATCH 6/7] audio/mixeng: remove unnecessary pointer type casts
,
Volker Rümelin
,
2025/05/11
[PATCH 7/7] audio: add float sample endianness converters
,
Volker Rümelin
,
2025/05/11
[PATCH 2/7] audio: fix SIGSEGV in AUD_get_buffer_size_out()
,
Volker Rümelin
,
2025/05/11
Re: [PATCH 0/7] audio related fixes for 10.1
,
Marc-André Lureau
,
2025/05/11
Re: [PATCH 0/7] audio related fixes for 10.1
,
Michael Tokarev
,
2025/05/13
Re: [PATCH 0/7] audio related fixes for 10.1
,
Volker Rümelin
,
2025/05/14
Re: [PATCH 0/7] audio related fixes for 10.1
,
Michael Tokarev
,
2025/05/14
[PATCH 0/9] ui: Improve scale handling
,
Weifeng Liu
,
2025/05/11
[PATCH 1/9] ui/gtk: Document scale and coordinate handling
,
Weifeng Liu
,
2025/05/11
Re: [PATCH 1/9] ui/gtk: Document scale and coordinate handling
,
Gerd Hoffmann
,
2025/05/12
Re: [PATCH 1/9] ui/gtk: Document scale and coordinate handling
,
Weifeng Liu
,
2025/05/13
Re: [PATCH 1/9] ui/gtk: Document scale and coordinate handling
,
BALATON Zoltan
,
2025/05/14
Re: [PATCH 1/9] ui/gtk: Document scale and coordinate handling
,
Weifeng Liu
,
2025/05/15
[PATCH 3/9] gtk/ui: Introduce helper gd_update_scale
,
Weifeng Liu
,
2025/05/11
RE: [PATCH 3/9] gtk/ui: Introduce helper gd_update_scale
,
Kim, Dongwon
,
2025/05/12
Re: [PATCH 3/9] gtk/ui: Introduce helper gd_update_scale
,
Weifeng Liu
,
2025/05/12
RE: [PATCH 3/9] gtk/ui: Introduce helper gd_update_scale
,
Kim, Dongwon
,
2025/05/13
Re: [PATCH 3/9] gtk/ui: Introduce helper gd_update_scale
,
Weifeng Liu
,
2025/05/13
[PATCH 4/9] ui/gtk: Update scales in fixed-scale mode when rendering GL area
,
Weifeng Liu
,
2025/05/11
[PATCH 2/9] ui/gtk: Use consistent naming for variables in different coordinates
,
Weifeng Liu
,
2025/05/11
[PATCH 5/9] ui/sdl: Consider scaling in mouse event handling
,
Weifeng Liu
,
2025/05/11
[PATCH 7/9] ui/gtk: Consider scaling when propagating ui info
,
Weifeng Liu
,
2025/05/11
[PATCH 6/9] ui/gtk: Don't update scale in fixed scale mode in gtk-egl.c
,
Weifeng Liu
,
2025/05/11
[PATCH 8/9] ui/gtk-gl-area: Render guest content with padding in fixed-scale mode
,
Weifeng Liu
,
2025/05/11
RE: [PATCH 8/9] ui/gtk-gl-area: Render guest content with padding in fixed-scale mode
,
Kim, Dongwon
,
2025/05/12
Re: [PATCH 8/9] ui/gtk-gl-area: Render guest content with padding in fixed-scale mode
,
Weifeng Liu
,
2025/05/12
Re: [PATCH 8/9] ui/gtk-gl-area: Render guest content with padding in fixed-scale mode
,
BALATON Zoltan
,
2025/05/13
Re: [PATCH 8/9] ui/gtk-gl-area: Render guest content with padding in fixed-scale mode
,
Weifeng Liu
,
2025/05/13
Re: [PATCH 8/9] ui/gtk-gl-area: Render guest content with padding in fixed-scale mode
,
BALATON Zoltan
,
2025/05/13
[PATCH 9/9] ui/gtk-egl: Render guest content with padding in fixed-scale mode
,
Weifeng Liu
,
2025/05/11
Re: [PATCH 0/9] ui: Improve scale handling
,
Gerd Hoffmann
,
2025/05/12
[PATCH v3 00/10] Improve futex usage
,
Akihiko Odaki
,
2025/05/11
[PATCH v3 01/10] futex: Check value after qemu_futex_wait()
,
Akihiko Odaki
,
2025/05/11
Re: [PATCH v3 01/10] futex: Check value after qemu_futex_wait()
,
Peter Xu
,
2025/05/13
Re: [PATCH v3 01/10] futex: Check value after qemu_futex_wait()
,
Akihiko Odaki
,
2025/05/14
Re: [PATCH v3 01/10] futex: Check value after qemu_futex_wait()
,
Peter Xu
,
2025/05/14
Re: [PATCH v3 01/10] futex: Check value after qemu_futex_wait()
,
Akihiko Odaki
,
2025/05/16
Re: [PATCH v3 01/10] futex: Check value after qemu_futex_wait()
,
Peter Xu
,
2025/05/16
[PATCH v3 02/10] futex: Support Windows
,
Akihiko Odaki
,
2025/05/11
[PATCH v3 03/10] futex: Replace __linux__ with CONFIG_LINUX
,
Akihiko Odaki
,
2025/05/11
[PATCH v3 04/10] qemu-thread: Avoid futex abstraction for non-Linux
,
Akihiko Odaki
,
2025/05/11
Re: [PATCH v3 04/10] qemu-thread: Avoid futex abstraction for non-Linux
,
Paolo Bonzini
,
2025/05/13
Re: [PATCH v3 04/10] qemu-thread: Avoid futex abstraction for non-Linux
,
Akihiko Odaki
,
2025/05/14
Re: [PATCH v3 04/10] qemu-thread: Avoid futex abstraction for non-Linux
,
Paolo Bonzini
,
2025/05/16
Re: [PATCH v3 04/10] qemu-thread: Avoid futex abstraction for non-Linux
,
Akihiko Odaki
,
2025/05/16
Re: [PATCH v3 04/10] qemu-thread: Avoid futex abstraction for non-Linux
,
Paolo Bonzini
,
2025/05/16
[PATCH v3 05/10] qemu-thread: Use futex for QemuEvent on Windows
,
Akihiko Odaki
,
2025/05/11
[PATCH v3 06/10] qemu-thread: Use futex if available for QemuLockCnt
,
Akihiko Odaki
,
2025/05/11
[PATCH v3 07/10] migration: Replace QemuSemaphore with QemuEvent
,
Akihiko Odaki
,
2025/05/11
Re: [PATCH v3 07/10] migration: Replace QemuSemaphore with QemuEvent
,
Peter Xu
,
2025/05/13
Re: [PATCH v3 07/10] migration: Replace QemuSemaphore with QemuEvent
,
Akihiko Odaki
,
2025/05/14
[PATCH v3 08/10] migration/colo: Replace QemuSemaphore with QemuEvent
,
Akihiko Odaki
,
2025/05/11
Re: [PATCH v3 08/10] migration/colo: Replace QemuSemaphore with QemuEvent
,
Fabiano Rosas
,
2025/05/12
[PATCH v3 09/10] migration/postcopy: Replace QemuSemaphore with QemuEvent
,
Akihiko Odaki
,
2025/05/11
Re: [PATCH v3 09/10] migration/postcopy: Replace QemuSemaphore with QemuEvent
,
Fabiano Rosas
,
2025/05/12
[PATCH v3 10/10] hw/display/apple-gfx: Replace QemuSemaphore with QemuEvent
,
Akihiko Odaki
,
2025/05/11
[PATCH] hw/net/e1000: fix stack-buffer-overflow in e1000_receive_iov
,
Zheng Huang
,
2025/05/10
Re: [PATCH] ui/gtk: Properly apply x/y scale when rendering GL area
,
Weifeng Liu
,
2025/05/10
Re: [PATCH] ui/gtk: Properly apply x/y scale when rendering GL area
,
Weifeng Liu
,
2025/05/10
[PATCH v4 15/22] arm: qemu: Add a 64-bit SPL build
,
Simon Glass
,
2025/05/10
[PATCH v4 14/22] arm: qemu: Add an SPL build
,
Simon Glass
,
2025/05/10
[PATCH v2 0/9] Improve futex usage
,
Akihiko Odaki
,
2025/05/10
[PATCH v2 1/9] futex: Check value after qemu_futex_wait()
,
Akihiko Odaki
,
2025/05/10
[PATCH v2 2/9] futex: Support Windows
,
Akihiko Odaki
,
2025/05/10
[PATCH v2 3/9] qemu-thread: Avoid futex abstraction for non-Linux
,
Akihiko Odaki
,
2025/05/10
Re: [PATCH v2 3/9] qemu-thread: Avoid futex abstraction for non-Linux
,
Paolo Bonzini
,
2025/05/10
Re: [PATCH v2 3/9] qemu-thread: Avoid futex abstraction for non-Linux
,
Akihiko Odaki
,
2025/05/11
[PATCH v2 4/9] qemu-thread: Use futex for QemuEvent on Windows
,
Akihiko Odaki
,
2025/05/10
[PATCH v2 5/9] qemu-thread: Use futex if available for QemuLockCnt
,
Akihiko Odaki
,
2025/05/10
[PATCH v2 6/9] migration: Replace QemuSemaphore with QemuEvent
,
Akihiko Odaki
,
2025/05/10
[PATCH v2 7/9] migration/colo: Replace QemuSemaphore with QemuEvent
,
Akihiko Odaki
,
2025/05/10
[PATCH v2 8/9] migration/postcopy: Replace QemuSemaphore with QemuEvent
,
Akihiko Odaki
,
2025/05/10
[PATCH v2 9/9] hw/display/apple-gfx: Replace QemuSemaphore with QemuEvent
,
Akihiko Odaki
,
2025/05/10
[PATCH] virtio-net: Add queues for RSS during migration
,
Akihiko Odaki
,
2025/05/10
Re: [PATCH] virtio-net: Add queues for RSS during migration
,
Lei Yang
,
2025/05/13
Re: [PATCH] virtio-net: Add queues for RSS during migration
,
Jason Wang
,
2025/05/14
Re: [PATCH] virtio-net: Add queues for RSS during migration
,
Akihiko Odaki
,
2025/05/14
Re: [PATCH] virtio-net: Add queues for RSS during migration
,
Jason Wang
,
2025/05/15
Re: [PATCH] virtio-net: Add queues for RSS during migration
,
Akihiko Odaki
,
2025/05/15
[PATCH 6/6] MAX78000 AES implementation
,
jcksn
,
2025/05/10
[PATCH 3/6] MAX78000 UART implementation
,
jcksn
,
2025/05/10
[PATCH 1/6] MAX78000: Add MAX78000FTHR Machine
,
jcksn
,
2025/05/10
[PATCH 4/6] MAX78000 GCR implementation
,
jcksn
,
2025/05/10
[PATCH 5/6] MAX78000 TRNG Implementation
,
jcksn
,
2025/05/10
[PATCH 2/6] MAX78000: ICC Implementation
,
jcksn
,
2025/05/10
[PATCH 0/6] MAX78000FTHR Implementation
,
jcksn
,
2025/05/10
[PATCH 0/3] docs: Bump sphinx to 6.2.1
,
Akihiko Odaki
,
2025/05/10
[PATCH 1/3] docs: Bump sphinx to 6.2.1
,
Akihiko Odaki
,
2025/05/10
[PATCH 2/3] docs: Require sphinx>=6.2
,
Akihiko Odaki
,
2025/05/10
[PATCH 3/3] MAINTAINERS: Add docs/requirements.txt
,
Akihiko Odaki
,
2025/05/10
Re: [PATCH 0/3] docs: Bump sphinx to 6.2.1
,
Markus Armbruster
,
2025/05/15
[PATCH] Add nRF51 RTC timer
,
Kaido Kert
,
2025/05/09
[PATCH] tests/functional: Add PCI hotplug test for aarch64
,
Gustavo Romero
,
2025/05/09
Re: [PATCH] tests/functional: Add PCI hotplug test for aarch64
,
Thomas Huth
,
2025/05/12
Re: [PATCH] tests/functional: Add PCI hotplug test for aarch64
,
Gustavo Romero
,
2025/05/12
Re: [PATCH] tests/functional: Add PCI hotplug test for aarch64
,
Thomas Huth
,
2025/05/12
Re: [PATCH] tests/functional: Add PCI hotplug test for aarch64
,
Gustavo Romero
,
2025/05/12
Re: [PATCH] tests/functional: Add PCI hotplug test for aarch64
,
Thomas Huth
,
2025/05/12
Re: [PATCH] tests/functional: Add PCI hotplug test for aarch64
,
Gustavo Romero
,
2025/05/12
[PULL 0/3] QTest patches for 2025-05-09
,
Fabiano Rosas
,
2025/05/09
[PULL 1/3] qtest: introduce qtest_init_ext
,
Fabiano Rosas
,
2025/05/09
[PULL 2/3] tests/qtest/libqos: Avoid double swapping when using modern virtio
,
Fabiano Rosas
,
2025/05/09
[PULL 3/3] tests/qtest/cpu-plug-test: Add cpu hotplug support for LoongArch
,
Fabiano Rosas
,
2025/05/09
Re: [PULL 0/3] QTest patches for 2025-05-09
,
Stefan Hajnoczi
,
2025/05/12
[PULL v3 00/21] Trivial patches for 2025-05-07
,
Michael Tokarev
,
2025/05/09
[PULL 21/21] docs/devel/testing/functional: Fix typo
,
Michael Tokarev
,
2025/05/09
Re: [PULL v3 00/21] Trivial patches for 2025-05-07
,
Stefan Hajnoczi
,
2025/05/12
[PATCH v4 00/13] Make blockdev-mirror dest sparse in more cases
,
Eric Blake
,
2025/05/09
[PATCH v4 02/13] file-posix, gluster: Handle zero block status hint better
,
Eric Blake
,
2025/05/09
[PATCH v4 01/13] block: Expand block status mode from bool to flags
,
Eric Blake
,
2025/05/09
[PATCH v4 04/13] block: Add new bdrv_co_is_all_zeroes() function
,
Eric Blake
,
2025/05/09
[PATCH v4 03/13] block: Let bdrv_co_is_zero_fast consolidate adjacent extents
,
Eric Blake
,
2025/05/09
[PATCH v4 05/13] iotests: Improve iotest 194 to mirror data
,
Eric Blake
,
2025/05/09
[PATCH v4 06/13] mirror: Minor refactoring
,
Eric Blake
,
2025/05/09
[PATCH v4 07/13] mirror: Pass full sync mode rather than bool to internals
,
Eric Blake
,
2025/05/09
Re: [PATCH v4 07/13] mirror: Pass full sync mode rather than bool to internals
,
Stefan Hajnoczi
,
2025/05/12
Re: [PATCH v4 07/13] mirror: Pass full sync mode rather than bool to internals
,
Sunny Zhu
,
2025/05/12
[PATCH v4 09/13] mirror: Drop redundant zero_target parameter
,
Eric Blake
,
2025/05/09
Re: [PATCH v4 09/13] mirror: Drop redundant zero_target parameter
,
Stefan Hajnoczi
,
2025/05/12
Re: [PATCH v4 09/13] mirror: Drop redundant zero_target parameter
,
Sunny Zhu
,
2025/05/13
Re: [PATCH v4 09/13] mirror: Drop redundant zero_target parameter
,
Eric Blake
,
2025/05/14
Re: [PATCH v4 09/13] mirror: Drop redundant zero_target parameter
,
Eric Blake
,
2025/05/14
[PATCH v4 10/13] mirror: Skip pre-zeroing destination if it is already zero
,
Eric Blake
,
2025/05/09
Re: [PATCH v4 10/13] mirror: Skip pre-zeroing destination if it is already zero
,
Stefan Hajnoczi
,
2025/05/12
Re: [PATCH v4 10/13] mirror: Skip pre-zeroing destination if it is already zero
,
Sunny Zhu
,
2025/05/13
[PATCH v4 08/13] mirror: Allow QMP override to declare target already zero
,
Eric Blake
,
2025/05/09
Re: [PATCH v4 08/13] mirror: Allow QMP override to declare target already zero
,
Stefan Hajnoczi
,
2025/05/12
Re: [PATCH v4 08/13] mirror: Allow QMP override to declare target already zero
,
Sunny Zhu
,
2025/05/12
Re: [PATCH v4 08/13] mirror: Allow QMP override to declare target already zero
,
Eric Blake
,
2025/05/12
Re: [PATCH v4 08/13] mirror: Allow QMP override to declare target already zero
,
Sunny Zhu
,
2025/05/13
[PATCH v4 11/13] mirror: Skip writing zeroes when target is already zero
,
Eric Blake
,
2025/05/09
Re: [PATCH v4 11/13] mirror: Skip writing zeroes when target is already zero
,
Stefan Hajnoczi
,
2025/05/12
Re: [PATCH v4 11/13] mirror: Skip writing zeroes when target is already zero
,
Eric Blake
,
2025/05/13
Re: [PATCH v4 11/13] mirror: Skip writing zeroes when target is already zero
,
Sunny Zhu
,
2025/05/14
Re: [PATCH v4 11/13] mirror: Skip writing zeroes when target is already zero
,
Eric Blake
,
2025/05/14
[PATCH v4 13/13] tests: Add iotest mirror-sparse for recent patches
,
Eric Blake
,
2025/05/09
Re: [PATCH v4 13/13] tests: Add iotest mirror-sparse for recent patches
,
Stefan Hajnoczi
,
2025/05/12
[PATCH v4 12/13] iotests/common.rc: add disk_usage function
,
Eric Blake
,
2025/05/09
Re: [PATCH v4 00/13] Make blockdev-mirror dest sparse in more cases
,
Stefan Hajnoczi
,
2025/05/12
[PATCH v4 14/13] mirror: Reduce I/O when destination is detect-zeroes:unmap
,
Eric Blake
,
2025/05/13
Re: [PATCH v4 14/13] mirror: Reduce I/O when destination is detect-zeroes:unmap
,
Stefan Hajnoczi
,
2025/05/14
Re: [PATCH v1] Implement RTC timer for nRF51
,
Peter Maydell
,
2025/05/09
[PATCH] tests/qtest/ast2700-smc-test: Fix leak
,
Fabiano Rosas
,
2025/05/09
Re: [PATCH] tests/qtest/ast2700-smc-test: Fix leak
,
Cédric Le Goater
,
2025/05/12
RE: [PATCH] tests/qtest/ast2700-smc-test: Fix leak
,
Jamin Lin
,
2025/05/12
Re: [PATCH] tests/qtest/ast2700-smc-test: Fix leak
,
Cédric Le Goater
,
2025/05/13
[PATCH] s390x: Fix leak in machine_set_loadparm
,
Fabiano Rosas
,
2025/05/09
Re: [PATCH] s390x: Fix leak in machine_set_loadparm
,
Thomas Huth
,
2025/05/09
Re: [PATCH] s390x: Fix leak in machine_set_loadparm
,
Philippe Mathieu-Daudé
,
2025/05/12
Re: [PATCH] s390x: Fix leak in machine_set_loadparm
,
Philippe Mathieu-Daudé
,
2025/05/12
Re: [PATCH] s390x: Fix leak in machine_set_loadparm
,
Fabiano Rosas
,
2025/05/12
Re: [PATCH] s390x: Fix leak in machine_set_loadparm
,
Halil Pasic
,
2025/05/15
[RFC PATCH] hw/s390x: add vhost-user-device-ccw stub (!WIP)
,
Alex Bennée
,
2025/05/09
[PATCH 0/7] hw/cxl: Update CXL events to rev3.2 and add maintenance support for memory repair features
,
shiju.jose
,
2025/05/09
[PATCH 2/7] hw/cxl/events: Updates for rev3.2 general media event record
,
shiju.jose
,
2025/05/09
[PATCH 7/7] hw/cxl: Add emulation for memory sparing control feature
,
shiju.jose
,
2025/05/09
[PATCH 1/7] hw/cxl/events: Update for rev3.2 common event record format
,
shiju.jose
,
2025/05/09
[PATCH 6/7] hw/cxl: Add Maintenance support
,
shiju.jose
,
2025/05/09
[PATCH 4/7] hw/cxl/events: Updates for rev3.2 memory module event record
,
shiju.jose
,
2025/05/09
[PATCH 3/7] hw/cxl/events: Updates for rev3.2 DRAM event record
,
shiju.jose
,
2025/05/09
[PATCH 5/7] hw/cxl/cxl-mailbox-utils: Move declaration of scrub and ECS feature attributes in cmd_features_set_feature()
,
shiju.jose
,
2025/05/09
Re: [PATCH 1/1] vhost: do not reset used_memslots when destroying vhost dev
,
Michael S. Tsirkin
,
2025/05/09
Re: [PATCH 1/1] vhost: do not reset used_memslots when destroying vhost dev
,
Igor Mammedov
,
2025/05/13
Re: [PATCH 1/1] vhost: do not reset used_memslots when destroying vhost dev
,
David Hildenbrand
,
2025/05/13
Re: [PATCH 1/1] vhost: do not reset used_memslots when destroying vhost dev
,
Igor Mammedov
,
2025/05/14
Re: [PATCH 1/1] vhost: do not reset used_memslots when destroying vhost dev
,
David Hildenbrand
,
2025/05/14
[RFC PATCH v8 0/6] Report vfio-ap configuration changes
,
Rorie Reyes
,
2025/05/09
[RFC PATCH v8 2/6] linux-headers: Update to Linux v6.15-rc3
,
Rorie Reyes
,
2025/05/09
[RFC PATCH v8 5/6] hw/vfio/ap: Storing event information for an AP configuration change event
,
Rorie Reyes
,
2025/05/09
[RFC PATCH v8 3/6] hw/vfio/ap: notification handler for AP config changed event
,
Rorie Reyes
,
2025/05/09
[RFC PATCH v8 1/6] linux-header: update-linux-header script changes
,
Rorie Reyes
,
2025/05/09
[RFC PATCH v8 6/6] s390: implementing CHSC SEI for AP config change
,
Rorie Reyes
,
2025/05/09
Re: [RFC PATCH v8 6/6] s390: implementing CHSC SEI for AP config change
,
Cédric Le Goater
,
2025/05/12
[RFC PATCH v8 4/6] hw/vfio/ap: store object indicating AP config changed in a queue
,
Rorie Reyes
,
2025/05/09
Re: [RFC PATCH v8 0/6] Report vfio-ap configuration changes
,
Cédric Le Goater
,
2025/05/12
[PATCH] docs/devel/testing/functional: Fix typo
,
Gustavo Romero
,
2025/05/09
Re: [PATCH] docs/devel/testing/functional: Fix typo
,
Peter Maydell
,
2025/05/09
Re: [PATCH] docs/devel/testing/functional: Fix typo
,
Thomas Huth
,
2025/05/12
Re: [PATCH v4 11/13] KVM: Introduce CVMPrivateSharedListener for attribute changes during page conversions
,
Baolu Lu
,
2025/05/09
Re: [PATCH v4 11/13] KVM: Introduce CVMPrivateSharedListener for attribute changes during page conversions
,
Chenyi Qiang
,
2025/05/11
Re: [PATCH v4 12/13] ram-block-attribute: Add priority listener support for PrivateSharedListener
,
Baolu Lu
,
2025/05/09
Re: [PATCH v4 12/13] ram-block-attribute: Add priority listener support for PrivateSharedListener
,
Chenyi Qiang
,
2025/05/09
Re: [PATCH v4 07/13] ram-block-attribute: Introduce RamBlockAttribute to manage RAMBLock with guest_memfd
,
Baolu Lu
,
2025/05/09
Re: [PATCH v4 07/13] ram-block-attribute: Introduce RamBlockAttribute to manage RAMBLock with guest_memfd
,
Chenyi Qiang
,
2025/05/09
Re: [PATCH v4 07/13] ram-block-attribute: Introduce RamBlockAttribute to manage RAMBLock with guest_memfd
,
David Hildenbrand
,
2025/05/09
Re: [PATCH v4 07/13] ram-block-attribute: Introduce RamBlockAttribute to manage RAMBLock with guest_memfd
,
Chenyi Qiang
,
2025/05/09
Re: [PATCH v4 07/13] ram-block-attribute: Introduce RamBlockAttribute to manage RAMBLock with guest_memfd
,
Zhao Liu
,
2025/05/12
Re: [PATCH v4 07/13] ram-block-attribute: Introduce RamBlockAttribute to manage RAMBLock with guest_memfd
,
Chenyi Qiang
,
2025/05/12
Re: [PATCH v4 07/13] ram-block-attribute: Introduce RamBlockAttribute to manage RAMBLock with guest_memfd
,
Zhao Liu
,
2025/05/13
Re: [PATCH v4 07/13] ram-block-attribute: Introduce RamBlockAttribute to manage RAMBLock with guest_memfd
,
Chenyi Qiang
,
2025/05/13
[PULL 00/28] vfio queue
,
Cédric Le Goater
,
2025/05/09
[PULL 01/28] vfio/container: ram discard disable helper
,
Cédric Le Goater
,
2025/05/09
[PULL 02/28] vfio/container: reform vfio_container_connect cleanup
,
Cédric Le Goater
,
2025/05/09
[PULL 05/28] vfio/igd: Always emulate ASLS (OpRegion) register
,
Cédric Le Goater
,
2025/05/09
[PULL 04/28] vfio/igd: Restrict legacy mode to Gen6-9 devices
,
Cédric Le Goater
,
2025/05/09
[PULL 03/28] vfio/container: vfio_container_group_add
,
Cédric Le Goater
,
2025/05/09
[PULL 07/28] vfio/igd: Check vendor and device ID on GVT-g mdev
,
Cédric Le Goater
,
2025/05/09
[PULL 06/28] vfio/igd: Detect IGD device by OpRegion
,
Cédric Le Goater
,
2025/05/09
[PULL 08/28] vfio/igd: Check OpRegion support on GVT-g mdev
,
Cédric Le Goater
,
2025/05/09
[PULL 09/28] vfio/igd: Enable OpRegion by default
,
Cédric Le Goater
,
2025/05/09
[PULL 10/28] vfio/igd: Allow overriding GMS with 0xf0 to 0xfe on Gen9+
,
Cédric Le Goater
,
2025/05/09
[PULL 11/28] vfio/igd: Only emulate GGC register when x-igd-gms is set
,
Cédric Le Goater
,
2025/05/09
[PULL 13/28] linux-header: update-linux-header script changes
,
Cédric Le Goater
,
2025/05/09
[PULL 12/28] vfio/igd: Remove generation limitation for IGD passthrough
,
Cédric Le Goater
,
2025/05/09
[PULL 14/28] linux-headers: Update to Linux v6.15-rc3
,
Cédric Le Goater
,
2025/05/09
[PULL 16/28] vfio: add vfio_device_unprepare()
,
Cédric Le Goater
,
2025/05/09
[PULL 19/28] vfio: consistently handle return value for helpers
,
Cédric Le Goater
,
2025/05/09
[PULL 23/28] vfio: implement unmap all for DMA unmap callbacks
,
Cédric Le Goater
,
2025/05/09
[PULL 15/28] vfio: add vfio_device_prepare()
,
Cédric Le Goater
,
2025/05/09
[PULL 21/28] vfio: add vfio_pci_config_space_read/write()
,
Cédric Le Goater
,
2025/05/09
[PULL 22/28] vfio: add unmap_all flag to DMA unmap callback
,
Cédric Le Goater
,
2025/05/09
[PULL 24/28] vfio: add device IO ops vector
,
Cédric Le Goater
,
2025/05/09
[PULL 26/28] vfio: add read/write to device IO ops vector
,
Cédric Le Goater
,
2025/05/09
[PULL 28/28] vfio/container: pass listener_begin/commit callbacks
,
Cédric Le Goater
,
2025/05/09
[PULL 27/28] vfio: add vfio-pci-base class
,
Cédric Le Goater
,
2025/05/09
[PULL 25/28] vfio: add region info cache
,
Cédric Le Goater
,
2025/05/09
[PULL 20/28] vfio: add strread/writeerror()
,
Cédric Le Goater
,
2025/05/09
[PULL 17/28] vfio: add vfio_attach_device_by_iommu_type()
,
Cédric Le Goater
,
2025/05/09
[PULL 18/28] vfio: add vfio_device_get_irq_info() helper
,
Cédric Le Goater
,
2025/05/09
Re: [PULL 00/28] vfio queue
,
Stefan Hajnoczi
,
2025/05/10
Re: [PATCH for-10.1 10/10] ui/vdagent: remove migration blocker
,
Daniel P . Berrangé
,
2025/05/09
Re: [PATCH for-10.1 09/10] ui/vdagent: add migration support
,
Daniel P . Berrangé
,
2025/05/09
Re: [PATCH for-10.1 08/10] ui/vdagent: factor out clipboard peer registration
,
Daniel P . Berrangé
,
2025/05/09
Re: [PATCH for-10.1 07/10] ui/vdagent: keep "connected" state
,
Daniel P . Berrangé
,
2025/05/09
Re: [PATCH for-10.1 06/10] ui/vdagent: replace Buffer with GByteArray
,
Daniel P . Berrangé
,
2025/05/09
Re: [PATCH for-10.1 06/10] ui/vdagent: replace Buffer with GByteArray
,
Marc-André Lureau
,
2025/05/09
Re: [PATCH for-10.1 05/10] ui/clipboard: delay clipboard update when not running
,
Daniel P . Berrangé
,
2025/05/09
Re: [PATCH for-10.1 04/10] ui/clipboard: add vmstate_cbinfo
,
Daniel P . Berrangé
,
2025/05/09
Re: [PATCH for-10.1 03/10] ui/clipboard: split out QemuClipboardContent
,
Daniel P . Berrangé
,
2025/05/09
Re: [PATCH for-10.1 02/10] ui/clipboard: use int for selection field
,
Daniel P . Berrangé
,
2025/05/09
Re: [PATCH for-10.1 01/10] ui/gtk: warn if setting the clipboard failed
,
Daniel P . Berrangé
,
2025/05/09
[PATCH v2] hw/audio/cs4231a: fix assertion error in isa_bus_get_irq
,
Zheng Huang
,
2025/05/09
[PATCH] hw/audio/cs4231a: fix assertion error in isa_bus_get_irq
,
Zheng Huang
,
2025/05/09
Re: [PATCH] hw/audio/cs4231a: fix assertion error in isa_bus_get_irq
,
Philippe Mathieu-Daudé
,
2025/05/09
Re: [PATCH] hw/audio/cs4231a: fix assertion error in isa_bus_get_irq
,
Zheng Huang
,
2025/05/09
[PATCH v2 0/2] semihosting/uaccess: Compile once
,
Philippe Mathieu-Daudé
,
2025/05/09
[PATCH v2 1/2] semihosting/uaccess: Remove uses of target_ulong type
,
Philippe Mathieu-Daudé
,
2025/05/09
[PATCH v2 2/2] semihosting/uaccess: Compile once
,
Philippe Mathieu-Daudé
,
2025/05/09
Re: [PATCH v2 2/2] semihosting/uaccess: Compile once
,
Pierrick Bouvier
,
2025/05/09
[PATCH 00/15] hw/loongarch/virt: Add kvm_irqchip_in_kernel support
,
Bibo Mao
,
2025/05/09
[PATCH 02/15] hw/intc/loongarch_extioi: Add irqchip-in-kernel realize function
,
Bibo Mao
,
2025/05/09
[PATCH 03/15] hw/intc/loongarch_extioi: Add irqchip-in-kernel save/restore function
,
Bibo Mao
,
2025/05/09
Re: [PATCH 03/15] hw/intc/loongarch_extioi: Add irqchip-in-kernel save/restore function
,
Jiaxun Yang
,
2025/05/09
[PATCH 08/15] hw/intc/loongarch_pch_msi: Add irqchip-in-kernel property
,
Bibo Mao
,
2025/05/09
[PATCH 06/15] hw/intc/loongson_ipi: Add load and save interface with ipi_common class
,
Bibo Mao
,
2025/05/09
[PATCH 01/15] hw/intc/loongarch_extioi: Add irqchip-in-kernel property
,
Bibo Mao
,
2025/05/09
[PATCH 09/15] hw/intc/loongarch_pch_msi: Inject MSI interrupt to kernel
,
Bibo Mao
,
2025/05/09
[PATCH 07/15] hw/intc/loongarch_ipi: Add irqchip-in-kernel save/restore function
,
Bibo Mao
,
2025/05/09
[PATCH 05/15] hw/intc/loongarch_ipi: Add irqchip-in-kernel realize function
,
Bibo Mao
,
2025/05/09
[PATCH 04/15] hw/intc/loongarch_ipi: Add irqchip-in-kernel property
,
Bibo Mao
,
2025/05/09
[PATCH 10/15] hw/intc/loongarch_pch: Add irqchip-in-kernel property
,
Bibo Mao
,
2025/05/09
[PATCH 11/15] hw/intc/loongarch_pch: Add irqchip-in-kernel realize function
,
Bibo Mao
,
2025/05/09
[PATCH 12/15] hw/intc/loongarch_pch: Add irqchip-in-kernel save/restore function
,
Bibo Mao
,
2025/05/09
[PATCH 15/15] hw/loongarch/virt: Add kvm_irqchip_in_kernel support
,
Bibo Mao
,
2025/05/09
[PATCH 14/15] target/loongarch: Report error with split kernel_irqchip option
,
Bibo Mao
,
2025/05/09
Re: [PATCH 14/15] target/loongarch: Report error with split kernel_irqchip option
,
Jiaxun Yang
,
2025/05/09
[PATCH 13/15] hw/intc/loongarch_pch: Inject irq line interrupt to kernel
,
Bibo Mao
,
2025/05/09
RE: [PATCH v1 08/22] hw/misc/aspeed_hace: Support DMA 64 bits dram address.
,
Jamin Lin
,
2025/05/09
Re: [PATCH v1 08/22] hw/misc/aspeed_hace: Support DMA 64 bits dram address.
,
Cédric Le Goater
,
2025/05/10
RE: [PATCH v1 08/22] hw/misc/aspeed_hace: Support DMA 64 bits dram address.
,
Jamin Lin
,
2025/05/12
RE: [PATCH v1 08/22] hw/misc/aspeed_hace: Support DMA 64 bits dram address.
,
Jamin Lin
,
2025/05/15
RE: [PATCH v1 08/22] hw/misc/aspeed_hace: Support DMA 64 bits dram address.
,
Jamin Lin
,
2025/05/15
RE: [PATCH v1 03/22] hw/misc/aspeed_hace: Improve readability and consistency in variable naming
,
Jamin Lin
,
2025/05/09
RE: [PATCH v1 06/22] hw/misc/aspeed_hace: Support accumulative mode for direct access mode
,
Jamin Lin
,
2025/05/09
Re: [PATCH v1 06/22] hw/misc/aspeed_hace: Support accumulative mode for direct access mode
,
Cédric Le Goater
,
2025/05/10
[PATCH v2 0/2] amd_iommu: Fixes
,
Sairaj Kodilkar
,
2025/05/09
Re: [PATCH v2 0/2] amd_iommu: Fixes
,
Michael S. Tsirkin
,
2025/05/11
Re: [PATCH v2 0/2] amd_iommu: Fixes
,
Sairaj Kodilkar
,
2025/05/12
[PATCH v2 1/2] hw/i386/amd_iommu: Fix device setup failure when PT is on.
,
Sairaj Kodilkar
,
2025/05/12
[PATCH v2 2/2] hw/i386/amd_iommu: Fix xtsup when vcpus < 255
,
Sairaj Kodilkar
,
2025/05/12
Re: [PATCH v2 2/2] hw/i386/amd_iommu: Fix xtsup when vcpus < 255
,
Michael S. Tsirkin
,
2025/05/12
Re: [PATCH v2 2/2] hw/i386/amd_iommu: Fix xtsup when vcpus < 255
,
Michael S. Tsirkin
,
2025/05/12
Re: [PATCH v2 2/2] hw/i386/amd_iommu: Fix xtsup when vcpus < 255
,
Joao Martins
,
2025/05/12
Re: [PATCH v2 1/2] hw/i386/amd_iommu: Fix device setup failure when PT is on.
,
Michael S. Tsirkin
,
2025/05/12
Re: [PATCH v2 0/2] amd_iommu: Fixes
,
Sairaj Kodilkar
,
2025/05/12
RE: [PATCH v1 04/22] hw/misc/aspeed_hace: Update hash source address handling to 64-bit for AST2700
,
Jamin Lin
,
2025/05/09
[PATCH] migration: Fix migration failure when aia is configured as 'aplic-imsic'
,
liu.xuemei1
,
2025/05/09
Re: [PATCH] migration: Fix migration failure when aia is configured as 'aplic-imsic'
,
Peter Xu
,
2025/05/09
RE: [PATCH v1 05/22] hw/misc/aspeed_hace: Introduce 64-bit digest_addr variable for AST2700
,
Jamin Lin
,
2025/05/09
Re: [PATCH v4 10/13] memory: Change NotifyStateClear() definition to return the result
,
Chao Gao
,
2025/05/08
Re: [PATCH v4 10/13] memory: Change NotifyStateClear() definition to return the result
,
David Hildenbrand
,
2025/05/09
Re: [PATCH v4 10/13] memory: Change NotifyStateClear() definition to return the result
,
Chenyi Qiang
,
2025/05/09
Re: [PATCH v4 10/13] memory: Change NotifyStateClear() definition to return the result
,
Baolu Lu
,
2025/05/09
Re: [PATCH v4 10/13] memory: Change NotifyStateClear() definition to return the result
,
Chenyi Qiang
,
2025/05/09
Re: [PATCH v4 10/13] memory: Change NotifyStateClear() definition to return the result
,
David Hildenbrand
,
2025/05/12
[PATCH v2 1/2] qtest/migration/rdma: Enforce RLIMIT_MEMLOCK >= 128MB requirement
,
Li Zhijian
,
2025/05/08
[PATCH v2 2/2] qtest/migration/rdma: Add test for rdma migration with ipv6
,
Li Zhijian
,
2025/05/08
Re: [PATCH v2 2/2] qtest/migration/rdma: Add test for rdma migration with ipv6
,
Peter Xu
,
2025/05/09
Re: [PATCH v2 2/2] qtest/migration/rdma: Add test for rdma migration with ipv6
,
Zhijian Li (Fujitsu)
,
2025/05/12
Re: [PATCH v2 1/2] qtest/migration/rdma: Enforce RLIMIT_MEMLOCK >= 128MB requirement
,
Peter Xu
,
2025/05/09
[PATCH v2 00/25] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
,
Zhuoying Cai
,
2025/05/08
[PATCH v2 01/25] Add -boot-certificates to s390-ccw-virtio machine type option
,
Zhuoying Cai
,
2025/05/08
Re: [PATCH v2 01/25] Add -boot-certificates to s390-ccw-virtio machine type option
,
Thomas Huth
,
2025/05/13
[PATCH v2 02/25] hw/s390x/ipl: Create certificate store
,
Zhuoying Cai
,
2025/05/08
Re: [PATCH v2 02/25] hw/s390x/ipl: Create certificate store
,
Thomas Huth
,
2025/05/14
Re: [PATCH v2 02/25] hw/s390x/ipl: Create certificate store
,
Daniel P . Berrangé
,
2025/05/14
[PATCH v2 03/25] s390x: Guest support for Certificate Store Facility (CS)
,
Zhuoying Cai
,
2025/05/08
Re: [PATCH v2 03/25] s390x: Guest support for Certificate Store Facility (CS)
,
Thomas Huth
,
2025/05/14
[PATCH v2 04/25] s390x/diag: Introduce DIAG 320 for certificate store facility
,
Zhuoying Cai
,
2025/05/08
Re: [PATCH v2 04/25] s390x/diag: Introduce DIAG 320 for certificate store facility
,
Thomas Huth
,
2025/05/14
[PATCH v2 05/25] s390x/diag: Refactor address validation check from diag308_parm_check
,
Zhuoying Cai
,
2025/05/08
[PATCH v2 06/25] s390x/diag: Implement DIAG 320 subcode 1
,
Zhuoying Cai
,
2025/05/08
Re: [PATCH v2 06/25] s390x/diag: Implement DIAG 320 subcode 1
,
Thomas Huth
,
2025/05/14
[PATCH v2 07/25] s390x/diag: Implement DIAG 320 subcode 2
,
Zhuoying Cai
,
2025/05/08
Re: [PATCH v2 07/25] s390x/diag: Implement DIAG 320 subcode 2
,
Thomas Huth
,
2025/05/14
[PATCH v2 08/25] s390x/diag: Introduce DIAG 508 for secure IPL operations
,
Zhuoying Cai
,
2025/05/08
[PATCH v2 09/25] s390x/diag: Implement DIAG 508 subcode 1 for signature verification
,
Zhuoying Cai
,
2025/05/08
[PATCH v2 10/25] pc-bios/s390-ccw: Introduce IPL Information Report Block (IIRB)
,
Zhuoying Cai
,
2025/05/08
[PATCH v2 12/25] hw/s390x/ipl: Add IPIB flags to IPL Parameter Block
,
Zhuoying Cai
,
2025/05/08
[PATCH v2 13/25] hw/s390x/ipl: Set iplb->len to maximum length of IPL Parameter Block
,
Zhuoying Cai
,
2025/05/08
[PATCH v2 11/25] pc-bios/s390-ccw: Define memory for IPLB and convert IPLB to pointers
,
Zhuoying Cai
,
2025/05/08
[PATCH v2 14/25] s390x: Guest support for Secure-IPL Facility
,
Zhuoying Cai
,
2025/05/08
[PATCH v2 15/25] pc-bios/s390-ccw: Refactor zipl_run()
,
Zhuoying Cai
,
2025/05/08
[PATCH v2 16/25] pc-bios/s390-ccw: Refactor zipl_load_segment function
,
Zhuoying Cai
,
2025/05/08
[PATCH v2 17/25] pc-bios/s390-ccw: Add signature verification for secure IPL in audit mode
,
Zhuoying Cai
,
2025/05/08
[PATCH v2 18/25] s390x: Guest support for Secure-IPL Code Loading Attributes Facility (SCLAF)
,
Zhuoying Cai
,
2025/05/08
[PATCH v2 19/25] pc-bios/s390-ccw: Add additional security checks for secure boot
,
Zhuoying Cai
,
2025/05/08
[PATCH v2 20/25] Add -secure-boot to s390-ccw-virtio machine type option
,
Zhuoying Cai
,
2025/05/08
[PATCH v2 21/25] hw/s390x/ipl: Set IPIB flags for secure IPL
,
Zhuoying Cai
,
2025/05/08
[PATCH v2 22/25] pc-bios/s390-ccw: Handle true secure IPL mode
,
Zhuoying Cai
,
2025/05/08
[PATCH v2 23/25] pc-bios/s390-ccw: Handle secure boot with multiple boot devices
,
Zhuoying Cai
,
2025/05/08
[PATCH v2 24/25] hw/s390x/ipl: Handle secure boot without specifying a boot device
,
Zhuoying Cai
,
2025/05/08
[PATCH v2 25/25] docs/system/s390x: Add secure IPL documentation
,
Zhuoying Cai
,
2025/05/08
[PATCH 0/2] Fix for multi-process gdbstub breakpoints
,
Nabih Estefan
,
2025/05/08
[PATCH 1/2] gdbstub: Fix wrong CPUState pointer in breakpoint functions
,
Nabih Estefan
,
2025/05/08
[PATCH 2/2] gdbstub: Apply breakpoints only to the selected PID
,
Nabih Estefan
,
2025/05/08
[PATCH 0/2] Miscellaneous MSan finding
,
Nabih Estefan
,
2025/05/08
[PATCH 1/2] util: fix msan findings in keyval
,
Nabih Estefan
,
2025/05/08
Re: [PATCH 1/2] util: fix msan findings in keyval
,
Markus Armbruster
,
2025/05/09
Re: [PATCH 1/2] util: fix msan findings in keyval
,
Daniel P . Berrangé
,
2025/05/09
Re: [PATCH 1/2] util: fix msan findings in keyval
,
Markus Armbruster
,
2025/05/09
[PATCH 2/2] accel/tcg: fix msan findings in translate-all
,
Nabih Estefan
,
2025/05/08
[PATCH 0/2] hw/arm: Nuvoton 8xx - GMAC patches
,
Nabih Estefan
,
2025/05/08
[PATCH 1/2] hw/arm: Add GMAC devices to NPCM8XX SoC
,
Nabih Estefan
,
2025/05/08
RE: [PATCH 1/2] hw/arm: Add GMAC devices to NPCM8XX SoC
,
address@hidden
,
2025/05/08
[PATCH 2/2] tests/qtest: Migrate GMAC test from 7xx to 8xx
,
Nabih Estefan
,
2025/05/08
RE: [PATCH 2/2] tests/qtest: Migrate GMAC test from 7xx to 8xx
,
address@hidden
,
2025/05/08
Re: [PATCH] migration: add FEATURE_SEEKABLE to QIOChannelBlock
,
Peter Xu
,
2025/05/08
Re: [PATCH] migration: add FEATURE_SEEKABLE to QIOChannelBlock
,
Marco Cavenati
,
2025/05/09
Re: [PATCH] migration: add FEATURE_SEEKABLE to QIOChannelBlock
,
Peter Xu
,
2025/05/09
Re: [PATCH] migration: add FEATURE_SEEKABLE to QIOChannelBlock
,
Marco Cavenati
,
2025/05/09
Re: [PATCH] migration: add FEATURE_SEEKABLE to QIOChannelBlock
,
Peter Xu
,
2025/05/09
[PATCH v7 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
,
Babu Moger
,
2025/05/08
[PATCH v7 1/6] target/i386: Update EPYC CPU model for Cache property, RAS, SVM feature bits
,
Babu Moger
,
2025/05/08
[PATCH v7 2/6] target/i386: Update EPYC-Rome CPU model for Cache property, RAS, SVM feature bits
,
Babu Moger
,
2025/05/08
[PATCH v7 3/6] target/i386: Update EPYC-Milan CPU model for Cache property, RAS, SVM feature bits
,
Babu Moger
,
2025/05/08
[PATCH v7 4/6] target/i386: Add couple of feature bits in CPUID_Fn80000021_EAX
,
Babu Moger
,
2025/05/08
[PATCH v7 5/6] target/i386: Update EPYC-Genoa for Cache property, perfmon-v2, RAS and SVM feature bits
,
Babu Moger
,
2025/05/08
[PATCH v7 6/6] target/i386: Add support for EPYC-Turin model
,
Babu Moger
,
2025/05/08
[PATCH] tests/functional: Use -no-shutdown in the hppa_seabios test
,
Thomas Huth
,
2025/05/08
Re: [PATCH] tests/functional: Use -no-shutdown in the hppa_seabios test
,
Daniel P . Berrangé
,
2025/05/08
Re: [PATCH] tests/functional: Use -no-shutdown in the hppa_seabios test
,
Philippe Mathieu-Daudé
,
2025/05/09
[PATCH 0/2] scripts/checkpatch: fix SPDX-License-Identifier detection
,
Daniel P . Berrangé
,
2025/05/08
[PATCH 1/2] Revert "scripts: mandate that new files have SPDX-License-Identifier"
,
Daniel P . Berrangé
,
2025/05/08
[PATCH 2/2] scripts/checkpatch: reimplement SPDX-License-Identifier detection
,
Daniel P . Berrangé
,
2025/05/08
Re: [PATCH 2/2] scripts/checkpatch: reimplement SPDX-License-Identifier detection
,
Peter Maydell
,
2025/05/09
Re: [PATCH 2/2] scripts/checkpatch: reimplement SPDX-License-Identifier detection
,
Daniel P . Berrangé
,
2025/05/09
Re: [PATCH 2/2] scripts/checkpatch: reimplement SPDX-License-Identifier detection
,
Peter Maydell
,
2025/05/09
[RFC v2 0/4] virtio-blk: Add support for FUA write requests
,
Alberto Faria
,
2025/05/08
[RFC v2 1/4] include: Add tentative virtio-blk FUA write definitions
,
Alberto Faria
,
2025/05/08
Re: [RFC v2 1/4] include: Add tentative virtio-blk FUA write definitions
,
Stefan Hajnoczi
,
2025/05/12
[RFC v2 2/4] virtio-blk: Add VIRTIO_BLK_T_OUT_FUA command support
,
Alberto Faria
,
2025/05/08
Re: [RFC v2 2/4] virtio-blk: Add VIRTIO_BLK_T_OUT_FUA command support
,
Stefan Hajnoczi
,
2025/05/12
[RFC v2 3/4] vhost-user-blk: Add VIRTIO_BLK_T_OUT_FUA command support
,
Alberto Faria
,
2025/05/08
Re: [RFC v2 3/4] vhost-user-blk: Add VIRTIO_BLK_T_OUT_FUA command support
,
Stefan Hajnoczi
,
2025/05/12
[RFC v2 4/4] vduse-blk: Add VIRTIO_BLK_T_OUT_FUA command support
,
Alberto Faria
,
2025/05/08
Re: [RFC v2 4/4] vduse-blk: Add VIRTIO_BLK_T_OUT_FUA command support
,
Stefan Hajnoczi
,
2025/05/12
Re: [RFC v2 4/4] vduse-blk: Add VIRTIO_BLK_T_OUT_FUA command support
,
Stefan Hajnoczi
,
2025/05/12
[PULL 0/6] Versioned machine type deprecation policy patches
,
Daniel P . Berrangé
,
2025/05/08
[PULL 1/6] tests/qtest/q35-test: Remove the obsolete test_without_smram_base test
,
Daniel P . Berrangé
,
2025/05/08
[PULL 2/6] Revert "include/hw: temporarily disable deletion of versioned machine types"
,
Daniel P . Berrangé
,
2025/05/08
[PULL 4/6] docs/about/deprecated: auto-generate a note for versioned machine types
,
Daniel P . Berrangé
,
2025/05/08
[PULL 5/6] docs/about/removed-features: auto-generate a note for versioned machine types
,
Daniel P . Berrangé
,
2025/05/08
[PULL 6/6] include/hw/boards: add warning about changing deprecation logic
,
Daniel P . Berrangé
,
2025/05/08
[PULL 3/6] include/hw/boards: cope with dev/rc versions in deprecation checks
,
Daniel P . Berrangé
,
2025/05/08
Re: [PULL 0/6] Versioned machine type deprecation policy patches
,
Stefan Hajnoczi
,
2025/05/10
[PULL v2, part1 00/15] Rust changes for 2025-05-06
,
Paolo Bonzini
,
2025/05/08
Re: [PULL v2, part1 00/15] Rust changes for 2025-05-06
,
Stefan Hajnoczi
,
2025/05/09
Re: [PULL v2, part1 00/15] Rust changes for 2025-05-06
,
Paolo Bonzini
,
2025/05/09
Re: [PULL v2, part1 00/15] Rust changes for 2025-05-06
,
Stefan Hajnoczi
,
2025/05/09
[PATCH v9 00/55] QEMU TDX support
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 02/55] i386: Introduce tdx-guest object
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 01/55] *** HACK *** linux-headers: Update headers to pull in TDX API changes
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 03/55] i386/tdx: Implement tdx_kvm_type() for TDX
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 04/55] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 05/55] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 07/55] kvm: Introduce kvm_arch_pre_create_vcpu()
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 06/55] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 08/55] i386/tdx: Initialize TDX before creating TD vcpus
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 09/55] i386/tdx: Add property sept-ve-disable for tdx-guest object
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 10/55] i386/tdx: Make sept_ve_disable set by default
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 11/55] i386/tdx: Wire CPU features up with attributes of TD guest
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 12/55] i386/tdx: Validate TD attributes
,
Xiaoyao Li
,
2025/05/08
Re: [PATCH v9 12/55] i386/tdx: Validate TD attributes
,
Daniel P . Berrangé
,
2025/05/08
[PATCH v9 13/55] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
,
Xiaoyao Li
,
2025/05/08
Re: [PATCH v9 13/55] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
,
Daniel P . Berrangé
,
2025/05/08
Re: [PATCH v9 13/55] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
,
Xiaoyao Li
,
2025/05/09
[PATCH v9 14/55] i386/tdx: Set APIC bus rate to match with what TDX module enforces
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 15/55] i386/tdx: Implement user specified tsc frequency
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 16/55] i386/tdx: load TDVF for TD guest
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 17/55] i386/tdvf: Introduce function to parse TDVF metadata
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 18/55] i386/tdx: Parse TDVF metadata for TDX VM
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 19/55] i386/tdx: Don't initialize pc.rom for TDX VMs
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 20/55] i386/tdx: Track mem_ptr for each firmware entry of TDVF
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 21/55] i386/tdx: Track RAM entries for TDX VM
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 22/55] headers: Add definitions from UEFI spec for volumes, resources, etc...
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 25/55] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 26/55] i386/tdx: Finalize TDX VM
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 24/55] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 23/55] i386/tdx: Setup the TD HOB list
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 27/55] i386/tdx: Enable user exit on KVM_HC_MAP_GPA_RANGE
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 28/55] i386/tdx: Handle KVM_SYSTEM_EVENT_TDX_FATAL
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 29/55] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 31/55] i386/cpu: introduce x86_confidential_guest_cpu_instance_init()
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 30/55] kvm: Check KVM_CAP_MAX_VCPUS at vm level
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 32/55] i386/tdx: implement tdx_cpu_instance_init()
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 33/55] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 34/55] i386/tdx: Force exposing CPUID 0x1f
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 35/55] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 50/55] i386/cgs: Introduce x86_confidential_guest_check_features()
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 38/55] i386/tdx: Set and check kernel_irqchip mode for TDX
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 36/55] i386/tdx: Disable SMM for TDX VMs
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 37/55] i386/tdx: Disable PIC for TDX VMs
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 54/55] i386/tdx: Validate phys_bits against host value
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 51/55] i386/tdx: Fetch and validate CPUID of TD guest
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 53/55] i386/tdx: Make invtsc default on
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 55/55] docs: Add TDX documentation
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 39/55] i386/tdx: Don't synchronize guest tsc for TDs
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 52/55] i386/tdx: Don't treat SYSCALL as unavailable
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 40/55] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() for TDs
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 41/55] i386/apic: Skip kvm_apic_put() for TDX
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 43/55] i386/cgs: Rename *mask_cpuid_features() to *adjust_cpuid_features()
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 42/55] cpu: Don't set vcpu_dirty when guest_state_protected
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 44/55] i386/tdx: Implement adjust_cpuid_features() for TDX
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 45/55] i386/tdx: Add TDX fixed1 bits to supported CPUIDs
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 47/55] i386/tdx: Add supported CPUID bits relates to XFAM
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 46/55] i386/tdx: Add supported CPUID bits related to TD Attributes
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 48/55] i386/tdx: Add XFD to supported bit of TDX
,
Xiaoyao Li
,
2025/05/08
[PATCH v9 49/55] i386/tdx: Define supported KVM features for TDX
,
Xiaoyao Li
,
2025/05/08
[PATCH 0/5] hw/pci-host/bonito: Improve various emulation functions
,
Jiaxun Yang
,
2025/05/08
[PATCH 1/5] hw/pci-host/bonito: Implement ICU
,
Jiaxun Yang
,
2025/05/08
[PATCH 2/5] hw/pci-host/bonito: Implement PCIMAP register
,
Jiaxun Yang
,
2025/05/08
[PATCH 4/5] hw/pci-host/bonito: Rework PCI config space accessor
,
Jiaxun Yang
,
2025/05/08
[PATCH 5/5] hw/pci-host/bonito: Add comments about documentation
,
Jiaxun Yang
,
2025/05/08
[PATCH 3/5] hw/pci-host/bonito: Implement DMA address translation
,
Jiaxun Yang
,
2025/05/08
[PATCH RESEND 0/5] Fix dependencies in arm machines and update OpenBSD to 7.7
,
Thomas Huth
,
2025/05/08
[PATCH 1/5] include/hw/dma/xlnx_dpdma: Remove dependency on console.h
,
Thomas Huth
,
2025/05/08
Re: [PATCH 1/5] include/hw/dma/xlnx_dpdma: Remove dependency on console.h
,
Philippe Mathieu-Daudé
,
2025/05/08
[PATCH 2/5] hw/display/bcm2835_fb: Move inclusion of console.h to the .c file
,
Thomas Huth
,
2025/05/08
Re: [PATCH 2/5] hw/display/bcm2835_fb: Move inclusion of console.h to the .c file
,
Daniel P . Berrangé
,
2025/05/08
[RFC PATCH 3/5] hw/arm: Compile musicpal and the xlnx machines with the right CFLAGS
,
Thomas Huth
,
2025/05/08
[RFC PATCH 5/5] Revert "meson.build: Disable -fzero-call-used-regs on OpenBSD"
,
Thomas Huth
,
2025/05/08
Re: [RFC PATCH 5/5] Revert "meson.build: Disable -fzero-call-used-regs on OpenBSD"
,
Daniel P . Berrangé
,
2025/05/08
[PATCH 4/5] tests/vm: Update OpenBSD to 7.7
,
Thomas Huth
,
2025/05/08
Re: [PATCH 4/5] tests/vm: Update OpenBSD to 7.7
,
Daniel P . Berrangé
,
2025/05/08
[PULL 0/3] Block patches
,
Stefan Hajnoczi
,
2025/05/08
[PULL 2/3] include: Add a header to define host PCI MMIO functions
,
Stefan Hajnoczi
,
2025/05/08
[PULL 1/3] util: Add functions for s390x mmio read/write
,
Stefan Hajnoczi
,
2025/05/08
[PULL 3/3] block/nvme: Use host PCI MMIO API
,
Stefan Hajnoczi
,
2025/05/08
Re: [PULL 0/3] Block patches
,
Stefan Hajnoczi
,
2025/05/10
[RFC 00/11] do not drain while holding the graph lock
,
Fiona Ebner
,
2025/05/08
[PATCH 04/11] block: drain while unlocked in bdrv_reopen_parse_file_or_backing()
,
Fiona Ebner
,
2025/05/08
Re: [PATCH 04/11] block: drain while unlocked in bdrv_reopen_parse_file_or_backing()
,
Kevin Wolf
,
2025/05/14
[PATCH 02/11] block: move drain outside of read-locked bdrv_reopen_queue_child()
,
Fiona Ebner
,
2025/05/08
Re: [PATCH 02/11] block: move drain outside of read-locked bdrv_reopen_queue_child()
,
Kevin Wolf
,
2025/05/14
Re: [PATCH 02/11] block: move drain outside of read-locked bdrv_reopen_queue_child()
,
Fiona Ebner
,
2025/05/15
Re: [PATCH 02/11] block: move drain outside of read-locked bdrv_reopen_queue_child()
,
Kevin Wolf
,
2025/05/15
Re: [PATCH 02/11] block: move drain outside of read-locked bdrv_reopen_queue_child()
,
Fiona Ebner
,
2025/05/15
[PATCH 01/11] block: remove outdated comments about AioContext locking
,
Fiona Ebner
,
2025/05/08
Re: [PATCH 01/11] block: remove outdated comments about AioContext locking
,
Kevin Wolf
,
2025/05/14
[PATCH 05/11] block: move drain outside of read-locked bdrv_inactivate_recurse()
,
Fiona Ebner
,
2025/05/08
Re: [PATCH 05/11] block: move drain outside of read-locked bdrv_inactivate_recurse()
,
Kevin Wolf
,
2025/05/14
[PATCH 11/11] iotests/graph-changes-while-io: add test case with removal of lower snapshot
,
Fiona Ebner
,
2025/05/08
Re: [PATCH 11/11] iotests/graph-changes-while-io: add test case with removal of lower snapshot
,
Kevin Wolf
,
2025/05/14
[PATCH 06/11] blockdev: drain while unlocked in internal_snapshot_action()
,
Fiona Ebner
,
2025/05/08
Re: [PATCH 06/11] blockdev: drain while unlocked in internal_snapshot_action()
,
Kevin Wolf
,
2025/05/14
[PATCH 08/11] block: mark bdrv_drained_begin() as GRAPH_UNLOCKED
,
Fiona Ebner
,
2025/05/08
Re: [PATCH 08/11] block: mark bdrv_drained_begin() as GRAPH_UNLOCKED
,
Kevin Wolf
,
2025/05/14
[PATCH 09/11] block: move drain out of bdrv_change_aio_context()
,
Fiona Ebner
,
2025/05/08
Re: [PATCH 09/11] block: move drain out of bdrv_change_aio_context()
,
Kevin Wolf
,
2025/05/14
[PATCH 03/11] block/snapshot: move drain outside of read-locked bdrv_snapshot_delete()
,
Fiona Ebner
,
2025/05/08
Re: [PATCH 03/11] block/snapshot: move drain outside of read-locked bdrv_snapshot_delete()
,
Kevin Wolf
,
2025/05/14
Re: [PATCH 03/11] block/snapshot: move drain outside of read-locked bdrv_snapshot_delete()
,
Fiona Ebner
,
2025/05/15
[PATCH 07/11] blockdev: drain while unlocked in external_snapshot_action()
,
Fiona Ebner
,
2025/05/08
[PATCH 10/11] block/graph-lock: add drain flag to bdrv_graph_wr{, un}lock
,
Fiona Ebner
,
2025/05/08
Re: [PATCH 10/11] block/graph-lock: add drain flag to bdrv_graph_wr{,un}lock
,
Kevin Wolf
,
2025/05/14
[PATCH RFC 00/10] qapi: remove all TARGET_* conditionals from the schema
,
Daniel P . Berrangé
,
2025/05/08
[PATCH 01/10] qapi: expose rtc-reset-reinjection command unconditionally
,
Daniel P . Berrangé
,
2025/05/08
Re: [PATCH 01/10] qapi: expose rtc-reset-reinjection command unconditionally
,
Markus Armbruster
,
2025/05/10
Re: [PATCH 01/10] qapi: expose rtc-reset-reinjection command unconditionally
,
Daniel P . Berrangé
,
2025/05/12
Re: [PATCH 01/10] qapi: expose rtc-reset-reinjection command unconditionally
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH 01/10] qapi: expose rtc-reset-reinjection command unconditionally
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH 01/10] qapi: expose rtc-reset-reinjection command unconditionally
,
Markus Armbruster
,
2025/05/13
[PATCH 02/10] qapi: expand docs for SEV commands
,
Daniel P . Berrangé
,
2025/05/08
Re: [PATCH 02/10] qapi: expand docs for SEV commands
,
Markus Armbruster
,
2025/05/13
Re: [PATCH 02/10] qapi: expand docs for SEV commands
,
Daniel P . Berrangé
,
2025/05/13
[PATCH 03/10] qapi: make SEV commands unconditionally available
,
Daniel P . Berrangé
,
2025/05/08
[PATCH 05/10] qapi: make SGX commands unconditionally available
,
Daniel P . Berrangé
,
2025/05/08
[PATCH 06/10] qapi: make Xen event commands unconditionally available
,
Daniel P . Berrangé
,
2025/05/08
Re: [PATCH 06/10] qapi: make Xen event commands unconditionally available
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH 06/10] qapi: make Xen event commands unconditionally available
,
David Woodhouse
,
2025/05/08
Re: [PATCH 06/10] qapi: make Xen event commands unconditionally available
,
Daniel P . Berrangé
,
2025/05/08
Re: [PATCH 06/10] qapi: make Xen event commands unconditionally available
,
David Woodhouse
,
2025/05/08
[PATCH 07/10] qapi: remove the misc-target.json file
,
Daniel P . Berrangé
,
2025/05/08
[PATCH 04/10] qapi: expose query-gic-capability command unconditionally
,
Daniel P . Berrangé
,
2025/05/08
[PATCH 08/10] qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
,
Daniel P . Berrangé
,
2025/05/08
Re: [PATCH 08/10] qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
,
Markus Armbruster
,
2025/05/13
Re: [PATCH 08/10] qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
,
Daniel P . Berrangé
,
2025/05/13
[PATCH 09/10] qapi: make most CPU commands unconditionally available
,
Daniel P . Berrangé
,
2025/05/08
Re: [PATCH 09/10] qapi: make most CPU commands unconditionally available
,
Pierrick Bouvier
,
2025/05/08
Re: [PATCH 09/10] qapi: make most CPU commands unconditionally available
,
Markus Armbruster
,
2025/05/13
Re: [PATCH 09/10] qapi: make most CPU commands unconditionally available
,
Daniel P . Berrangé
,
2025/05/13
[PATCH 10/10] qapi: make s390x specific CPU commands unconditionally available
,
Daniel P . Berrangé
,
2025/05/08
Re: [PATCH RFC 00/10] qapi: remove all TARGET_* conditionals from the schema
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH RFC 00/10] qapi: remove all TARGET_* conditionals from the schema
,
Daniel P . Berrangé
,
2025/05/08
Re: [PATCH RFC 00/10] qapi: remove all TARGET_* conditionals from the schema
,
Pierrick Bouvier
,
2025/05/08
Re: [PATCH RFC 00/10] qapi: remove all TARGET_* conditionals from the schema
,
Daniel P . Berrangé
,
2025/05/09
Re: [PATCH RFC 00/10] qapi: remove all TARGET_* conditionals from the schema
,
Markus Armbruster
,
2025/05/09
Re: [PATCH RFC 00/10] qapi: remove all TARGET_* conditionals from the schema
,
Daniel P . Berrangé
,
2025/05/09
Re: [PATCH RFC 00/10] qapi: remove all TARGET_* conditionals from the schema
,
Markus Armbruster
,
2025/05/10
Re: [PATCH RFC 00/10] qapi: remove all TARGET_* conditionals from the schema
,
Daniel P . Berrangé
,
2025/05/12
Re: [PATCH RFC 00/10] qapi: remove all TARGET_* conditionals from the schema
,
Markus Armbruster
,
2025/05/10
Re: [PATCH RFC 00/10] qapi: remove all TARGET_* conditionals from the schema
,
Daniel P . Berrangé
,
2025/05/12
Re: [PATCH RFC 00/10] qapi: remove all TARGET_* conditionals from the schema
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH RFC 00/10] qapi: remove all TARGET_* conditionals from the schema
,
Markus Armbruster
,
2025/05/13
Re: [PATCH RFC 00/10] qapi: remove all TARGET_* conditionals from the schema
,
Pierrick Bouvier
,
2025/05/13
Re: [PATCH RFC 00/10] qapi: remove all TARGET_* conditionals from the schema
,
Daniel P . Berrangé
,
2025/05/13
[PATCH] net/af-xdp: Support pinned map path for AF_XDP sockets
,
Daniel Borkmann
,
2025/05/08
Re: [PATCH] net/af-xdp: Support pinned map path for AF_XDP sockets
,
Ilya Maximets
,
2025/05/08
Re: [PATCH] net/af-xdp: Support pinned map path for AF_XDP sockets
,
Daniel Borkmann
,
2025/05/09
Re: [PATCH] net/af-xdp: Support pinned map path for AF_XDP sockets
,
Ilya Maximets
,
2025/05/12
Re: [PATCH] net/af-xdp: Support pinned map path for AF_XDP sockets
,
Daniel Borkmann
,
2025/05/12
Re: [PATCH] net/af-xdp: Support pinned map path for AF_XDP sockets
,
Ilya Maximets
,
2025/05/14
Re: [PATCH] net/af-xdp: Support pinned map path for AF_XDP sockets
,
Daniel Borkmann
,
2025/05/15
Re: [PATCH] net/af-xdp: Support pinned map path for AF_XDP sockets
,
Ilya Maximets
,
2025/05/15
Re: [PULL 2/8] hw/core/machine: Fix -machine dumpdtb=file.dtb
,
Peter Maydell
,
2025/05/08
[PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
,
Philippe Mathieu-Daudé
,
2025/05/08
[PATCH v4 01/27] hw/i386/pc: Remove deprecated pc-q35-2.6 and pc-i440fx-2.6 machines
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 01/27] hw/i386/pc: Remove deprecated pc-q35-2.6 and pc-i440fx-2.6 machines
,
Igor Mammedov
,
2025/05/09
[PATCH v4 02/27] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 02/27] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
,
Igor Mammedov
,
2025/05/09
[PATCH v4 03/27] hw/nvram/fw_cfg: Rename fw_cfg_init_mem() with '_nodma' suffix
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 03/27] hw/nvram/fw_cfg: Rename fw_cfg_init_mem() with '_nodma' suffix
,
Zhao Liu
,
2025/05/08
Re: [PATCH v4 03/27] hw/nvram/fw_cfg: Rename fw_cfg_init_mem() with '_nodma' suffix
,
Igor Mammedov
,
2025/05/09
Re: [PATCH v4 03/27] hw/nvram/fw_cfg: Rename fw_cfg_init_mem() with '_nodma' suffix
,
Xiaoyao Li
,
2025/05/15
[PATCH v4 04/27] hw/mips/loongson3_virt: Prefer using fw_cfg_init_mem_nodma()
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 04/27] hw/mips/loongson3_virt: Prefer using fw_cfg_init_mem_nodma()
,
Zhao Liu
,
2025/05/08
Re: [PATCH v4 04/27] hw/mips/loongson3_virt: Prefer using fw_cfg_init_mem_nodma()
,
Igor Mammedov
,
2025/05/09
Re: [PATCH v4 04/27] hw/mips/loongson3_virt: Prefer using fw_cfg_init_mem_nodma()
,
Xiaoyao Li
,
2025/05/15
[PATCH v4 05/27] hw/nvram/fw_cfg: Factor fw_cfg_init_mem_internal() out
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 05/27] hw/nvram/fw_cfg: Factor fw_cfg_init_mem_internal() out
,
Zhao Liu
,
2025/05/08
Re: [PATCH v4 05/27] hw/nvram/fw_cfg: Factor fw_cfg_init_mem_internal() out
,
Igor Mammedov
,
2025/05/09
Re: [PATCH v4 05/27] hw/nvram/fw_cfg: Factor fw_cfg_init_mem_internal() out
,
Xiaoyao Li
,
2025/05/15
[PATCH v4 06/27] hw/nvram/fw_cfg: Rename fw_cfg_init_mem_wide() -> fw_cfg_init_mem_dma()
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 06/27] hw/nvram/fw_cfg: Rename fw_cfg_init_mem_wide() -> fw_cfg_init_mem_dma()
,
Zhao Liu
,
2025/05/08
Re: [PATCH v4 06/27] hw/nvram/fw_cfg: Rename fw_cfg_init_mem_wide() -> fw_cfg_init_mem_dma()
,
Zhao Liu
,
2025/05/09
Re: [PATCH v4 06/27] hw/nvram/fw_cfg: Rename fw_cfg_init_mem_wide() -> fw_cfg_init_mem_dma()
,
Igor Mammedov
,
2025/05/09
Re: [PATCH v4 06/27] hw/nvram/fw_cfg: Rename fw_cfg_init_mem_wide() -> fw_cfg_init_mem_dma()
,
Xiaoyao Li
,
2025/05/15
[PATCH v4 07/27] hw/i386/x86: Remove X86MachineClass::fwcfg_dma_enabled field
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 07/27] hw/i386/x86: Remove X86MachineClass::fwcfg_dma_enabled field
,
Zhao Liu
,
2025/05/08
Re: [PATCH v4 07/27] hw/i386/x86: Remove X86MachineClass::fwcfg_dma_enabled field
,
Igor Mammedov
,
2025/05/09
Re: [PATCH v4 07/27] hw/i386/x86: Remove X86MachineClass::fwcfg_dma_enabled field
,
Igor Mammedov
,
2025/05/09
[PATCH v4 08/27] hw/i386/pc: Remove multiboot.bin
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 08/27] hw/i386/pc: Remove multiboot.bin
,
Zhao Liu
,
2025/05/09
[PATCH v4 09/27] hw/nvram/fw_cfg: Remove fw_cfg_io_properties::dma_enabled
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 09/27] hw/nvram/fw_cfg: Remove fw_cfg_io_properties::dma_enabled
,
Zhao Liu
,
2025/05/09
Re: [PATCH v4 09/27] hw/nvram/fw_cfg: Remove fw_cfg_io_properties::dma_enabled
,
Igor Mammedov
,
2025/05/09
[PATCH v4 10/27] hw/i386/pc: Remove linuxboot.bin
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 10/27] hw/i386/pc: Remove linuxboot.bin
,
Zhao Liu
,
2025/05/09
Re: [PATCH v4 10/27] hw/i386/pc: Remove linuxboot.bin
,
Igor Mammedov
,
2025/05/09
[PATCH v4 11/27] hw/i386/pc: Remove pc_compat_2_6[] array
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 11/27] hw/i386/pc: Remove pc_compat_2_6[] array
,
Zhao Liu
,
2025/05/09
Re: [PATCH v4 11/27] hw/i386/pc: Remove pc_compat_2_6[] array
,
Igor Mammedov
,
2025/05/12
[PATCH v4 12/27] target/i386/cpu: Remove CPUX86State::enable_cpuid_0xb field
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 12/27] target/i386/cpu: Remove CPUX86State::enable_cpuid_0xb field
,
Xiaoyao Li
,
2025/05/09
Re: [PATCH v4 12/27] target/i386/cpu: Remove CPUX86State::enable_cpuid_0xb field
,
Zhao Liu
,
2025/05/09
How to mark internal properties (was: Re: [PATCH v4 12/27] target/i386/cpu: Remove CPUX86State::enable_cpuid_0xb field)
,
Thomas Huth
,
2025/05/09
Re: How to mark internal properties (was: Re: [PATCH v4 12/27] target/i386/cpu: Remove CPUX86State::enable_cpuid_0xb field)
,
Zhao Liu
,
2025/05/11
Re: How to mark internal properties
,
Markus Armbruster
,
2025/05/12
Re: How to mark internal properties (was: Re: [PATCH v4 12/27] target/i386/cpu: Remove CPUX86State::enable_cpuid_0xb field)
,
Peter Maydell
,
2025/05/12
Re: How to mark internal properties (was: Re: [PATCH v4 12/27] target/i386/cpu: Remove CPUX86State::enable_cpuid_0xb field)
,
Daniel P . Berrangé
,
2025/05/12
Re: How to mark internal properties
,
Markus Armbruster
,
2025/05/12
Re: How to mark internal properties
,
Xiaoyao Li
,
2025/05/12
Re: How to mark internal properties
,
BALATON Zoltan
,
2025/05/12
Re: How to mark internal properties
,
Thomas Huth
,
2025/05/13
Re: How to mark internal properties
,
Mark Cave-Ayland
,
2025/05/12
Re: How to mark internal properties
,
Markus Armbruster
,
2025/05/13
Re: How to mark internal properties
,
BALATON Zoltan
,
2025/05/13
Re: How to mark internal properties
,
Daniel P . Berrangé
,
2025/05/13
Re: How to mark internal properties
,
Markus Armbruster
,
2025/05/13
Re: How to mark internal properties
,
Markus Armbruster
,
2025/05/13
Re: How to mark internal properties
,
Igor Mammedov
,
2025/05/12
Re: How to mark internal properties
,
Markus Armbruster
,
2025/05/13
Re: [PATCH v4 12/27] target/i386/cpu: Remove CPUX86State::enable_cpuid_0xb field
,
Igor Mammedov
,
2025/05/12
[PATCH v4 13/27] target/i386/cpu: Remove CPUX86State::fill_mtrr_mask field
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 13/27] target/i386/cpu: Remove CPUX86State::fill_mtrr_mask field
,
Zhao Liu
,
2025/05/09
Re: [PATCH v4 13/27] target/i386/cpu: Remove CPUX86State::fill_mtrr_mask field
,
Igor Mammedov
,
2025/05/12
[PATCH v4 14/27] hw/intc/apic: Remove APICCommonState::legacy_instance_id field
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 14/27] hw/intc/apic: Remove APICCommonState::legacy_instance_id field
,
Zhao Liu
,
2025/05/09
Re: [PATCH v4 14/27] hw/intc/apic: Remove APICCommonState::legacy_instance_id field
,
Igor Mammedov
,
2025/05/13
[PATCH v4 15/27] hw/core/machine: Remove hw_compat_2_6[] array
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 15/27] hw/core/machine: Remove hw_compat_2_6[] array
,
Zhao Liu
,
2025/05/09
Re: [PATCH v4 15/27] hw/core/machine: Remove hw_compat_2_6[] array
,
Igor Mammedov
,
2025/05/13
[PATCH v4 16/27] hw/virtio/virtio-mmio: Remove VirtIOMMIOProxy::format_transport_address field
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 16/27] hw/virtio/virtio-mmio: Remove VirtIOMMIOProxy::format_transport_address field
,
Zhao Liu
,
2025/05/09
[PATCH v4 17/27] hw/i386/pc: Remove deprecated pc-q35-2.7 and pc-i440fx-2.7 machines
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 17/27] hw/i386/pc: Remove deprecated pc-q35-2.7 and pc-i440fx-2.7 machines
,
Zhao Liu
,
2025/05/09
Re: [PATCH v4 17/27] hw/i386/pc: Remove deprecated pc-q35-2.7 and pc-i440fx-2.7 machines
,
Igor Mammedov
,
2025/05/13
[PATCH v4 18/27] hw/i386/pc: Remove pc_compat_2_7[] array
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 18/27] hw/i386/pc: Remove pc_compat_2_7[] array
,
Zhao Liu
,
2025/05/09
[PATCH v4 19/27] target/i386/cpu: Remove CPUX86State::full_cpuid_auto_level field
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 19/27] target/i386/cpu: Remove CPUX86State::full_cpuid_auto_level field
,
Zhao Liu
,
2025/05/09
Re: [PATCH v4 19/27] target/i386/cpu: Remove CPUX86State::full_cpuid_auto_level field
,
Igor Mammedov
,
2025/05/13
[PATCH v4 20/27] target/i386/cpu: Remove CPUX86State::enable_l3_cache field
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 20/27] target/i386/cpu: Remove CPUX86State::enable_l3_cache field
,
Zhao Liu
,
2025/05/09
Re: [PATCH v4 20/27] target/i386/cpu: Remove CPUX86State::enable_l3_cache field
,
Igor Mammedov
,
2025/05/13
[PATCH v4 21/27] hw/audio/pcspk: Remove PCSpkState::migrate field
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 21/27] hw/audio/pcspk: Remove PCSpkState::migrate field
,
Zhao Liu
,
2025/05/09
Re: [PATCH v4 21/27] hw/audio/pcspk: Remove PCSpkState::migrate field
,
Igor Mammedov
,
2025/05/13
[PATCH v4 22/27] hw/core/machine: Remove hw_compat_2_7[] array
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 22/27] hw/core/machine: Remove hw_compat_2_7[] array
,
Zhao Liu
,
2025/05/09
[PATCH v4 23/27] hw/i386/intel_iommu: Remove IntelIOMMUState::buggy_eim field
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 23/27] hw/i386/intel_iommu: Remove IntelIOMMUState::buggy_eim field
,
Zhao Liu
,
2025/05/09
Re: [PATCH v4 23/27] hw/i386/intel_iommu: Remove IntelIOMMUState::buggy_eim field
,
Igor Mammedov
,
2025/05/13
[PATCH v4 24/27] hw/intc/ioapic: Remove IOAPICCommonState::version field
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 24/27] hw/intc/ioapic: Remove IOAPICCommonState::version field
,
Zhao Liu
,
2025/05/09
Re: [PATCH v4 24/27] hw/intc/ioapic: Remove IOAPICCommonState::version field
,
Igor Mammedov
,
2025/05/13
[PATCH v4 25/27] hw/virtio/virtio-pci: Remove VirtIOPCIProxy::ignore_backend_features field
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 25/27] hw/virtio/virtio-pci: Remove VirtIOPCIProxy::ignore_backend_features field
,
Zhao Liu
,
2025/05/09
Re: [PATCH v4 25/27] hw/virtio/virtio-pci: Remove VirtIOPCIProxy::ignore_backend_features field
,
Igor Mammedov
,
2025/05/13
[PATCH v4 26/27] hw/char/virtio-serial: Do not expose the 'emergency-write' property
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 26/27] hw/char/virtio-serial: Do not expose the 'emergency-write' property
,
Mark Cave-Ayland
,
2025/05/09
Re: [PATCH v4 26/27] hw/char/virtio-serial: Do not expose the 'emergency-write' property
,
Zhao Liu
,
2025/05/09
[PATCH v4 27/27] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_PAGE_PER_VQ definition
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v4 27/27] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_PAGE_PER_VQ definition
,
Zhao Liu
,
2025/05/09
Re: [PATCH v4 27/27] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_PAGE_PER_VQ definition
,
Igor Mammedov
,
2025/05/13
Re: [PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
,
Igor Mammedov
,
2025/05/13
Re: [PATCH 066/147] include/exec: Move TLB_MMIO, TLB_DISCARD_WRITE to slow flags
,
Jonathan Cameron
,
2025/05/08
[PATCH] meson: remove unnecessary dependencies from specific_ss
,
Paolo Bonzini
,
2025/05/08
[PATCH v10 0/3] Allow to enable multifd and postcopy migration together
,
Prasad Pandit
,
2025/05/08
[PATCH v10 1/3] migration: enable multifd and postcopy together
,
Prasad Pandit
,
2025/05/08
Re: [PATCH v10 1/3] migration: enable multifd and postcopy together
,
Fabiano Rosas
,
2025/05/08
[PATCH v10 3/3] migration: write zero pages when postcopy enabled
,
Prasad Pandit
,
2025/05/08
Re: [PATCH v10 3/3] migration: write zero pages when postcopy enabled
,
Fabiano Rosas
,
2025/05/08
Re: [PATCH v10 3/3] migration: write zero pages when postcopy enabled
,
Peter Xu
,
2025/05/08
Re: [PATCH v10 3/3] migration: write zero pages when postcopy enabled
,
Prasad Pandit
,
2025/05/09
Re: [PATCH v10 3/3] migration: write zero pages when postcopy enabled
,
Peter Xu
,
2025/05/09
Re: [PATCH v10 3/3] migration: write zero pages when postcopy enabled
,
Prasad Pandit
,
2025/05/12
Re: [PATCH v10 3/3] migration: write zero pages when postcopy enabled
,
Peter Xu
,
2025/05/12
Re: [PATCH v10 3/3] migration: write zero pages when postcopy enabled
,
Prasad Pandit
,
2025/05/09
[PATCH v10 2/3] tests/qtest/migration: add postcopy tests with multifd
,
Prasad Pandit
,
2025/05/08
Re: [PATCH v10 2/3] tests/qtest/migration: add postcopy tests with multifd
,
Peter Xu
,
2025/05/08
Re: [PATCH v10 2/3] tests/qtest/migration: add postcopy tests with multifd
,
Prasad Pandit
,
2025/05/09
Re: [PATCH v10 2/3] tests/qtest/migration: add postcopy tests with multifd
,
Peter Xu
,
2025/05/09
Re: [PATCH v10 2/3] tests/qtest/migration: add postcopy tests with multifd
,
Prasad Pandit
,
2025/05/13
[PULL 00/19] Misc HW patches for 2025-05-08
,
Philippe Mathieu-Daudé
,
2025/05/08
[PULL 04/19] accel/hvf: Include missing 'hw/core/cpu.h' header
,
Philippe Mathieu-Daudé
,
2025/05/08
[PULL 19/19] hw/i2c/imx_i2c: Always set interrupt status bit if interrupt condition occurs
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PULL 00/19] Misc HW patches for 2025-05-08
,
Stefan Hajnoczi
,
2025/05/10
Re: [PULL 00/19] Misc HW patches for 2025-05-08
,
Peter Maydell
,
2025/05/12
Re: [PULL 00/19] Misc HW patches for 2025-05-08
,
Stefan Hajnoczi
,
2025/05/12
[PATCH RFC] meson: require int128 type
,
Michael S. Tsirkin
,
2025/05/08
Re: [PATCH RFC] meson: require int128 type
,
Peter Maydell
,
2025/05/08
Re: [PATCH RFC] meson: require int128 type
,
Michael S. Tsirkin
,
2025/05/08
Re: [PATCH v2 07/20] mcd: Implement target initialization API
,
Markus Armbruster
,
2025/05/08
Re: [PATCH v2 07/20] mcd: Implement target initialization API
,
Mario Fleischmann
,
2025/05/14
Re: [PATCH v2 07/20] mcd: Implement target initialization API
,
Markus Armbruster
,
2025/05/15
Re: [PATCH v2 07/20] mcd: Implement target initialization API
,
Markus Armbruster
,
2025/05/15
[PATCH] target/i386: list TCG-supported features for CPUID[80000021h].EAX
,
Paolo Bonzini
,
2025/05/08
Re: [PATCH v2 00/20] Add Multi-Core Debug (MCD) API support
,
Markus Armbruster
,
2025/05/08
Re: [PATCH v2 00/20] Add Multi-Core Debug (MCD) API support
,
Mario Fleischmann
,
2025/05/14
Re: [PATCH v2 04/20] qapi: Introduce MCD schema
,
Markus Armbruster
,
2025/05/08
Re: [PATCH] virtio-gpu-gl: Add 'serverfd' property
,
Jiang XueQian
,
2025/05/08
Re: [PATCH] virtio-gpu-gl: Add 'serverfd' property
,
Alex Bennée
,
2025/05/08
Re: [PATCH] virtio-gpu-gl: Add 'serverfd' property
,
Jiang XueQian
,
2025/05/09
Re: [PULL 1/3] scripts: mandate that new files have SPDX-License-Identifier
,
Peter Maydell
,
2025/05/08
Re: [PULL 1/3] scripts: mandate that new files have SPDX-License-Identifier
,
Cédric Le Goater
,
2025/05/12
Re: [PULL 1/3] scripts: mandate that new files have SPDX-License-Identifier
,
Cédric Le Goater
,
2025/05/12
Re: [PULL 1/3] scripts: mandate that new files have SPDX-License-Identifier
,
Peter Maydell
,
2025/05/12
Re: [PULL 1/3] scripts: mandate that new files have SPDX-License-Identifier
,
Cédric Le Goater
,
2025/05/12
[PATCH] target/i386: ignore misplaced REX prefixes
,
Paolo Bonzini
,
2025/05/08
Re: [PATCH] target/i386: ignore misplaced REX prefixes
,
Richard Henderson
,
2025/05/08
[PATCH] tests/qtest/q35-test: Remove the obsolete test_without_smram_base test
,
Thomas Huth
,
2025/05/08
Re: [PATCH] tests/qtest/q35-test: Remove the obsolete test_without_smram_base test
,
Daniel P . Berrangé
,
2025/05/08
Re: [PATCH] tests/qtest/q35-test: Remove the obsolete test_without_smram_base test
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH] tests/qtest/q35-test: Remove the obsolete test_without_smram_base test
,
Fabiano Rosas
,
2025/05/08
Re: [PATCH] tests/qtest/q35-test: Remove the obsolete test_without_smram_base test
,
Daniel P . Berrangé
,
2025/05/08
[PATCH] meson: drop --enable-avx* options
,
Paolo Bonzini
,
2025/05/08
Re: [PATCH] meson: drop --enable-avx* options
,
Richard Henderson
,
2025/05/08
[PATCH] meson: do not check supported TCG architecture if no emulators built
,
Paolo Bonzini
,
2025/05/08
Re: [PATCH] meson: do not check supported TCG architecture if no emulators built
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH] meson: do not check supported TCG architecture if no emulators built
,
Richard Henderson
,
2025/05/08
[PATCH v2] target/riscv: support atomic instruction fetch (Ziccif)
,
Jim Shu
,
2025/05/08
RE: [PATCH v3 2/3] hw/misc/aspeed_sbc: Connect Aspeed OTP memory device to SBC controller
,
Kane Chen
,
2025/05/08
[PATCH backport] target/i386: do not trigger IRQ shadow for LSS
,
Paolo Bonzini
,
2025/05/08
Re: [PATCH backport] target/i386: do not trigger IRQ shadow for LSS
,
Michael Tokarev
,
2025/05/08
[PATCH 1/1] loongarch: update cross-tools to support LSX/LASX instructions
,
Song Gao
,
2025/05/08
Re: [Bug] QEMU TCG warnings after commit c6bd2dd63420 - HTT / CMP_LEG bits
,
Zhao Liu
,
2025/05/08
Re: [Bug] QEMU TCG warnings after commit c6bd2dd63420 - HTT / CMP_LEG bits
,
Zhao Liu
,
2025/05/08
Re: [Bug] QEMU TCG warnings after commit c6bd2dd63420 - HTT / CMP_LEG bits
,
Ewan Hai
,
2025/05/08
[PATCH 0/2] rust: pl011: really use RX FIFO depth
,
Paolo Bonzini
,
2025/05/08
[PATCH 1/2] rust: pl011: Rename RX FIFO methods
,
Paolo Bonzini
,
2025/05/08
Re: [PATCH 1/2] rust: pl011: Rename RX FIFO methods
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH 1/2] rust: pl011: Rename RX FIFO methods
,
Peter Maydell
,
2025/05/12
[PATCH 2/2] rust: pl011: Really use RX FIFO depth
,
Paolo Bonzini
,
2025/05/08
Re: [PATCH 2/2] rust: pl011: Really use RX FIFO depth
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH 2/2] rust: pl011: Really use RX FIFO depth
,
Peter Maydell
,
2025/05/12
[RFC PATCH] MAINTAINERS: Add an entry for the Bananapi machine
,
Thomas Huth
,
2025/05/08
Re: [RFC PATCH] MAINTAINERS: Add an entry for the Bananapi machine
,
Peter Maydell
,
2025/05/12
Re: [PATCH v8 28/55] i386/tdx: Handle KVM_SYSTEM_EVENT_TDX_FATAL
,
Xiaoyao Li
,
2025/05/08
Re: [PATCH v2 2/2] block/null: Add read-pattern option
,
Markus Armbruster
,
2025/05/08
Re: [PATCH v2 2/2] block/null: Add read-pattern option
,
Eric Blake
,
2025/05/08
Re: [PATCH v2 2/2] block/null: Add read-pattern option
,
Markus Armbruster
,
2025/05/09
Re: [PATCH v2 1/2] block/null: Report DATA if not reading zeroes
,
Markus Armbruster
,
2025/05/08
Re: [PATCH v2 1/2] block/null: Report DATA if not reading zeroes
,
Markus Armbruster
,
2025/05/08
Re: [PATCH v2 1/2] block/null: Report DATA if not reading zeroes
,
Markus Armbruster
,
2025/05/08
Re: [PATCH 4/4] tests/tcg/x86_64/fma: add test for exact-denormal output
,
Zhao Liu
,
2025/05/07
Re: [PATCH 3/4] target/i386: Wire up MXCSR.DE and FPUS.DE correctly
,
Zhao Liu
,
2025/05/07
[v2] hw/arm/npcm8xx_boards: Add auto zero flash image and device part number
,
Tim Lee
,
2025/05/07
Re: [v2] hw/arm/npcm8xx_boards: Add auto zero flash image and device part number
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [v2] hw/arm/npcm8xx_boards: Add auto zero flash image and device part number
,
Tim Lee
,
2025/05/09
RE: [v2] hw/arm/npcm8xx_boards: Add auto zero flash image and device part number
,
address@hidden
,
2025/05/08
[RFC 0/4] virtio-blk: Add support for FUA write requests
,
Alberto Faria
,
2025/05/07
[RFC 1/4] include: Add tentative virtio-blk FUA write definitions
,
Alberto Faria
,
2025/05/07
[RFC 2/4] virtio-blk: Add VIRTIO_BLK_T_OUT_FUA command support
,
Alberto Faria
,
2025/05/07
Re: [RFC 2/4] virtio-blk: Add VIRTIO_BLK_T_OUT_FUA command support
,
Stefan Hajnoczi
,
2025/05/08
Re: [RFC 2/4] virtio-blk: Add VIRTIO_BLK_T_OUT_FUA command support
,
Alberto Faria
,
2025/05/08
[RFC 3/4] vhost-user-blk: Add VIRTIO_BLK_T_OUT_FUA command support
,
Alberto Faria
,
2025/05/07
[RFC 4/4] vduse-blk: Add VIRTIO_BLK_T_OUT_FUA command support
,
Alberto Faria
,
2025/05/07
[PATCH v2 00/10] CXL: FMAPI DCD Management Commands 0x5600-0x5605
,
anisa . su887
,
2025/05/07
[PATCH v2 01/10] cxl-mailbox-utils: Move opcodes enum to new header file
,
anisa . su887
,
2025/05/07
[PATCH v2 02/10] cxl-mailbox-utils: 0x5600 - FMAPI Get DCD Info
,
anisa . su887
,
2025/05/07
[PATCH v2 03/10] cxl/type3: Add dsmas_flags to CXLDCRegion struct
,
anisa . su887
,
2025/05/07
[PATCH v2 05/10] cxl_events.h: Move definition for dynamic_capacity_uuid and enum for DC event types
,
anisa . su887
,
2025/05/07
[PATCH v2 04/10] cxl-mailbox-utils: 0x5601 - FMAPI Get Host Region Config
,
anisa . su887
,
2025/05/07
[PATCH v2 06/10] hw/cxl_type3: Add DC Region bitmap lock
,
anisa . su887
,
2025/05/07
[PATCH v2 07/10] cxl-mailbox-utils: 0x5602 - FMAPI Set DC Region Config
,
anisa . su887
,
2025/05/07
[PATCH v2 08/10] cxl-mailbox-utils: 0x5603 - FMAPI Get DC Region Extent Lists
,
anisa . su887
,
2025/05/07
[PATCH v2 09/10] cxl-mailbox-utils: 0x5604 - FMAPI Initiate DC Add
,
anisa . su887
,
2025/05/07
[PATCH v2 10/10] cxl-mailbox-utils: 0x5605 - FMAPI Initiate DC Release
,
anisa . su887
,
2025/05/07
[PATCH v7 00/49] single-binary: compile target/arm twice
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 01/49] target/arm: Replace target_ulong -> vaddr for HWBreakpoint
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 07/49] accel/hvf: add hvf_enabled() for common code
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 03/49] meson: add common libs for target and target_system
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 11/49] target/arm/cpu: compile file twice (user, system) only
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 02/49] include/system/hvf: missing vaddr include
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 08/49] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 06/49] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 05/49] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 09/49] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 04/49] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 15/49] target/arm/helper: use vaddr instead of target_ulong for probe_access
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 22/49] target/arm/helper: expose aarch64 cpu registration
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 12/49] target/arm/cpu32-stubs.c: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 18/49] target/arm/debug_helper: remove target_ulong
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 19/49] target/arm/debug_helper: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 21/49] target/arm/helper: replace target_ulong by vaddr
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 16/49] target/arm/helper: extract common helpers
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 23/49] target/arm/helper: remove remaining TARGET_AARCH64
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 24/49] target/arm/helper: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 10/49] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 13/49] tcg: add vaddr type for helpers
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 14/49] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 17/49] target/arm/debug_helper: only include common helpers
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 20/49] target/arm/helper: restrict include to common helpers
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 25/49] target/arm/vfp_fpscr: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 26/49] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 29/49] target/arm/cortex-regs: compile file once (system)
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 30/49] target/arm/ptw: replace target_ulong with int64_t
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 35/49] target/arm/machine: reduce migration include to avoid target specific definitions
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 27/49] target/arm/arch_dump: compile file once (system)
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 31/49] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 33/49] target/arm/meson: accelerator files are not needed in user mode
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 36/49] target/arm/machine: remove TARGET_AARCH64 from migration state
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 37/49] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 38/49] target/arm/kvm-stub: add missing stubs
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 32/49] target/arm/ptw: compile file once (system)
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 28/49] target/arm/arm-powerctl: compile file once (system)
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 34/49] target/arm/kvm-stub: compile file once (system)
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 39/49] target/arm/machine: compile file once (system)
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 41/49] target/arm/tcg/crypto_helper: compile file once
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 42/49] target/arm/tcg/hflags: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 43/49] target/arm/tcg/iwmmxt_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 40/49] target/arm/tcg/vec_internal: use forward declaration for CPUARMState
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 45/49] target/arm/tcg/tlb_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 47/49] target/arm/tcg/tlb-insns: compile file once (system)
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 46/49] target/arm/helper: restrict define_tlb_insn_regs to system target
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 49/49] target/arm/tcg/vfp_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 44/49] target/arm/tcg/neon_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/07
[PATCH v7 48/49] target/arm/tcg/arith_helper: compile file once
,
Pierrick Bouvier
,
2025/05/07
Re: [PATCH v7 00/49] single-binary: compile target/arm twice
,
Peter Maydell
,
2025/05/11
Re: [PATCH v7 00/49] single-binary: compile target/arm twice
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH v7 00/49] single-binary: compile target/arm twice
,
Peter Maydell
,
2025/05/12
Re: [PATCH v7 00/49] single-binary: compile target/arm twice
,
Pierrick Bouvier
,
2025/05/12
[PATCH 00/13] single-binary: make QAPI generated files common
,
Pierrick Bouvier
,
2025/05/07
[PATCH 01/13] qapi: introduce 'runtime_if' for QAPI json
,
Pierrick Bouvier
,
2025/05/07
Re: [PATCH 01/13] qapi: introduce 'runtime_if' for QAPI json
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH 01/13] qapi: introduce 'runtime_if' for QAPI json
,
Pierrick Bouvier
,
2025/05/08
Re: [PATCH 01/13] qapi: introduce 'runtime_if' for QAPI json
,
Markus Armbruster
,
2025/05/15
Re: [PATCH 01/13] qapi: introduce 'runtime_if' for QAPI json
,
Pierrick Bouvier
,
2025/05/15
[PATCH 02/13] qapi/introspect: generate schema as a QObject directly
,
Pierrick Bouvier
,
2025/05/07
[PATCH 03/13] qobject/qlit: allow to hide dict or list entries
,
Pierrick Bouvier
,
2025/05/07
Re: [PATCH 03/13] qobject/qlit: allow to hide dict or list entries
,
Daniel P . Berrangé
,
2025/05/08
Re: [PATCH 03/13] qobject/qlit: allow to hide dict or list entries
,
Pierrick Bouvier
,
2025/05/08
[PATCH 04/13] qapi/introspect: hide fields in schema
,
Pierrick Bouvier
,
2025/05/07
[PATCH 07/13] qapi: add access to qemu/target-info.h
,
Pierrick Bouvier
,
2025/05/07
Re: [PATCH 07/13] qapi: add access to qemu/target-info.h
,
Philippe Mathieu-Daudé
,
2025/05/08
[PATCH 05/13] qapi/commands: register commands conditionally
,
Pierrick Bouvier
,
2025/05/07
[PATCH 06/13] qapi/visit: hide fields in JSON marshalling
,
Pierrick Bouvier
,
2025/05/07
[PATCH 10/13] qapi: add weak stubs for target specific commands
,
Pierrick Bouvier
,
2025/05/07
Re: [PATCH 10/13] qapi: add weak stubs for target specific commands
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH 10/13] qapi: add weak stubs for target specific commands
,
Pierrick Bouvier
,
2025/05/08
[PATCH 08/13] qemu/target-info: implement missing helpers
,
Pierrick Bouvier
,
2025/05/07
Re: [PATCH 08/13] qemu/target-info: implement missing helpers
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH 08/13] qemu/target-info: implement missing helpers
,
Pierrick Bouvier
,
2025/05/08
[PATCH 09/13] qapi: transform target specific 'if' in runtime checks
,
Pierrick Bouvier
,
2025/05/07
Re: [PATCH 09/13] qapi: transform target specific 'if' in runtime checks
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH 09/13] qapi: transform target specific 'if' in runtime checks
,
Daniel P . Berrangé
,
2025/05/08
Re: [PATCH 09/13] qapi: transform target specific 'if' in runtime checks
,
Pierrick Bouvier
,
2025/05/08
Re: [PATCH 09/13] qapi: transform target specific 'if' in runtime checks
,
Markus Armbruster
,
2025/05/10
Re: [PATCH 09/13] qapi: transform target specific 'if' in runtime checks
,
Pierrick Bouvier
,
2025/05/12
Re: [PATCH 09/13] qapi: transform target specific 'if' in runtime checks
,
Markus Armbruster
,
2025/05/13
Re: [PATCH 09/13] qapi: transform target specific 'if' in runtime checks
,
Pierrick Bouvier
,
2025/05/13
Re: [PATCH 09/13] qapi: transform target specific 'if' in runtime checks
,
Markus Armbruster
,
2025/05/14
Re: [PATCH 09/13] qapi: transform target specific 'if' in runtime checks
,
Pierrick Bouvier
,
2025/05/14
Re: [PATCH 09/13] qapi: transform target specific 'if' in runtime checks
,
Markus Armbruster
,
2025/05/14
Re: [PATCH 09/13] qapi: transform target specific 'if' in runtime checks
,
Pierrick Bouvier
,
2025/05/14
[PATCH 11/13] qapi: make all generated files common
,
Pierrick Bouvier
,
2025/05/07
Re: [PATCH 11/13] qapi: make all generated files common
,
Philippe Mathieu-Daudé
,
2025/05/08
[PATCH 13/13] [ANNEX] build/qapi: after series
,
Pierrick Bouvier
,
2025/05/07
Re: [PATCH 00/13] single-binary: make QAPI generated files common
,
Pierrick Bouvier
,
2025/05/07
[PATCH v5 00/24] target/m68k: fpu improvements
,
Richard Henderson
,
2025/05/07
[PATCH v5 01/24] target/m68k: Add FPSR exception bit defines
,
Richard Henderson
,
2025/05/07
[PATCH v5 02/24] target/m68k: Restore fp rounding mode on vm load
,
Richard Henderson
,
2025/05/07
[PATCH v5 04/24] target/m68k: Update FPSR.EXC
,
Richard Henderson
,
2025/05/07
[PATCH v5 03/24] target/m68k: Keep FPSR up-to-date
,
Richard Henderson
,
2025/05/07
[PATCH v5 06/24] target/m68k: Introduce M68K_FEATURE_FPU_PACKED_DECIMAL
,
Richard Henderson
,
2025/05/07
[PATCH v5 10/24] target/m68k: Move pre-dec/post-inc to gen_lea_mode
,
Richard Henderson
,
2025/05/07
[PATCH v5 05/24] target/m68k: Update FPSR for FMOVECR
,
Richard Henderson
,
2025/05/07
[PATCH v5 12/24] target/m68k: Remove env argument to gen_lea_indexed
,
Richard Henderson
,
2025/05/07
[PATCH v5 07/24] target/m68k: Merge gen_ea into SRC_EA and DEST_EA
,
Richard Henderson
,
2025/05/07
[PATCH v5 08/24] target/m68k: Use g_assert_not_reached in gen_lea_mode and gen_ea_mode
,
Richard Henderson
,
2025/05/07
[PATCH v5 09/24] target/m68k: Use OS_UNSIZED in LEA, PEA, JMP
,
Richard Henderson
,
2025/05/07
[PATCH v5 13/24] target/m68k: Remove env argument to gen_lea_mode
,
Richard Henderson
,
2025/05/07
[PATCH v5 11/24] target/m68k: Split gen_ea_mode for load/store
,
Richard Henderson
,
2025/05/07
[PATCH v5 14/24] target/m68k: Remove env argument to gen_load_mode
,
Richard Henderson
,
2025/05/07
[PATCH v5 18/24] target/m68k: Move gen_addr_fault into gen_{load, store}_mode_fp
,
Richard Henderson
,
2025/05/07
[PATCH v5 20/24] target/m68k: Merge gen_store_fp, gen_store_mode_fp
,
Richard Henderson
,
2025/05/07
[PATCH v5 21/24] target/m68k: Implement packed decimal real loads and stores
,
Richard Henderson
,
2025/05/07
Re: [PATCH v5 21/24] target/m68k: Implement packed decimal real loads and stores
,
Andreas Schwab
,
2025/05/10
Re: [PATCH v5 21/24] target/m68k: Implement packed decimal real loads and stores
,
Richard Henderson
,
2025/05/11
[PATCH v5 15/24] target/m68k: Remove env argument to gen_store_mode
,
Richard Henderson
,
2025/05/07
[PATCH v5 23/24] target/m68k: Make vmstate variables static
,
Richard Henderson
,
2025/05/07
[PATCH v5 19/24] target/m68k: Merge gen_load_fp, gen_load_mode_fp
,
Richard Henderson
,
2025/05/07
[PATCH v5 17/24] target/m68k: Split gen_ea_mode_fp for load/store
,
Richard Henderson
,
2025/05/07
[PATCH v5 24/24] target/m68k: Implement FPIAR
,
Richard Henderson
,
2025/05/07
[PATCH v5 16/24] target/m68k: Remove env argument to gen_ea_mode_fp
,
Richard Henderson
,
2025/05/07
[PATCH v5 22/24] tests/tcg/m68k: Add packed decimal tests
,
Richard Henderson
,
2025/05/07
Re: [PATCH v5 00/24] target/m68k: fpu improvements
,
Helge Deller
,
2025/05/07
Re: [PATCH v5 00/24] target/m68k: fpu improvements
,
Richard Henderson
,
2025/05/08
[PATCH 0/3] Fix typo in comments
,
Gustavo Romero
,
2025/05/07
[PATCH 2/3] Fix typo in comments
,
Gustavo Romero
,
2025/05/07
[PATCH 1/3] linux-user: Fix typo in comment
,
Gustavo Romero
,
2025/05/07
Re: [PATCH 1/3] linux-user: Fix typo in comment
,
Philippe Mathieu-Daudé
,
2025/05/07
[PATCH 3/3] Fix typo in comments
,
Gustavo Romero
,
2025/05/07
Re: [PATCH 0/3] Fix typo in comments
,
Gustavo Romero
,
2025/05/07
[PATCH] accel/hvf: Include missing 'hw/core/cpu.h' header
,
Philippe Mathieu-Daudé
,
2025/05/07
Re: [PATCH] accel/hvf: Include missing 'hw/core/cpu.h' header
,
Philippe Mathieu-Daudé
,
2025/05/07
Re: [PATCH] accel/hvf: Include missing 'hw/core/cpu.h' header
,
Pierrick Bouvier
,
2025/05/07
Re: [PATCH] accel/hvf: Include missing 'hw/core/cpu.h' header
,
Mads Ynddal
,
2025/05/08
[PATCH v4 0/7] Move memory listener register to vhost_vdpa_init
,
Jonah Palmer
,
2025/05/07
[PATCH v4 2/7] vdpa: reorder vhost_vdpa_set_backend_cap
,
Jonah Palmer
,
2025/05/07
Re: [PATCH v4 2/7] vdpa: reorder vhost_vdpa_set_backend_cap
,
Jason Wang
,
2025/05/15
Re: [PATCH v4 2/7] vdpa: reorder vhost_vdpa_set_backend_cap
,
Jason Wang
,
2025/05/15
[PATCH v4 1/7] vdpa: check for iova tree initialized at net_client_start
,
Jonah Palmer
,
2025/05/07
Re: [PATCH v4 1/7] vdpa: check for iova tree initialized at net_client_start
,
Jason Wang
,
2025/05/15
[PATCH v4 3/7] vdpa: set backend capabilities at vhost_vdpa_init
,
Jonah Palmer
,
2025/05/07
Re: [PATCH v4 3/7] vdpa: set backend capabilities at vhost_vdpa_init
,
Jason Wang
,
2025/05/15
[PATCH v4 4/7] vdpa: add listener_registered
,
Jonah Palmer
,
2025/05/07
Re: [PATCH v4 4/7] vdpa: add listener_registered
,
Jason Wang
,
2025/05/15
[PATCH v4 5/7] vdpa: reorder listener assignment
,
Jonah Palmer
,
2025/05/07
Re: [PATCH v4 5/7] vdpa: reorder listener assignment
,
Jason Wang
,
2025/05/15
[PATCH v4 6/7] vdpa: move iova_tree allocation to net_vhost_vdpa_init
,
Jonah Palmer
,
2025/05/07
Re: [PATCH v4 6/7] vdpa: move iova_tree allocation to net_vhost_vdpa_init
,
Jason Wang
,
2025/05/15
[PATCH v4 7/7] vdpa: move memory listener register to vhost_vdpa_init
,
Jonah Palmer
,
2025/05/07
Re: [PATCH v4 7/7] vdpa: move memory listener register to vhost_vdpa_init
,
Michael S. Tsirkin
,
2025/05/15
Re: [PATCH v4 7/7] vdpa: move memory listener register to vhost_vdpa_init
,
Si-Wei Liu
,
2025/05/15
Re: [PATCH v4 0/7] Move memory listener register to vhost_vdpa_init
,
Lei Yang
,
2025/05/13
Re: [PATCH v4 0/7] Move memory listener register to vhost_vdpa_init
,
Eugenio Perez Martin
,
2025/05/14
Re: [PATCH v4 0/7] Move memory listener register to vhost_vdpa_init
,
Si-Wei Liu
,
2025/05/14
Re: [PATCH v4 0/7] Move memory listener register to vhost_vdpa_init
,
Michael S. Tsirkin
,
2025/05/15
Re: [PATCH v4 0/7] Move memory listener register to vhost_vdpa_init
,
Si-Wei Liu
,
2025/05/15
Re: [PATCH v4 0/7] Move memory listener register to vhost_vdpa_init
,
Michael S. Tsirkin
,
2025/05/16
Re: [PATCH v4 0/7] Move memory listener register to vhost_vdpa_init
,
Eugenio Perez Martin
,
2025/05/15
Re: [PATCH v4 0/7] Move memory listener register to vhost_vdpa_init
,
Jason Wang
,
2025/05/15
Re: [PATCH v4 0/7] Move memory listener register to vhost_vdpa_init
,
Si-Wei Liu
,
2025/05/14
Re: [PATCH v4 0/7] Move memory listener register to vhost_vdpa_init
,
Jason Wang
,
2025/05/15
Re: [PATCH v4 0/7] Move memory listener register to vhost_vdpa_init
,
Jason Wang
,
2025/05/15
Re: [PATCH v4 0/7] Move memory listener register to vhost_vdpa_init
,
Markus Armbruster
,
2025/05/16
Re: [PATCH v6 1/3] util: Add functions for s390x mmio read/write
,
Thomas Huth
,
2025/05/07
[PULL v2 00/21] Trivial patches for 2025-05-07
,
Michael Tokarev
,
2025/05/07
[PULL 21/21] docs: replace `-hda` with `-drive` & update `root=` kernel parameter
,
Michael Tokarev
,
2025/05/07
Re: [PULL v2 00/21] Trivial patches for 2025-05-07
,
Stefan Hajnoczi
,
2025/05/09
[PULL 00/21] Trivial patches for 2025-05-07
,
Michael Tokarev
,
2025/05/07
[PULL 01/21] linux-user/syscall.c: add translation logic for epoll_pwait2 syscall
,
Michael Tokarev
,
2025/05/07
[PULL 03/21] hw/isa/ich9: Remove stray empty comment
,
Michael Tokarev
,
2025/05/07
[PULL 02/21] hw/pci/pci.c: Turn DPRINTF into trace events
,
Michael Tokarev
,
2025/05/07
[PULL 05/21] hw/i386/acpi-build: Update document reference
,
Michael Tokarev
,
2025/05/07
[PULL 04/21] hw/i386/acpi-build: Fix typo and grammar in comment
,
Michael Tokarev
,
2025/05/07
[PULL 06/21] hw/acpi/ich9: Remove ICH9_DEBUG macro
,
Michael Tokarev
,
2025/05/07
[PULL 07/21] hw/i386/acpi-build: Fix typo in function name
,
Michael Tokarev
,
2025/05/07
[PULL 08/21] hw/core/machine: Fix indentation
,
Michael Tokarev
,
2025/05/07
[PULL 09/21] qom/object: Fix typo in comment
,
Michael Tokarev
,
2025/05/07
[PULL 10/21] hw/net/e1000: Remove stray empty comment in header
,
Michael Tokarev
,
2025/05/07
[PULL 12/21] hw/acpi/pcihp: Fix typo in function name
,
Michael Tokarev
,
2025/05/07
[PULL 14/21] block.c: fix "the the" typo in comment
,
Michael Tokarev
,
2025/05/07
[PULL 11/21] hw/pci-host/gpex-acpi: Fix typo in comment
,
Michael Tokarev
,
2025/05/07
[PULL 13/21] linux-user/mmap.c: fix "of of" typo in comment
,
Michael Tokarev
,
2025/05/07
[PULL 15/21] hw/xen/xen-hvm-common.c: fix "the the" typo in comment
,
Michael Tokarev
,
2025/05/07
[PULL 16/21] include/exec/cpu-common.h: fix "the the" typo in comment
,
Michael Tokarev
,
2025/05/07
[PULL 17/21] include/hw/xen/interface/io/blkif.h: fix "the the" typo in comment
,
Michael Tokarev
,
2025/05/07
[PULL 18/21] qapi/qom.json: fix "the the" typo in comment
,
Michael Tokarev
,
2025/05/07
[PULL 20/21] qapi/machine-target.json: fix "in in" typo in comment
,
Michael Tokarev
,
2025/05/07
[PULL 21/21] docs: replace `-hda` with `-drive` & update `root=` kernel parameter
,
Michael Tokarev
,
2025/05/07
[PULL 19/21] hw/display/apple-gfx.m: fix "in in" typo in comment
,
Michael Tokarev
,
2025/05/07
[RFC PATCH] target/arm: allow gdb to read ARM_CP_NORAW regs
,
Alex Bennée
,
2025/05/07
Re: [RFC PATCH] target/arm: allow gdb to read ARM_CP_NORAW regs
,
Peter Maydell
,
2025/05/08
Re: [RFC PATCH] target/arm: allow gdb to read ARM_CP_NORAW regs
,
Alex Bennée
,
2025/05/08
Re: [RFC PATCH] target/arm: allow gdb to read ARM_CP_NORAW regs
,
Peter Maydell
,
2025/05/08
Re: [RFC PATCH] target/arm: allow gdb to read ARM_CP_NORAW regs
,
Alex Bennée
,
2025/05/08
Re: [RFC PATCH] target/arm: allow gdb to read ARM_CP_NORAW regs
,
Peter Maydell
,
2025/05/08
Re: [PATCH v3 1/2] io: Increase unix socket buffers size on macOS
,
Daniel P . Berrangé
,
2025/05/07
Re: [PATCH v3 1/2] io: Increase unix socket buffers size on macOS
,
Nir Soffer
,
2025/05/07
Re: [PATCH v3 1/2] io: Increase unix socket buffers size on macOS
,
Daniel P . Berrangé
,
2025/05/07
The current implementation status of ARM Secure SMMU in QEMU
,
GanDalf LeBron
,
2025/05/07
[PATCH 0/3] migration, ci: Tweaks to migration-compat jobs
,
Fabiano Rosas
,
2025/05/07
[PATCH 2/3] ci: Fix build-previous-qemu when the version tag is absent
,
Fabiano Rosas
,
2025/05/07
Re: [PATCH 2/3] ci: Fix build-previous-qemu when the version tag is absent
,
Peter Xu
,
2025/05/07
Re: [PATCH 2/3] ci: Fix build-previous-qemu when the version tag is absent
,
Fabiano Rosas
,
2025/05/07
[PATCH 1/3] ci: Re-enable python subtests in qtest migration suite
,
Fabiano Rosas
,
2025/05/07
Re: [PATCH 1/3] ci: Re-enable python subtests in qtest migration suite
,
Peter Xu
,
2025/05/07
[PATCH 3/3] ci: Reduce the size of artifacts for build-previous-qemu
,
Fabiano Rosas
,
2025/05/07
Re: [PATCH 3/3] ci: Reduce the size of artifacts for build-previous-qemu
,
Peter Xu
,
2025/05/07
[PATCH v3 00/15] vfio: preparation for vfio-user
,
John Levon
,
2025/05/07
[PATCH v3 02/15] vfio: add vfio_device_unprepare()
,
John Levon
,
2025/05/07
[PATCH v3 01/15] vfio: add vfio_device_prepare()
,
John Levon
,
2025/05/07
[PATCH v3 03/15] vfio: add vfio_attach_device_by_iommu_type()
,
John Levon
,
2025/05/07
[PATCH v3 04/15] vfio: add vfio_device_get_irq_info() helper
,
John Levon
,
2025/05/07
[PATCH v3 05/15] vfio: consistently handle return value for helpers
,
John Levon
,
2025/05/07
[PATCH v3 07/15] vfio: add vfio_pci_config_space_read/write()
,
John Levon
,
2025/05/07
[PATCH v3 06/15] vfio: add strread/writeerror()
,
John Levon
,
2025/05/07
Re: [PATCH v3 06/15] vfio: add strread/writeerror()
,
Cédric Le Goater
,
2025/05/09
[PATCH v3 08/15] vfio: add unmap_all flag to DMA unmap callback
,
John Levon
,
2025/05/07
Re: [PATCH v3 08/15] vfio: add unmap_all flag to DMA unmap callback
,
Cédric Le Goater
,
2025/05/09
[PATCH v3 10/15] vfio: add device IO ops vector
,
John Levon
,
2025/05/07
Re: [PATCH v3 10/15] vfio: add device IO ops vector
,
Cédric Le Goater
,
2025/05/09
[PATCH v3 09/15] vfio: implement unmap all for DMA unmap callbacks
,
John Levon
,
2025/05/07
Re: [PATCH v3 09/15] vfio: implement unmap all for DMA unmap callbacks
,
Cédric Le Goater
,
2025/05/09
[PATCH v3 13/15] vfio: add vfio-pci-base class
,
John Levon
,
2025/05/07
Re: [PATCH v3 13/15] vfio: add vfio-pci-base class
,
Cédric Le Goater
,
2025/05/09
[PATCH v3 12/15] vfio: add read/write to device IO ops vector
,
John Levon
,
2025/05/07
Re: [PATCH v3 12/15] vfio: add read/write to device IO ops vector
,
Cédric Le Goater
,
2025/05/09
Re: [PATCH v3 12/15] vfio: add read/write to device IO ops vector
,
John Levon
,
2025/05/09
[PATCH v3 14/15] vfio/container: pass listener_begin/commit callbacks
,
John Levon
,
2025/05/07
[PATCH v3 15/15] vfio/container: pass MemoryRegion to DMA operations
,
John Levon
,
2025/05/07
Re: [PATCH v3 15/15] vfio/container: pass MemoryRegion to DMA operations
,
Cédric Le Goater
,
2025/05/09
[PATCH v3 11/15] vfio: add region info cache
,
John Levon
,
2025/05/07
Re: [PATCH v3 11/15] vfio: add region info cache
,
Cédric Le Goater
,
2025/05/09
Re: [PATCH v3 00/15] vfio: preparation for vfio-user
,
Cédric Le Goater
,
2025/05/09
Re: [PATCH v3 00/15] vfio: preparation for vfio-user
,
Cédric Le Goater
,
2025/05/09
[PATCH] fpu: Process float_muladd_negate_result after rounding
,
Richard Henderson
,
2025/05/07
Re: [PATCH] fpu: Process float_muladd_negate_result after rounding
,
Philippe Mathieu-Daudé
,
2025/05/07
Re: [PATCH 2/4] target/i386: Use correct type for get_float_exception_flags() values
,
Zhao Liu
,
2025/05/07
Re: [PATCH 1/4] target/i386: Detect flush-to-zero after rounding
,
Zhao Liu
,
2025/05/07
[PATCH] hw/i2c/imx_i2c: Always set interrupt status bit if interrupt condition occurs
,
Bernhard Beschow
,
2025/05/07
Re: [PATCH] hw/i2c/imx_i2c: Always set interrupt status bit if interrupt condition occurs
,
Corey Minyard
,
2025/05/07
Re: [PATCH] hw/i2c/imx_i2c: Always set interrupt status bit if interrupt condition occurs
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH] hw/i2c/imx_i2c: Always set interrupt status bit if interrupt condition occurs
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH] hw/i2c/imx_i2c: Always set interrupt status bit if interrupt condition occurs
,
Peter Maydell
,
2025/05/08
Re: [PATCH v4] target/i386: Fix model number of Zhaoxin YongFeng vCPU template
,
Michael Tokarev
,
2025/05/07
Re: [PATCH v4] target/i386: Fix model number of Zhaoxin YongFeng vCPU template
,
Zhao Liu
,
2025/05/07
Re: [PATCH v4] target/i386: Fix model number of Zhaoxin YongFeng vCPU template
,
Michael Tokarev
,
2025/05/07
[PATCH v1 0/3] hw/arm/aspeed_ast2700-fc: Fix null pointer dereference
,
Steven Lee
,
2025/05/07
[PATCH v1 1/3] hw/arm/aspeed_ast2700-fc: Fix null pointer dereference in ca35 init
,
Steven Lee
,
2025/05/07
Re: [PATCH v1 1/3] hw/arm/aspeed_ast2700-fc: Fix null pointer dereference in ca35 init
,
Cédric Le Goater
,
2025/05/12
RE: [PATCH v1 1/3] hw/arm/aspeed_ast2700-fc: Fix null pointer dereference in ca35 init
,
Steven Lee
,
2025/05/12
[PATCH v1 2/3] hw/arm/aspeed_ast27x0: Fix unimplemented region overlap with vbootrom
,
Steven Lee
,
2025/05/07
Re: [PATCH v1 2/3] hw/arm/aspeed_ast27x0: Fix unimplemented region overlap with vbootrom
,
Cédric Le Goater
,
2025/05/12
[PATCH v1 3/3] docs: Remove ast2700fc from Aspeed family boards
,
Steven Lee
,
2025/05/07
Re: [PATCH v1 3/3] docs: Remove ast2700fc from Aspeed family boards
,
Cédric Le Goater
,
2025/05/12
RE: [PATCH v1 3/3] docs: Remove ast2700fc from Aspeed family boards
,
Steven Lee
,
2025/05/12
[PATCH] crypto: fully drop built-in cipher provider
,
Daniel P . Berrangé
,
2025/05/07
Re: [PATCH] crypto: fully drop built-in cipher provider
,
Alex Bennée
,
2025/05/07
[v2] tests/qtest: Add qtest for NPCM8XX PSPI module
,
Tim Lee
,
2025/05/07
RE: [v2] tests/qtest: Add qtest for NPCM8XX PSPI module
,
address@hidden
,
2025/05/07
Re: [v2] tests/qtest: Add qtest for NPCM8XX PSPI module
,
Peter Maydell
,
2025/05/11
Re: [v2] tests/qtest: Add qtest for NPCM8XX PSPI module
,
Peter Maydell
,
2025/05/11
Re: [v2] tests/qtest: Add qtest for NPCM8XX PSPI module
,
Tim Lee
,
2025/05/11
Re: [v2] tests/qtest: Add qtest for NPCM8XX PSPI module
,
Peter Maydell
,
2025/05/12
[RFC PATCH v2] target/loongarch: Fix incorrect rounding in fnm{add, sub} under certain modes
,
WANG Rui
,
2025/05/07
Re: [RFC PATCH v2] target/loongarch: Fix incorrect rounding in fnm{add,sub} under certain modes
,
Richard Henderson
,
2025/05/07
Re: [RFC PATCH v2] target/loongarch: Fix incorrect rounding in fnm{add,sub} under certain modes
,
WANG Rui
,
2025/05/07
Re: [RFC PATCH v2] target/loongarch: Fix incorrect rounding in fnm{add,sub} under certain modes
,
Richard Henderson
,
2025/05/07
Re: [PATCH v3] tests/qtest/cpu-plug-test: Add cpu hotplug support for LoongArch
,
bibo mao
,
2025/05/07
Re: [PATCH v3] tests/qtest/cpu-plug-test: Add cpu hotplug support for LoongArch
,
Thomas Huth
,
2025/05/07
Re: [PATCH v3] tests/qtest/cpu-plug-test: Add cpu hotplug support for LoongArch
,
Fabiano Rosas
,
2025/05/07
Re: KVM/QEMU Community call 29/04/2025 agenda items?
,
Zhao Liu
,
2025/05/07
Re: KVM/QEMU Community call 29/04/2025 agenda items?
,
Philippe Mathieu-Daudé
,
2025/05/07
Re: KVM/QEMU Community call 29/04/2025 agenda items?
,
Markus Armbruster
,
2025/05/07
Re: KVM/QEMU Community call 29/04/2025 agenda items?
,
Zhao Liu
,
2025/05/08
Re: KVM/QEMU Community call 29/04/2025 agenda items?
,
Markus Armbruster
,
2025/05/08
Re: KVM/QEMU Community call 29/04/2025 agenda items?
,
Daniel P . Berrangé
,
2025/05/08
Re: [RFC PATCH 0/3] single-binary: make QAPI generated files common
,
Markus Armbruster
,
2025/05/07
Re: [RFC PATCH 0/3] single-binary: make QAPI generated files common
,
Daniel P . Berrangé
,
2025/05/07
Re: [RFC PATCH 0/3] single-binary: make QAPI generated files common
,
Pierrick Bouvier
,
2025/05/07
Re: [RFC PATCH 0/3] single-binary: make QAPI generated files common
,
Pierrick Bouvier
,
2025/05/07
Re: [RFC PATCH 0/3] single-binary: make QAPI generated files common
,
Markus Armbruster
,
2025/05/07
Re: [RFC PATCH 0/3] single-binary: make QAPI generated files common
,
Pierrick Bouvier
,
2025/05/07
[PATCH] hw/nvme: fix nvme hotplugging
,
Klaus Jensen
,
2025/05/07
Re: [PATCH] hw/nvme: fix nvme hotplugging
,
Keith Busch
,
2025/05/07
Re: [PATCH] qtest/migration/rdma: Add test for rdma migration with ipv6
,
Zhijian Li (Fujitsu)
,
2025/05/07
[PULL 0/6] Ui patches
,
marcandre . lureau
,
2025/05/07
[PULL 1/6] ui/dmabuf: extend QemuDmaBuf to support multi-plane
,
marcandre . lureau
,
2025/05/07
[PULL 3/6] ui/egl: use DRM_FORMAT_MOD_INVALID as default modifier
,
marcandre . lureau
,
2025/05/07
[PULL 2/6] ui/egl: require EGL_EXT_image_dma_buf_import_modifiers
,
marcandre . lureau
,
2025/05/07
[PULL 4/6] ui/egl: support multi-plane dmabuf when egl export/import
,
marcandre . lureau
,
2025/05/07
[PULL 5/6] ui/dbus: change dbus ScanoutDMABUF interface
,
marcandre . lureau
,
2025/05/07
[PULL 6/6] ui/spice: support multi plane dmabuf scanout
,
marcandre . lureau
,
2025/05/07
Re: [PULL 0/6] Ui patches
,
Stefan Hajnoczi
,
2025/05/10
[PATCH 0/3] ppc/spapr: remove deprecated machines till pseries-4.0
,
Harsh Prateek Bora
,
2025/05/07
[PATCH 1/3] ppc/spapr: remove deprecated machine pseries-3.0
,
Harsh Prateek Bora
,
2025/05/07
Re: [PATCH 1/3] ppc/spapr: remove deprecated machine pseries-3.0
,
Philippe Mathieu-Daudé
,
2025/05/08
[PATCH 3/3] ppc/spapr: remove deprecated machine pseries-4.0
,
Harsh Prateek Bora
,
2025/05/07
Re: [PATCH 3/3] ppc/spapr: remove deprecated machine pseries-4.0
,
Philippe Mathieu-Daudé
,
2025/05/08
[PATCH 2/3] ppc/spapr: remove deprecated machine pseries-3.1
,
Harsh Prateek Bora
,
2025/05/07
Re: [PATCH 2/3] ppc/spapr: remove deprecated machine pseries-3.1
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH 0/3] ppc/spapr: remove deprecated machines till pseries-4.0
,
Cédric Le Goater
,
2025/05/07
[PATCH v4 00/16] hw/intc/loongarch_pch: Cleanup with memory region ops
,
Bibo Mao
,
2025/05/06
[PATCH v4 01/16] hw/intc/loongarch_pch: Modify name of some registers
,
Bibo Mao
,
2025/05/06
[PATCH v4 04/16] hw/intc/loongarch_pch: Set version information at initial stage
,
Bibo Mao
,
2025/05/06
[PATCH v4 05/16] hw/intc/loongarch_pch: Use relative address in MemoryRegionOps
,
Bibo Mao
,
2025/05/06
[PATCH v4 06/16] hw/intc/loongarch_pch: Discard write operation with ISR register
,
Bibo Mao
,
2025/05/06
[PATCH v4 02/16] hw/intc/loongarch_pch: Modify register name PCH_PIC_xxx_OFFSET with PCH_PIC_xxx
,
Bibo Mao
,
2025/05/06
[PATCH v4 03/16] hw/intc/loongarch_pch: Remove some duplicate macro
,
Bibo Mao
,
2025/05/06
[PATCH v4 07/16] hw/intc/loongarch_pch: Use generic read callback for iomem32_low region
,
Bibo Mao
,
2025/05/06
[PATCH v4 09/16] hw/intc/loongarch_pch: Use generic read callback for iomem8 region
,
Bibo Mao
,
2025/05/06
[PATCH v4 10/16] hw/intc/loongarch_pch: Use generic write callback for iomem32_low region
,
Bibo Mao
,
2025/05/06
[PATCH v4 08/16] hw/intc/loongarch_pch: Use generic read callback for iomem32_high region
,
Bibo Mao
,
2025/05/06
[PATCH v4 11/16] hw/intc/loongarch_pch: Use generic write callback for iomem32_high region
,
Bibo Mao
,
2025/05/06
[PATCH v4 12/16] hw/intc/loongarch_pch: Use generic write callback for iomem8 region
,
Bibo Mao
,
2025/05/06
[PATCH v4 13/16] hw/intc/loongarch_pch: Use unified trace event for memory region ops
,
Bibo Mao
,
2025/05/06
[PATCH v4 15/16] hw/intc/loongarch_pch: Set flexible memory access size with iomem region
,
Bibo Mao
,
2025/05/06
[PATCH v4 14/16] hw/intc/loongarch_pch: Rename memory region iomem32_low with iomem
,
Bibo Mao
,
2025/05/06
[PATCH v4 16/16] hw/intc/loongarch_pch: Merge three memory region into one
,
Bibo Mao
,
2025/05/06
Re: [PATCH v4 00/16] hw/intc/loongarch_pch: Cleanup with memory region ops
,
gaosong
,
2025/05/14
Re: [PATCH v8 31/55] i386/cpu: introduce x86_confidential_guest_cpu_instance_init()
,
Xiaoyao Li
,
2025/05/06
[PULL v1 0/2] xen: mapcache: Fixes
,
Edgar E. Iglesias
,
2025/05/06
[PULL v1 1/2] xen: mapcache: Fix finding matching entry
,
Edgar E. Iglesias
,
2025/05/06
[PULL v1 2/2] xen: mapcache: Split mapcache_grants by ro and rw
,
Edgar E. Iglesias
,
2025/05/06
Re: [PULL v1 0/2] xen: mapcache: Fixes
,
Stefan Hajnoczi
,
2025/05/10
[PATCH v4] Support madvise(MADV_DONTDUMP) when creating core dumps for qemu-user
,
Jon Wilson
,
2025/05/06
[PATCH] hw/usb/network: Remove hardcoded 0x40 prefix
,
Stéphane Graber
,
2025/05/06
Re: [PATCH] hw/usb/network: Remove hardcoded 0x40 prefix
,
Daniel P . Berrangé
,
2025/05/07
Re: [PATCH] hw/usb/network: Remove hardcoded 0x40 prefix
,
Peter Maydell
,
2025/05/12
[PATCH v3] Support madvise(MADV_DONTDUMP) when creating core dumps for qemu-user
,
WorksButNotTested
,
2025/05/06
Re: [PATCH v3] Support madvise(MADV_DONTDUMP) when creating core dumps for qemu-user
,
Daniel P . Berrangé
,
2025/05/06
Re: [PATCH v3] Support madvise(MADV_DONTDUMP) when creating core dumps for qemu-user
,
Jon Wilson
,
2025/05/06
[PATCH RFC] target/riscv: Remove tbflag for VILL
,
Ben Dooks
,
2025/05/06
[PATCH v2] util/memfd: allow allocating 0 bytes
,
Elisha Hollander
,
2025/05/06
[PATCH v2] util/memfd: allow allocating 0 bytes
,
Elisha Hollander
,
2025/05/06
Re: [PATCH v2] util/memfd: allow allocating 0 bytes
,
Daniel P . Berrangé
,
2025/05/06
Re: [PATCH v2] util/memfd: allow allocating 0 bytes
,
Elisha Hollander
,
2025/05/06
Re: [PATCH v2] util/memfd: allow allocating 0 bytes
,
Daniel P . Berrangé
,
2025/05/06
Re: [PATCH v2] util/memfd: allow allocating 0 bytes
,
Elisha Hollander
,
2025/05/06
Re: [PATCH v2] util/memfd: allow allocating 0 bytes
,
Daniel P . Berrangé
,
2025/05/07
[PATCH v2] util/memfd: allow allocating 0 bytes
,
Elisha Hollander
,
2025/05/06
Re: [PATCH v2] util/memfd: allow allocating 0 bytes
,
Philippe Mathieu-Daudé
,
2025/05/07
Re: [PATCH v2] util/memfd: allow allocating 0 bytes
,
Elisha Hollander
,
2025/05/07
[PATCH v3 0/5] docs: automated info about machine deprecation/removal info
,
Daniel P . Berrangé
,
2025/05/06
[PATCH v3 2/5] include/hw/boards: cope with dev/rc versions in deprecation checks
,
Daniel P . Berrangé
,
2025/05/06
Re: [PATCH v3 2/5] include/hw/boards: cope with dev/rc versions in deprecation checks
,
Thomas Huth
,
2025/05/08
Re: [PATCH v3 2/5] include/hw/boards: cope with dev/rc versions in deprecation checks
,
Daniel P . Berrangé
,
2025/05/08
Re: [PATCH v3 2/5] include/hw/boards: cope with dev/rc versions in deprecation checks
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v3 2/5] include/hw/boards: cope with dev/rc versions in deprecation checks
,
Daniel P . Berrangé
,
2025/05/08
Re: [PATCH v3 2/5] include/hw/boards: cope with dev/rc versions in deprecation checks
,
Philippe Mathieu-Daudé
,
2025/05/08
[PATCH v3 5/5] include/hw/boards: add warning about changing deprecation logic
,
Daniel P . Berrangé
,
2025/05/06
[PATCH v3 4/5] docs/about/removed-features: auto-generate a note for versioned machine types
,
Daniel P . Berrangé
,
2025/05/06
[PATCH v3 1/5] Revert "include/hw: temporarily disable deletion of versioned machine types"
,
Daniel P . Berrangé
,
2025/05/06
[PATCH v3 3/5] docs/about/deprecated: auto-generate a note for versioned machine types
,
Daniel P . Berrangé
,
2025/05/06
Re: [PATCH v3 0/5] docs: automated info about machine deprecation/removal info
,
Thomas Huth
,
2025/05/06
Re: [PATCH v3 0/5] docs: automated info about machine deprecation/removal info
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v3 0/5] docs: automated info about machine deprecation/removal info
,
Michael S. Tsirkin
,
2025/05/09
Re: [PATCH v3 0/5] docs: automated info about machine deprecation/removal info
,
Michael S. Tsirkin
,
2025/05/11
Re: [PATCH-for-10.0? v2 13/14] hw/arm/virt-acpi: Do not advertise disabled GIC ITS
,
Igor Mammedov
,
2025/05/06
Re: [PATCH-for-10.1 v3 6/9] qtest/bios-tables-test: Whitelist aarch64/virt 'its_off' variant blobs
,
Igor Mammedov
,
2025/05/06
[PULL 00/30] Rust, wasm changes for 2025-05-06
,
Paolo Bonzini
,
2025/05/06
[PULL 03/30] rust: use std::ffi instead of std::os::raw
,
Paolo Bonzini
,
2025/05/06
[PULL 02/30] meson, cargo: require Rust 1.77.0
,
Paolo Bonzini
,
2025/05/06
[PULL 01/30] lcitool: use newer Rust for Debian and Ubuntu
,
Paolo Bonzini
,
2025/05/06
[PULL 04/30] rust: let bilge use "let ... else"
,
Paolo Bonzini
,
2025/05/06
[PULL 05/30] rust: qemu_api_macros: make pattern matching more readable and efficient
,
Paolo Bonzini
,
2025/05/06
[PULL 06/30] rust: use MaybeUninit::zeroed() in const context
,
Paolo Bonzini
,
2025/05/06
[PULL 07/30] rust: qom: fix TODO about zeroability of classes
,
Paolo Bonzini
,
2025/05/06
[PULL 08/30] rust: enable clippy::ptr_cast_constness
,
Paolo Bonzini
,
2025/05/06
[PULL 10/30] rust: replace c_str! with c"" literals
,
Paolo Bonzini
,
2025/05/06
[PULL 09/30] rust: remove offset_of replacement
,
Paolo Bonzini
,
2025/05/06
[PULL 16/30] target/arm/helper.c: Fix type conflict of GLib function pointers
,
Paolo Bonzini
,
2025/05/06
[PULL 11/30] docs: rust: update for newer minimum supported version
,
Paolo Bonzini
,
2025/05/06
[PULL 14/30] ci: run RISC-V cross jobs by default
,
Paolo Bonzini
,
2025/05/06
[PULL 13/30] rust: clippy: enable uninlined_format_args lint
,
Paolo Bonzini
,
2025/05/06
[PULL 15/30] docs: build-system: fix typo
,
Paolo Bonzini
,
2025/05/06
[PULL 24/30] include/qemu/osdep.h: Add Emscripten-specific OS dependencies
,
Paolo Bonzini
,
2025/05/06
[PULL 18/30] target/ppc: Fix type conflict of GLib function pointers
,
Paolo Bonzini
,
2025/05/06
[PULL 26/30] util: exclude mmap-alloc.c from compilation target on Emscripten
,
Paolo Bonzini
,
2025/05/06
[PULL 17/30] target/i386/cpu.c: Fix type conflict of GLib function pointers
,
Paolo Bonzini
,
2025/05/06
[PULL 21/30] util/cacheflush.c: Update cache flushing mechanism for Emscripten
,
Paolo Bonzini
,
2025/05/06
[PULL 30/30] gitlab: Enable CI for wasm build
,
Paolo Bonzini
,
2025/05/06
[PULL 25/30] Disable options unsupported on Emscripten
,
Paolo Bonzini
,
2025/05/06
[PULL 27/30] util: Add coroutine backend for emscripten
,
Paolo Bonzini
,
2025/05/06
[PULL 20/30] include/glib-compat.h: Poison g_list_sort and g_slist_sort
,
Paolo Bonzini
,
2025/05/06
[PULL 22/30] block: Add including of ioctl header for Emscripten build
,
Paolo Bonzini
,
2025/05/06
[PULL 28/30] meson: Add wasm build in build scripts
,
Paolo Bonzini
,
2025/05/06
[PULL 19/30] target/s390x: Fix type conflict of GLib function pointers
,
Paolo Bonzini
,
2025/05/06
[PULL 23/30] block: Fix type conflict of the copy_file_range stub
,
Paolo Bonzini
,
2025/05/06
[PULL 29/30] tests: Add Dockerfile containing dependencies for Emscripten build
,
Paolo Bonzini
,
2025/05/06
[PULL 12/30] target/i386/emulate: fix target_ulong format strings
,
Paolo Bonzini
,
2025/05/06
Re: [PULL 00/30] Rust, wasm changes for 2025-05-06
,
Stefan Hajnoczi
,
2025/05/08
Re: [PULL 00/30] Rust, wasm changes for 2025-05-06
,
Paolo Bonzini
,
2025/05/08
Re: [PULL 00/30] Rust, wasm changes for 2025-05-06
,
Stefan Hajnoczi
,
2025/05/08
Re: [PULL 00/30] Rust, wasm changes for 2025-05-06
,
Thomas Huth
,
2025/05/08
Re: [PULL 00/30] Rust, wasm changes for 2025-05-06
,
Paolo Bonzini
,
2025/05/08
Re: [PULL 00/30] Rust, wasm changes for 2025-05-06
,
Stefan Hajnoczi
,
2025/05/09
[PATCH] target/loongarch: Fix incorrect rounding in fnm{add, sub} under certain modes
,
WANG Rui
,
2025/05/06
Re: [PATCH] target/loongarch: Fix incorrect rounding in fnm{add, sub} under certain modes
,
Richard Henderson
,
2025/05/06
Re: [PATCH] target/loongarch: Fix incorrect rounding in fnm{add, sub} under certain modes
,
Richard Henderson
,
2025/05/06
Re: [PATCH] target/loongarch: Fix incorrect rounding in fnm{add, sub} under certain modes
,
WANG Rui
,
2025/05/06
Re: [PATCH] target/loongarch: Fix incorrect rounding in fnm{add, sub} under certain modes
,
WANG Rui
,
2025/05/06
[PULL 00/32] target-arm queue
,
Peter Maydell
,
2025/05/06
[PULL 03/32] hvf: only update sysreg from owning thread
,
Peter Maydell
,
2025/05/06
[PULL 09/32] hw/arm/virt: Remove VirtMachineClass::no_pmu field
,
Peter Maydell
,
2025/05/06
[PULL 01/32] hw/arm/npcm8xx_boards: Correct valid_cpu_types setting of NPCM8XX SoC
,
Peter Maydell
,
2025/05/06
[PULL 04/32] target/arm/ptw: extract arm_mmu_idx_to_security_space
,
Peter Maydell
,
2025/05/06
[PULL 07/32] target/arm/ptw: fix arm_cpu_get_phys_page_attrs_debug
,
Peter Maydell
,
2025/05/06
[PULL 12/32] hw/arm/virt: Remove VirtMachineClass::no_its field
,
Peter Maydell
,
2025/05/06
[PULL 14/32] hw/arm/virt: Remove VirtMachineClass::claim_edge_triggered_timers field
,
Peter Maydell
,
2025/05/06
[PULL 18/32] hw/arm/virt: Remove VirtMachineClass::smbios_old_sys_ver field
,
Peter Maydell
,
2025/05/06
[PULL 22/32] hw/arm: Attach PSPI module to NPCM8XX SoC
,
Peter Maydell
,
2025/05/06
[PULL 25/32] target/arm/kvm: Drop support for kernels without KVM_ARM_PREFERRED_TARGET
,
Peter Maydell
,
2025/05/06
[PULL 27/32] hw/pci-host/designware: Fix viewport configuration
,
Peter Maydell
,
2025/05/06
[PULL 28/32] hw/gpio/imx_gpio: Fix interpretation of GDIR polarity
,
Peter Maydell
,
2025/05/06
[PULL 31/32] hw/arm/virt: Remove deprecated virt-3.1 machine
,
Peter Maydell
,
2025/05/06
[PULL 32/32] hw/arm/virt: Remove deprecated virt-4.0 machine
,
Peter Maydell
,
2025/05/06
[PULL 02/32] hvf: avoid repeatedly setting trap debug for each cpu
,
Peter Maydell
,
2025/05/06
[PULL 06/32] target/arm/ptw: extract arm_cpu_get_phys_page
,
Peter Maydell
,
2025/05/06
[PULL 13/32] hw/arm/virt: Remove deprecated virt-2.8 machine
,
Peter Maydell
,
2025/05/06
[PULL 30/32] hw/arm/virt: Remove deprecated virt-3.0 machine
,
Peter Maydell
,
2025/05/06
[PULL 05/32] target/arm/ptw: get current security_space for current mmu_idx
,
Peter Maydell
,
2025/05/06
[PULL 10/32] hw/arm/virt: Remove VirtMachineClass::disallow_affinity_adjustment
,
Peter Maydell
,
2025/05/06
[PULL 15/32] hw/arm/virt: Remove deprecated virt-2.9 machine
,
Peter Maydell
,
2025/05/06
[PULL 17/32] hw/arm/virt: Remove deprecated virt-2.11 machine
,
Peter Maydell
,
2025/05/06
[PULL 24/32] docs: Don't define duplicate label in qemu-block-drivers.rst.inc
,
Peter Maydell
,
2025/05/06
[PULL 23/32] target/arm: Don't assert() for ISB/SB inside IT block
,
Peter Maydell
,
2025/05/06
[PULL 26/32] hw/pci-host/designware: Remove unused include
,
Peter Maydell
,
2025/05/06
[PULL 08/32] hw/arm/virt: Remove deprecated virt-2.6 machine
,
Peter Maydell
,
2025/05/06
[PULL 11/32] hw/arm/virt: Remove deprecated virt-2.7 machine
,
Peter Maydell
,
2025/05/06
[PULL 16/32] hw/arm/virt: Remove deprecated virt-2.10 machine
,
Peter Maydell
,
2025/05/06
[PULL 19/32] hw/arm/virt: Remove deprecated virt-2.12 machine
,
Peter Maydell
,
2025/05/06
[PULL 20/32] hw/arm/virt: Remove VirtMachineClass::no_highmem_ecam field
,
Peter Maydell
,
2025/05/06
[PULL 21/32] tests/functional: Add test for imx8mp-evk board with USDHC coverage
,
Peter Maydell
,
2025/05/06
[PULL 29/32] hw/arm/virt: Update comment about Multiprocessor Affinity Register
,
Peter Maydell
,
2025/05/06
Re: [PULL 00/32] target-arm queue
,
Stefan Hajnoczi
,
2025/05/07
Re: [PULL 00/32] target-arm queue
,
Philippe Mathieu-Daudé
,
2025/05/07
Re: [PULL 00/32] target-arm queue
,
Philippe Mathieu-Daudé
,
2025/05/07
Re: [PULL 00/32] target-arm queue
,
Stefan Hajnoczi
,
2025/05/07
[PATCH v3 00/19] hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
,
Philippe Mathieu-Daudé
,
2025/05/06
[PATCH v3 01/19] hw/i386/pc: Remove deprecated pc-q35-2.4 and pc-i440fx-2.4 machines
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v3 01/19] hw/i386/pc: Remove deprecated pc-q35-2.4 and pc-i440fx-2.4 machines
,
Zhao Liu
,
2025/05/06
[PATCH v3 03/19] hw/i386/pc: Remove pc_compat_2_4[] array
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v3 03/19] hw/i386/pc: Remove pc_compat_2_4[] array
,
Zhao Liu
,
2025/05/06
[PATCH v3 02/19] hw/i386/pc: Remove PCMachineClass::broken_reserved_end field
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v3 02/19] hw/i386/pc: Remove PCMachineClass::broken_reserved_end field
,
Zhao Liu
,
2025/05/06
[PATCH v3 04/19] target/i386/cpu: Remove X86CPU::check_cpuid field
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v3 04/19] target/i386/cpu: Remove X86CPU::check_cpuid field
,
Zhao Liu
,
2025/05/06
[PATCH v3 09/19] hw/i386/pc: Remove deprecated pc-q35-2.5 and pc-i440fx-2.5 machines
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v3 09/19] hw/i386/pc: Remove deprecated pc-q35-2.5 and pc-i440fx-2.5 machines
,
Zhao Liu
,
2025/05/06
[PATCH v3 06/19] hw/net/e1000: Remove unused E1000_FLAG_MAC flag
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v3 06/19] hw/net/e1000: Remove unused E1000_FLAG_MAC flag
,
Zhao Liu
,
2025/05/06
Re: [PATCH v3 06/19] hw/net/e1000: Remove unused E1000_FLAG_MAC flag
,
Thomas Huth
,
2025/05/12
Re: [PATCH v3 06/19] hw/net/e1000: Remove unused E1000_FLAG_MAC flag
,
Philippe Mathieu-Daudé
,
2025/05/12
[PATCH v3 07/19] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_MIGRATE_EXTRA definition
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v3 07/19] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_MIGRATE_EXTRA definition
,
Zhao Liu
,
2025/05/06
[PATCH v3 16/19] hw/scsi/vmw_pvscsi: Convert DeviceRealize -> InstanceInit
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v3 16/19] hw/scsi/vmw_pvscsi: Convert DeviceRealize -> InstanceInit
,
Zhao Liu
,
2025/05/07
[PATCH v3 08/19] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_DISABLE_PCIE definition
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v3 08/19] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_DISABLE_PCIE definition
,
Zhao Liu
,
2025/05/06
[PATCH v3 12/19] hw/core/machine: Remove hw_compat_2_5[] array
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v3 12/19] hw/core/machine: Remove hw_compat_2_5[] array
,
Zhao Liu
,
2025/05/06
[PATCH v3 14/19] hw/scsi/vmw_pvscsi: Remove PVSCSI_COMPAT_OLD_PCI_CONFIGURATION definition
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v3 14/19] hw/scsi/vmw_pvscsi: Remove PVSCSI_COMPAT_OLD_PCI_CONFIGURATION definition
,
Zhao Liu
,
2025/05/07
[PATCH v3 15/19] hw/scsi/vmw_pvscsi: Remove PVSCSI_COMPAT_DISABLE_PCIE_BIT definition
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v3 15/19] hw/scsi/vmw_pvscsi: Remove PVSCSI_COMPAT_DISABLE_PCIE_BIT definition
,
Zhao Liu
,
2025/05/07
[PATCH v3 17/19] hw/net/vmxnet3: Remove VMXNET3_COMPAT_FLAG_OLD_MSI_OFFSETS definition
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v3 17/19] hw/net/vmxnet3: Remove VMXNET3_COMPAT_FLAG_OLD_MSI_OFFSETS definition
,
Zhao Liu
,
2025/05/07
[PATCH v3 11/19] hw/nvram/fw_cfg: Remove legacy FW_CFG_ORDER_OVERRIDE
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v3 11/19] hw/nvram/fw_cfg: Remove legacy FW_CFG_ORDER_OVERRIDE
,
Zhao Liu
,
2025/05/06
[PATCH v3 19/19] hw/net/vmxnet3: Merge DeviceRealize in InstanceInit
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v3 19/19] hw/net/vmxnet3: Merge DeviceRealize in InstanceInit
,
Zhao Liu
,
2025/05/07
[PATCH v3 05/19] hw/core/machine: Remove hw_compat_2_4[] array
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v3 05/19] hw/core/machine: Remove hw_compat_2_4[] array
,
Zhao Liu
,
2025/05/06
[PATCH v3 10/19] hw/i386/x86: Remove X86MachineClass::save_tsc_khz field
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v3 10/19] hw/i386/x86: Remove X86MachineClass::save_tsc_khz field
,
Zhao Liu
,
2025/05/06
[PATCH v3 13/19] hw/block/fdc-isa: Remove 'fallback' property
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v3 13/19] hw/block/fdc-isa: Remove 'fallback' property
,
Zhao Liu
,
2025/05/07
[PATCH v3 18/19] hw/net/vmxnet3: Remove VMXNET3_COMPAT_FLAG_DISABLE_PCIE definition
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v3 18/19] hw/net/vmxnet3: Remove VMXNET3_COMPAT_FLAG_DISABLE_PCIE definition
,
Zhao Liu
,
2025/05/07
Re: [PATCH v3 00/19] hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
,
Thomas Huth
,
2025/05/09
Re: [PATCH v3 00/19] hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
,
Philippe Mathieu-Daudé
,
2025/05/12
Re: [PATCH v3 00/19] hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
,
Thomas Huth
,
2025/05/12
[PULL 00/22] Misc HW patches for 2025-05-06
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 01/22] bsd-user: add option to enable plugins
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 02/22] qom: Factor qom_resolve_path() out
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 03/22] qom/object: Fix typo in comment
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 04/22] target/migration: Inline VMSTATE_CPU()
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 05/22] target/i386/hvf: Include missing 'exec/target_page.h' header
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PULL 05/22] target/i386/hvf: Include missing 'exec/target_page.h' header
,
Wei Liu
,
2025/05/07
Re: [PULL 05/22] target/i386/hvf: Include missing 'exec/target_page.h' header
,
Philippe Mathieu-Daudé
,
2025/05/07
Re: [PULL 05/22] target/i386/hvf: Include missing 'exec/target_page.h' header
,
Wei Liu
,
2025/05/07
[PULL 06/22] system/hvf: Avoid including 'cpu.h'
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 07/22] system/hvf: Expose hvf_enabled() to common code
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 08/22] hw/hyperv/hv-balloon-stub: common compilation unit
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 09/22] hw/hyperv/hyperv.h: header cleanup
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 10/22] hw/hyperv/vmbus: common compilation unit
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 12/22] hw/hyperv/balloon: common balloon compilation units
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 11/22] hw/hyperv/syndbg: common compilation unit
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 13/22] hw/hyperv/hyperv_testdev: common compilation unit
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 15/22] hw/core/machine: Fix indentation
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 16/22] hw/pci/pcie_port: Fix pcie_slot_is_hotpluggbale_bus typo
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 18/22] hw/i386/acpi-build: Fix build_append_notfication_callback typo
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 14/22] hw/hyperv/hyperv: common compilation unit
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 17/22] hw/acpi/ged: Fix wrong identation
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 20/22] hw/i386/acpi-build: Fix typo and grammar in comment
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 21/22] hw/acpi/pcihp: Fix typo in function name
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 22/22] hw/isa/ich9: Remove stray empty comment
,
Philippe Mathieu-Daudé
,
2025/05/06
[PULL 19/22] hw/i386/acpi-build: Update document reference
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH] alsaaudio: Set try-poll to false by default
,
BALATON Zoltan
,
2025/05/06
Re: [PATCH] alsaaudio: Set try-poll to false by default
,
Christian Schoenebeck
,
2025/05/07
Re: [PATCH] alsaaudio: Set try-poll to false by default
,
BALATON Zoltan
,
2025/05/07
Re: [PATCH] alsaaudio: Set try-poll to false by default
,
BALATON Zoltan
,
2025/05/15
Re: [PATCH V1 1/6] qom: qom_resolve_path
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [RFC PATCH-for-10.1 26/39] system/hvf: Avoid including 'cpu.h'
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [RFC PATCH-for-10.1 26/39] system/hvf: Avoid including 'cpu.h'
,
Pierrick Bouvier
,
2025/05/06
[PATCH v2] qemu-img: fix offset calculation in bench
,
gerben
,
2025/05/06
[PATCH] qcow2: add check for correctness of refcounts
,
gerben
,
2025/05/06
Re: [PULL 0/9] Misc patches (s390x, build env, clean-ups)
,
Stefan Hajnoczi
,
2025/05/06
Re: [RFC PATCH] qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [RFC PATCH] qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
,
Zhao Liu
,
2025/05/06
Re: [RFC PATCH] qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
,
Markus Armbruster
,
2025/05/07
Re: [RFC PATCH] qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
,
Philippe Mathieu-Daudé
,
2025/05/07
Re: [RFC PATCH] qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
,
Markus Armbruster
,
2025/05/08
[PATCH] docs: build-system: fix typo
,
Paolo Bonzini
,
2025/05/06
Re: [PATCH] docs: build-system: fix typo
,
Peter Maydell
,
2025/05/06
Re: [PATCH 13/21] hw/arm/beckhoff_CX7200: Remove second SD controller
,
Peter Maydell
,
2025/05/06
[PATCH 0/1] Add RISCV ZALASR Extension
,
Roan Richmond
,
2025/05/06
[PATCH 1/1] Add RISCV ZALASR extension
,
Roan Richmond
,
2025/05/06
Re: [PATCH 0/4] hw/arm: Remove deprecated virt-3.0 up to virt-4.0 machines
,
Peter Maydell
,
2025/05/06
[PATCH v2 00/14] Maintainer updates for May (testing, plugins, virtio-gpu)
,
Alex Bennée
,
2025/05/06
[PATCH v2 04/14] Running with --enable-ubsan leads to a qtest failure
,
Alex Bennée
,
2025/05/06
Re: [PATCH v2 04/14] Running with --enable-ubsan leads to a qtest failure
,
Akihiko Odaki
,
2025/05/10
[PATCH v2 01/14] tests/docker: expose $HOME/.cache/qemu as docker volume
,
Alex Bennée
,
2025/05/06
[PATCH v2 03/14] tests/tcg: make aarch64 boot.S handle different starting modes
,
Alex Bennée
,
2025/05/06
Re: [PATCH v2 03/14] tests/tcg: make aarch64 boot.S handle different starting modes
,
Akihiko Odaki
,
2025/05/10
Re: [PATCH v2 03/14] tests/tcg: make aarch64 boot.S handle different starting modes
,
Alex Bennée
,
2025/05/14
[PATCH v2 02/14] gitlab: disable debug info on CI builds
,
Alex Bennée
,
2025/05/06
[PATCH v2 08/14] MAINTAINERS: add Akihiko and Dmitry as reviewers
,
Alex Bennée
,
2025/05/06
[PATCH v2 06/14] contrib/plugins: allow setting of instructions per quantum
,
Alex Bennée
,
2025/05/06
Re: [PATCH v2 06/14] contrib/plugins: allow setting of instructions per quantum
,
Akihiko Odaki
,
2025/05/10
[PATCH v2 05/14] contrib/plugins: add a scaling factor to the ips arg
,
Alex Bennée
,
2025/05/06
Re: [PATCH v2 05/14] contrib/plugins: add a scaling factor to the ips arg
,
Akihiko Odaki
,
2025/05/10
[PATCH v2 10/14] virtio-gpu: fix hang under TCG when unmapping blob
,
Alex Bennée
,
2025/05/06
[PATCH v2 07/14] MAINTAINERS: add myself to virtio-gpu for Odd Fixes
,
Alex Bennée
,
2025/05/06
[PATCH v2 09/14] hw/display: re-arrange memory region tracking
,
Alex Bennée
,
2025/05/06
[PATCH v2 12/14] ui/gtk-gl-area: Remove extra draw call in refresh
,
Alex Bennée
,
2025/05/06
Re: [PATCH v2 12/14] ui/gtk-gl-area: Remove extra draw call in refresh
,
Akihiko Odaki
,
2025/05/10
Re: [PATCH v2 12/14] ui/gtk-gl-area: Remove extra draw call in refresh
,
Dmitry Osipenko
,
2025/05/10
Re: [PATCH v2 12/14] ui/gtk-gl-area: Remove extra draw call in refresh
,
Akihiko Odaki
,
2025/05/11
RE: [PATCH v2 12/14] ui/gtk-gl-area: Remove extra draw call in refresh
,
Kim, Dongwon
,
2025/05/12
[PATCH v2 11/14] virtio-gpu: refactor async blob unmapping
,
Alex Bennée
,
2025/05/06
[PATCH v2 13/14] docs: Create a uniquelabel Sphinx extension
,
Alex Bennée
,
2025/05/06
[PATCH v2 14/14] docs: Use uniquelabel in qemu-block-drivers.rst.inc
,
Alex Bennée
,
2025/05/06
Re: [PATCH v8 46/55] i386/tdx: Add supported CPUID bits related to TD Attributes
,
Zhao Liu
,
2025/05/06
Re: [PATCH v8 46/55] i386/tdx: Add supported CPUID bits related to TD Attributes
,
Xiaoyao Li
,
2025/05/08
Re: [PATCH v8 48/55] i386/tdx: Add XFD to supported bit of TDX
,
Zhao Liu
,
2025/05/06
Re: [PATCH v2] ui/gtk-gl-area: Remove extra draw call in refresh
,
Alex Bennée
,
2025/05/06
Re: [PATCH for-10.1 00/10] Support vdagent migration
,
Marc-André Lureau
,
2025/05/06
[PATCH v6 00/14] arm: rework id register storage
,
Cornelia Huck
,
2025/05/06
[PATCH v6 01/14] arm/cpu: Add sysreg definitions in cpu-sysregs.h
,
Cornelia Huck
,
2025/05/06
[PATCH v6 03/14] arm/cpu: Store aa64isar1/2 into the idregs array
,
Cornelia Huck
,
2025/05/06
[PATCH v6 02/14] arm/cpu: Store aa64isar0/aa64zfr0 into the idregs arrays
,
Cornelia Huck
,
2025/05/06
Re: [PATCH v6 02/14] arm/cpu: Store aa64isar0/aa64zfr0 into the idregs arrays
,
Daniel P . Berrangé
,
2025/05/13
Re: [PATCH v6 02/14] arm/cpu: Store aa64isar0/aa64zfr0 into the idregs arrays
,
Cornelia Huck
,
2025/05/14
[PATCH v6 04/14] arm/cpu: Store aa64pfr0/1 into the idregs array
,
Cornelia Huck
,
2025/05/06
[PATCH v6 07/14] arm/cpu: Store aa64smfr0 into the idregs array
,
Cornelia Huck
,
2025/05/06
[PATCH v6 05/14] arm/cpu: Store aa64mmfr0-3 into the idregs array
,
Cornelia Huck
,
2025/05/06
[PATCH v6 06/14] arm/cpu: Store aa64dfr0/1 into the idregs array
,
Cornelia Huck
,
2025/05/06
[PATCH v6 08/14] arm/cpu: Store id_isar0-7 into the idregs array
,
Cornelia Huck
,
2025/05/06
[PATCH v6 09/14] arm/cpu: Store id_pfr0/1/2 into the idregs array
,
Cornelia Huck
,
2025/05/06
[PATCH v6 10/14] arm/cpu: Store id_dfr0/1 into the idregs array
,
Cornelia Huck
,
2025/05/06
[PATCH v6 11/14] arm/cpu: Store id_mmfr0-5 into the idregs array
,
Cornelia Huck
,
2025/05/06
[PATCH v6 12/14] arm/cpu: Add sysreg generation scripts
,
Cornelia Huck
,
2025/05/06
Re: [PATCH v6 12/14] arm/cpu: Add sysreg generation scripts
,
Daniel P . Berrangé
,
2025/05/13
Re: [PATCH v6 12/14] arm/cpu: Add sysreg generation scripts
,
Cornelia Huck
,
2025/05/14
Re: [PATCH v6 12/14] arm/cpu: Add sysreg generation scripts
,
Eric Auger
,
2025/05/14
Re: [PATCH v6 12/14] arm/cpu: Add sysreg generation scripts
,
Daniel P . Berrangé
,
2025/05/14
[PATCH v6 13/14] arm/cpu: switch to a generated cpu-sysregs.h.inc
,
Cornelia Huck
,
2025/05/06
[PATCH v6 14/14] arm/kvm: use fd instead of fdarray[2]
,
Cornelia Huck
,
2025/05/06
Re: [PATCH v6 14/14] arm/kvm: use fd instead of fdarray[2]
,
Eric Auger
,
2025/05/13
Re: [PATCH v6 00/14] arm: rework id register storage
,
Eric Auger
,
2025/05/13
Re: [PATCH v6 00/14] arm: rework id register storage
,
Cornelia Huck
,
2025/05/13
[[PATCH V3] hw/loongarch/boot: Adjust the loading position of the initrd
,
Xianglai Li
,
2025/05/06
Re: [[PATCH V3] hw/loongarch/boot: Adjust the loading position of the initrd
,
bibo mao
,
2025/05/06
Re: [PATCH] acpi: Set maximum size to 64k for "etc/acpi/rsdp" blob
,
Dongli Zhang
,
2025/05/06
[PATCH v2 0/9] s390x: Remove deprecated machine types up to v4.0
,
Thomas Huth
,
2025/05/06
[PATCH v2 1/9] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.10 machine type
,
Thomas Huth
,
2025/05/06
Re: [PATCH v2 1/9] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.10 machine type
,
Philippe Mathieu-Daudé
,
2025/05/06
[PATCH v2 2/9] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.11 machine type
,
Thomas Huth
,
2025/05/06
Re: [PATCH v2 2/9] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.11 machine type
,
Philippe Mathieu-Daudé
,
2025/05/06
[PATCH v2 3/9] hw/s390x/event-facility: Remove the obsolete "allow_all_mask_sizes" code
,
Thomas Huth
,
2025/05/06
Re: [PATCH v2 3/9] hw/s390x/event-facility: Remove the obsolete "allow_all_mask_sizes" code
,
Philippe Mathieu-Daudé
,
2025/05/06
[PATCH v2 4/9] target/s390x: Rename the qemu_V2_11 feature set to qemu_MIN
,
Thomas Huth
,
2025/05/06
Re: [PATCH v2 4/9] target/s390x: Rename the qemu_V2_11 feature set to qemu_MIN
,
Philippe Mathieu-Daudé
,
2025/05/06
[PATCH v2 5/9] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.12 machine type
,
Thomas Huth
,
2025/05/06
Re: [PATCH v2 5/9] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.12 machine type
,
Philippe Mathieu-Daudé
,
2025/05/06
[PATCH v2 6/9] hw/s390x/s390-virtio-ccw: Remove the deprecated 3.0 machine type
,
Thomas Huth
,
2025/05/06
Re: [PATCH v2 6/9] hw/s390x/s390-virtio-ccw: Remove the deprecated 3.0 machine type
,
Philippe Mathieu-Daudé
,
2025/05/06
[PATCH v2 7/9] hw/s390x: Remove the obsolete hpage_1m_allowed switch
,
Thomas Huth
,
2025/05/06
[PATCH v2 8/9] hw/s390x/s390-virtio-ccw: Remove the deprecated 3.1 machine type
,
Thomas Huth
,
2025/05/06
Re: [PATCH v2 8/9] hw/s390x/s390-virtio-ccw: Remove the deprecated 3.1 machine type
,
Philippe Mathieu-Daudé
,
2025/05/06
[PATCH v2 9/9] hw/s390x/s390-virtio-ccw: Remove the deprecated 4.0 machine type
,
Thomas Huth
,
2025/05/06
Re: [PATCH v2 9/9] hw/s390x/s390-virtio-ccw: Remove the deprecated 4.0 machine type
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH v2 0/9] s390x: Remove deprecated machine types up to v4.0
,
Eric Farman
,
2025/05/13
RE: [PATCH v1 09/22] hw/misc/aspeed_hace: Ensure HASH_IRQ is always set to prevent firmware hang
,
Jamin Lin
,
2025/05/06
Re: [PATCH v5 0/2] intel_iommu: Fix locking issues
,
CLEMENT MATHIEU--DRIF
,
2025/05/06
RE: [PATCH v5 0/2] intel_iommu: Fix locking issues
,
Duan, Zhenzhong
,
2025/05/06
[PATCH] ppc/spapr: init lrdr-capapcity phys with ram size if maxmem not provided
,
Harsh Prateek Bora
,
2025/05/06
[PULL 0/8] loongarch-to-apply queue
,
Bibo Mao
,
2025/05/05
[PULL 3/8] hw/intc/loongarch_extioi: Replace legacy reset callback with new api
,
Bibo Mao
,
2025/05/05
[PULL 7/8] hw/loongarch/virt: Replace RSDT with XSDT table
,
Bibo Mao
,
2025/05/05
[PULL 5/8] hw/intc/loongarch_pch: Replace legacy reset callback with new api
,
Bibo Mao
,
2025/05/05
[PULL 2/8] hw/intc/loongarch_extioi: Add reset support
,
Bibo Mao
,
2025/05/05
[PULL 6/8] hw/loongarch/virt: Get physical entry address with elf file
,
Bibo Mao
,
2025/05/05
[PULL 4/8] hw/intc/loongarch_pch: Add reset support
,
Bibo Mao
,
2025/05/05
[PULL 8/8] hw/loongarch/virt: Allow user to customize OEM ID and OEM table ID
,
Bibo Mao
,
2025/05/05
[PULL 1/8] hw/intc/loongarch_ipi: Add reset support
,
Bibo Mao
,
2025/05/05
Re: [PULL 0/8] loongarch-to-apply queue
,
Stefan Hajnoczi
,
2025/05/07
Re: [RFC 09/24] hw/pci-host/gpex-acpi: Propagate hotplug type info from virt machine downto gpex
,
Gustavo Romero
,
2025/05/05
Re: [RFC 08/24] hw/pci-host/gpex-acpi: Split host bridge OSC and DSM generation
,
Gustavo Romero
,
2025/05/05
Re: [RFC 07/24] hw/pci-host/gpex-acpi: Add native_pci_hotplug arg to acpi_dsdt_add_pci_osc
,
Gustavo Romero
,
2025/05/05
Re: [RFC 07/24] hw/pci-host/gpex-acpi: Add native_pci_hotplug arg to acpi_dsdt_add_pci_osc
,
Eric Auger
,
2025/05/06
Re: [RFC 06/24] hw/acpi: Rename and move build_x86_acpi_pci_hotplug to pcihp
,
Gustavo Romero
,
2025/05/05
Re: [RFC 06/24] hw/acpi: Rename and move build_x86_acpi_pci_hotplug to pcihp
,
Eric Auger
,
2025/05/06
Re: [RFC 05/24] hw/arm/virt: Introduce machine state acpi pcihp flags and props
,
Gustavo Romero
,
2025/05/05
Re: [RFC 05/24] hw/arm/virt: Introduce machine state acpi pcihp flags and props
,
Eric Auger
,
2025/05/06
Re: [RFC 03/24] hw/i386/acpi-build: Fix build_append_notfication_callback typo
,
Gustavo Romero
,
2025/05/05
Re: [RFC 02/24] hw/acpi/ged: Fix wrong identation
,
Gustavo Romero
,
2025/05/05
Re: [RFC 01/24] hw/pci/pcie_port: Fix pcie_slot_is_hotpluggbale_bus typo
,
Gustavo Romero
,
2025/05/05
[PATCH v6 00/50] single-binary: compile target/arm twice
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 01/50] target/arm: Replace target_ulong -> vaddr for HWBreakpoint
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 02/50] include/system/hvf: missing vaddr include
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 03/50] meson: add common libs for target and target_system
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 05/50] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 09/50] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 04/50] meson: apply target config for picking files from libsystem and libuser
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 06/50] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 07/50] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 08/50] accel/hvf: add hvf_enabled() for common code
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 11/50] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 10/50] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 13/50] target/arm/cpu32-stubs.c: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 14/50] tcg: add vaddr type for helpers
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 12/50] target/arm/cpu: compile file twice (user, system) only
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 15/50] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 22/50] target/arm/helper: replace target_ulong by vaddr
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 21/50] target/arm/helper: restrict include to common helpers
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 16/50] target/arm/helper: use vaddr instead of target_ulong for probe_access
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 19/50] target/arm/debug_helper: remove target_ulong
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 18/50] target/arm/debug_helper: only include common helpers
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 17/50] target/arm/helper: extract common helpers
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 20/50] target/arm/debug_helper: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 23/50] target/arm/helper: expose aarch64 cpu registration
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 24/50] target/arm/helper: remove remaining TARGET_AARCH64
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 25/50] target/arm/helper: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 29/50] target/arm/arm-powerctl: compile file once (system)
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 26/50] target/arm/vfp_fpscr: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 30/50] target/arm/cortex-regs: compile file once (system)
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 31/50] target/arm/ptw: replace target_ulong with int64_t
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 32/50] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 34/50] target/arm/meson: accelerator files are not needed in user mode
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 36/50] target/arm/machine: reduce migration include to avoid target specific definitions
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 37/50] target/arm/machine: remove TARGET_AARCH64 from migration state
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 39/50] target/arm/kvm-stub: add missing stubs
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 27/50] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 28/50] target/arm/arch_dump: compile file once (system)
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 33/50] target/arm/ptw: compile file once (system)
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 35/50] target/arm/kvm-stub: compile file once (system)
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 38/50] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 40/50] target/arm/machine: compile file once (system)
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 42/50] target/arm/tcg/crypto_helper: compile file once
,
Pierrick Bouvier
,
2025/05/05
Re: [PATCH v6 42/50] target/arm/tcg/crypto_helper: compile file once
,
Richard Henderson
,
2025/05/06
[PATCH v6 46/50] target/arm/tcg/tlb_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 49/50] target/arm/tcg/arith_helper: compile file once
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 44/50] target/arm/tcg/iwmmxt_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 43/50] target/arm/tcg/hflags: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 45/50] target/arm/tcg/neon_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 47/50] target/arm/helper: restrict define_tlb_insn_regs to system target
,
Pierrick Bouvier
,
2025/05/05
Re: [PATCH v6 47/50] target/arm/helper: restrict define_tlb_insn_regs to system target
,
Richard Henderson
,
2025/05/06
[PATCH v6 41/50] target/arm/tcg/vec_internal: use forward declaration for CPUARMState
,
Pierrick Bouvier
,
2025/05/05
Re: [PATCH v6 41/50] target/arm/tcg/vec_internal: use forward declaration for CPUARMState
,
Richard Henderson
,
2025/05/06
[PATCH v6 48/50] target/arm/tcg/tlb-insns: compile file once (system)
,
Pierrick Bouvier
,
2025/05/05
[PATCH v6 50/50] target/arm/tcg/vfp_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/05
Re: [PATCH v6 50/50] target/arm/tcg/vfp_helper: compile file twice (system, user)
,
Richard Henderson
,
2025/05/06
Re: [PATCH v6 00/50] single-binary: compile target/arm twice
,
Pierrick Bouvier
,
2025/05/05
Re: [PATCH] Drop support for Python 3.8
,
John Snow
,
2025/05/05
Re: [PATCH] Drop support for Python 3.8
,
Paolo Bonzini
,
2025/05/06
Re: [PATCH] Drop support for Python 3.8
,
Thomas Huth
,
2025/05/06
Re: [PATCH] Drop support for Python 3.8
,
John Snow
,
2025/05/06
Re: [PATCH] Drop support for Python 3.8
,
Markus Armbruster
,
2025/05/07
Re: [PATCH 0/2] hw/riscv/virt.c: change default CPU to 'max'
,
Daniel Henrique Barboza
,
2025/05/05
[PATCH] system/physmem: Fix UBSan finding in address_space_write_rom_internal
,
Joe Komlodi
,
2025/05/05
Re: [PATCH] system/physmem: Fix UBSan finding in address_space_write_rom_internal
,
Peter Xu
,
2025/05/06
Re: [PATCH] system/physmem: Fix UBSan finding in address_space_write_rom_internal
,
Peter Maydell
,
2025/05/06
Re: [PATCH] system/physmem: Fix UBSan finding in address_space_write_rom_internal
,
Peter Xu
,
2025/05/09
Re: [PATCH] system/physmem: Fix UBSan finding in address_space_write_rom_internal
,
Peter Xu
,
2025/05/14
Re: [PATCH 1/2] migration/multifd: Fix received packets tracepoint
,
Peter Xu
,
2025/05/05
Re: [PATCH 1/2] migration/multifd: Fix received packets tracepoint
,
Fabiano Rosas
,
2025/05/05
Re: [PATCH 1/2] migration/multifd: Fix received packets tracepoint
,
Peter Xu
,
2025/05/06
Re: [PATCH 2/2] migration: Trivial cleanups for postcopy
,
Peter Xu
,
2025/05/05
[PATCH 00/20] tcg/optimize: Track and use known 1's
,
Richard Henderson
,
2025/05/05
[PATCH 08/20] tcg/optimize: Build and use z_bits and o_bits in fold_not
,
Richard Henderson
,
2025/05/05
[PATCH 07/20] tcg/optimize: Build and use z_bits and o_bits in fold_nor
,
Richard Henderson
,
2025/05/05
[PATCH 06/20] tcg/optimize: Build and use z_bits and o_bits in fold_nand
,
Richard Henderson
,
2025/05/05
[PATCH 02/20] tcg/optimize: Add one's mask to TempOptInfo
,
Richard Henderson
,
2025/05/05
Re: [PATCH 02/20] tcg/optimize: Add one's mask to TempOptInfo
,
Paolo Bonzini
,
2025/05/06
Re: [PATCH 02/20] tcg/optimize: Add one's mask to TempOptInfo
,
Richard Henderson
,
2025/05/06
[PATCH 04/20] tcg/optimize: Build and use o_bits in fold_andc
,
Richard Henderson
,
2025/05/05
[PATCH 03/20] tcg/optimize: Build and use o_bits in fold_and
,
Richard Henderson
,
2025/05/05
[PATCH 10/20] tcg/optimize: Build and use zero, one and affected bits in fold_orc
,
Richard Henderson
,
2025/05/05
[PATCH 15/20] tcg/optimize: Build and use z_bits and o_bits in fold_extract2
,
Richard Henderson
,
2025/05/05
Re: [PATCH 15/20] tcg/optimize: Build and use z_bits and o_bits in fold_extract2
,
Paolo Bonzini
,
2025/05/06
Re: [PATCH 15/20] tcg/optimize: Build and use z_bits and o_bits in fold_extract2
,
Richard Henderson
,
2025/05/06
[PATCH 11/20] tcg/optimize: Build and use o_bits in fold_xor
,
Richard Henderson
,
2025/05/05
[PATCH 05/20] tcg/optimize: Build and use z_bits and o_bits in fold_eqv
,
Richard Henderson
,
2025/05/05
[PATCH 01/20] tcg/optimize: Introduce arg_const_val
,
Richard Henderson
,
2025/05/05
[PATCH 09/20] tcg/optimize: Build and use one and affected bits in fold_or
,
Richard Henderson
,
2025/05/05
[PATCH 16/20] tcg/optimize: Build and use o_bits in fold_exts
,
Richard Henderson
,
2025/05/05
[PATCH 12/20] tcg/optimize: Build and use o_bits in fold_bswap
,
Richard Henderson
,
2025/05/05
[PATCH 13/20] tcg/optimize: Build and use o_bits in fold_deposit
,
Richard Henderson
,
2025/05/05
[PATCH 14/20] tcg/optimize: Build and use o_bits in fold_extract
,
Richard Henderson
,
2025/05/05
[PATCH 17/20] tcg/optimize: Build and use o_bits in fold_extu
,
Richard Henderson
,
2025/05/05
[PATCH 20/20] tcg/optimize: Build and use o_bits in fold_shift
,
Richard Henderson
,
2025/05/05
[PATCH 18/20] tcg/optimize: Build and use o_bits in fold_movcond
,
Richard Henderson
,
2025/05/05
[PATCH 19/20] tcg/optimize: Build and use o_bits in fold_sextract
,
Richard Henderson
,
2025/05/05
[PULL v2 00/59] tcg patch queue
,
Richard Henderson
,
2025/05/05
[PULL v2 48/59] accel/tcg: Use vaddr in cpu_loop.h
,
Richard Henderson
,
2025/05/05
Re: [PULL v2 00/59] tcg patch queue
,
Stefan Hajnoczi
,
2025/05/07
Re: [PATCH v9 0/7] Allow to enable multifd and postcopy migration together
,
Fabiano Rosas
,
2025/05/05
Re: [PATCH v9 0/7] Allow to enable multifd and postcopy migration together
,
Prasad Pandit
,
2025/05/06
Re: [PATCH v9 0/7] Allow to enable multifd and postcopy migration together
,
Fabiano Rosas
,
2025/05/05
Re: [PATCH v9 0/7] Allow to enable multifd and postcopy migration together
,
Prasad Pandit
,
2025/05/06
Re: [PATCH v9 0/7] Allow to enable multifd and postcopy migration together
,
Fabiano Rosas
,
2025/05/06
Re: [PATCH] bsd-user: add option to enable plugins
,
Pierrick Bouvier
,
2025/05/05
Re: [PATCH] bsd-user: add option to enable plugins
,
Warner Losh
,
2025/05/05
Re: [PATCH] bsd-user: add option to enable plugins
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH] bsd-user: add option to enable plugins
,
Philippe Mathieu-Daudé
,
2025/05/08
KVM Forum 2025 Call for Presentations
,
Paolo Bonzini
,
2025/05/05
[PATCH v3 0/9] vfio/igd: Detect IGD by OpRegion and enable OpRegion automatically
,
Tomita Moeko
,
2025/05/05
[PATCH v3 3/9] vfio/igd: Detect IGD device by OpRegion
,
Tomita Moeko
,
2025/05/05
[PATCH v3 1/9] vfio/igd: Restrict legacy mode to Gen6-9 devices
,
Tomita Moeko
,
2025/05/05
[PATCH v3 4/9] vfio/igd: Check vendor and device ID on GVT-g mdev
,
Tomita Moeko
,
2025/05/05
[PATCH v3 2/9] vfio/igd: Always emulate ASLS (OpRegion) register
,
Tomita Moeko
,
2025/05/05
[PATCH v3 5/9] vfio/igd: Check OpRegion support on GVT-g mdev
,
Tomita Moeko
,
2025/05/05
[PATCH v3 7/9] vfio/igd: Allow overriding GMS with 0xf0 to 0xfe on Gen9+
,
Tomita Moeko
,
2025/05/05
[PATCH v3 6/9] vfio/igd: Enable OpRegion by default
,
Tomita Moeko
,
2025/05/05
[PATCH v3 8/9] vfio/igd: Only emulate GGC register when x-igd-gms is set
,
Tomita Moeko
,
2025/05/05
[PATCH v3 9/9] vfio/igd: Remove generation limitation for IGD passthrough
,
Tomita Moeko
,
2025/05/05
Re: [PATCH v3 0/9] vfio/igd: Detect IGD by OpRegion and enable OpRegion automatically
,
Cédric Le Goater
,
2025/05/05
Re: [PATCH v3 0/9] vfio/igd: Detect IGD by OpRegion and enable OpRegion automatically
,
Cédric Le Goater
,
2025/05/06
[PATCH] ci: run RISC-V cross jobs by default
,
Paolo Bonzini
,
2025/05/05
[PATCH] rust: clippy: enable uninlined_format_args lint
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH 8/9] cxl-mailbox-utils: 0x5604 - FMAPI Initiate DC Add
,
Anisa Su
,
2025/05/05
Re: [PATCH 8/9] cxl-mailbox-utils: 0x5604 - FMAPI Initiate DC Add
,
Jonathan Cameron
,
2025/05/06
Re: [PATCH 1/5] vfio/iommufd: Save host iommu capabilities in VFIODevice.caps
,
Eric Auger
,
2025/05/05
RE: [PATCH 1/5] vfio/iommufd: Save host iommu capabilities in VFIODevice.caps
,
Duan, Zhenzhong
,
2025/05/06
Re: [PATCH 1/5] vfio/iommufd: Save host iommu capabilities in VFIODevice.caps
,
Eric Auger
,
2025/05/05
Re: [PATCH 1/5] vfio/iommufd: Save host iommu capabilities in VFIODevice.caps
,
Eric Auger
,
2025/05/05
Re: [PATCH 1/5] vfio/iommufd: Save host iommu capabilities in VFIODevice.caps
,
Nicolin Chen
,
2025/05/06
Re: [PATCH 1/1] util/memfd: allow allocating 0 bytes
,
Elisha Hollander
,
2025/05/05
Re: [PATCH 1/1] util/memfd: allow allocating 0 bytes
,
Marc-André Lureau
,
2025/05/05
Re: [PATCH 1/1] util/memfd: allow allocating 0 bytes
,
Elisha Hollander
,
2025/05/05
Re: [PATCH 1/1] util/memfd: allow allocating 0 bytes
,
Marc-André Lureau
,
2025/05/05
Re: [PATCH 1/1] util/memfd: allow allocating 0 bytes
,
Elisha Hollander
,
2025/05/06
Re: [PATCH v8 52/55] i386/tdx: Don't treat SYSCALL as unavailable
,
Zhao Liu
,
2025/05/05
Re: [PATCH v8 54/55] i386/tdx: Validate phys_bits against host value
,
Zhao Liu
,
2025/05/05
Re: [PATCH v8 54/55] i386/tdx: Validate phys_bits against host value
,
Xiaoyao Li
,
2025/05/08
Re: [PATCH v2] tests/qtest/libqos: Avoid double swapping when using modern virtio
,
Fabiano Rosas
,
2025/05/05
Re: [PATCH v8 53/55] i386/tdx: Make invtsc default on
,
Zhao Liu
,
2025/05/05
Re: [PATCH v8 50/55] i386/cgs: Introduce x86_confidential_guest_check_features()
,
Zhao Liu
,
2025/05/05
Re: [PATCH v8 49/55] i386/tdx: Define supported KVM features for TDX
,
Zhao Liu
,
2025/05/05
Re: [PATCH] [for-10.1] qtest: introduce qtest_init_ext
,
Fabiano Rosas
,
2025/05/05
Re: [PATCH 9/9] vfio/igd: Remove generation limitation for IGD passthrough
,
Corvin Köhne
,
2025/05/05
Re: [RFC 00/24] APCI PCI Hotplug support on ARM
,
Gustavo Romero
,
2025/05/05
Re: [RFC 00/24] APCI PCI Hotplug support on ARM
,
Eric Auger
,
2025/05/05
Re: [RFC 00/24] APCI PCI Hotplug support on ARM
,
Eric Auger
,
2025/05/06
Re: [RFC 00/24] APCI PCI Hotplug support on ARM
,
Eric Auger
,
2025/05/06
Re: [RFC 00/24] APCI PCI Hotplug support on ARM
,
Gustavo Romero
,
2025/05/06
Re: [RFC 00/24] APCI PCI Hotplug support on ARM
,
Gustavo Romero
,
2025/05/06
Re: [RFC 00/24] APCI PCI Hotplug support on ARM
,
Gustavo Romero
,
2025/05/14
Re: [RFC 00/24] APCI PCI Hotplug support on ARM
,
Eric Auger
,
2025/05/14
[PATCH v2] hw/arm: Replace TABs for spaces
,
Santiago Monserrat Campanello
,
2025/05/05
Re: [PATCH v2] hw/arm: Replace TABs for spaces
,
Peter Maydell
,
2025/05/09
Re: [PATCH v2 00/15] vfio: preparation for vfio-user
,
Cédric Le Goater
,
2025/05/05
Re: [PATCH v2 15/15] vfio/container: pass MemoryRegion to DMA operations
,
Cédric Le Goater
,
2025/05/05
Re: [PATCH v2 15/15] vfio/container: pass MemoryRegion to DMA operations
,
John Levon
,
2025/05/07
Re: [PATCH v2 15/15] vfio/container: pass MemoryRegion to DMA operations
,
Cédric Le Goater
,
2025/05/09
Re: [PATCH v2 14/15] vfio/container: pass listener_begin/commit callbacks
,
Cédric Le Goater
,
2025/05/05
Re: [PATCH v2 13/15] vfio: add vfio-pci-base class
,
Cédric Le Goater
,
2025/05/05
Re: [PATCH v2 12/15] vfio: add read/write to device IO ops vector
,
Cédric Le Goater
,
2025/05/05
Re: [PATCH v2 11/15] vfio: add region info cache
,
Cédric Le Goater
,
2025/05/05
Re: [PATCH v2 10/15] vfio: add device IO ops vector
,
Cédric Le Goater
,
2025/05/05
Re: [PATCH v2 10/15] vfio: add device IO ops vector
,
Cédric Le Goater
,
2025/05/06
[PATCH 0/2] docs: Bump sphinx to 8.2.3
,
Akihiko Odaki
,
2025/05/05
[PATCH 1/2] docs: Bump sphinx to 8.2.3
,
Akihiko Odaki
,
2025/05/05
Re: [PATCH 1/2] docs: Bump sphinx to 8.2.3
,
John Snow
,
2025/05/06
Re: [PATCH 1/2] docs: Bump sphinx to 8.2.3
,
Markus Armbruster
,
2025/05/07
Re: [PATCH 1/2] docs: Bump sphinx to 8.2.3
,
John Snow
,
2025/05/07
Re: [PATCH 1/2] docs: Bump sphinx to 8.2.3
,
Akihiko Odaki
,
2025/05/10
[PATCH 2/2] MAINTAINERS: Add docs/requirements.txt
,
Akihiko Odaki
,
2025/05/05
Re: [PATCH 0/2] docs: Bump sphinx to 8.2.3
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH 0/2] docs: Bump sphinx to 8.2.3
,
John Snow
,
2025/05/05
Re: [PATCH 0/2] docs: Bump sphinx to 8.2.3
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH v2 08/15] vfio: add unmap_all flag to DMA unmap callback
,
Cédric Le Goater
,
2025/05/05
Re: [PATCH v2 08/15] vfio: add unmap_all flag to DMA unmap callback
,
John Levon
,
2025/05/05
Re: [PATCH v2 08/15] vfio: add unmap_all flag to DMA unmap callback
,
Cédric Le Goater
,
2025/05/05
Re: [PATCH v2 09/15] vfio: implement unmap all for DMA unmap callbacks
,
Cédric Le Goater
,
2025/05/05
Re: [PATCH v2 09/15] vfio: implement unmap all for DMA unmap callbacks
,
John Levon
,
2025/05/07
[PATCH preview 0/5] rust: allow minimum version of 1.83
,
Paolo Bonzini
,
2025/05/05
[PATCH 1/5] meson, cargo: require Rust 1.83.0
,
Paolo Bonzini
,
2025/05/05
[PATCH 2/5] rust: use inline const expressions
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH 2/5] rust: use inline const expressions
,
Zhao Liu
,
2025/05/06
Re: [PATCH 2/5] rust: use inline const expressions
,
Paolo Bonzini
,
2025/05/06
[PATCH 3/5] rust: vmstate: convert to use builder pattern
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH 3/5] rust: vmstate: convert to use builder pattern
,
Zhao Liu
,
2025/05/06
Re: [PATCH 3/5] rust: vmstate: convert to use builder pattern
,
Paolo Bonzini
,
2025/05/06
[PATCH 4/5] rust: vmstate: use const_refs_to_static
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH 4/5] rust: vmstate: use const_refs_to_static
,
Zhao Liu
,
2025/05/07
[PATCH 5/5] rust: qdev: const_refs_to_static
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH preview 0/5] rust: allow minimum version of 1.83
,
Zhao Liu
,
2025/05/06
Re: [PATCH preview 0/5] rust: allow minimum version of 1.83
,
Paolo Bonzini
,
2025/05/06
Re: [PATCH preview 0/5] rust: allow minimum version of 1.83
,
Zhao Liu
,
2025/05/06
Re: [PATCH preview 0/5] rust: allow minimum version of 1.83
,
Daniel P . Berrangé
,
2025/05/06
Re: [PATCH preview 0/5] rust: allow minimum version of 1.83
,
Daniel P . Berrangé
,
2025/05/06
Re: [PATCH preview 0/5] rust: allow minimum version of 1.83
,
Paolo Bonzini
,
2025/05/06
Re: [PATCH preview 0/5] rust: allow minimum version of 1.83
,
Daniel P . Berrangé
,
2025/05/06
Re: [PATCH preview 0/5] rust: allow minimum version of 1.83
,
Paolo Bonzini
,
2025/05/06
Re: [PATCH preview 0/5] rust: allow minimum version of 1.83
,
Zhao Liu
,
2025/05/06
[PULL 0/9] 9p queue 2025-05-05
,
Christian Schoenebeck
,
2025/05/05
[PULL 1/9] 9pfs: fix concurrent v9fs_reclaim_fd() calls
,
Christian Schoenebeck
,
2025/05/05
[PULL 2/9] 9pfs: fix FD leak and reduce latency of v9fs_reclaim_fd()
,
Christian Schoenebeck
,
2025/05/05
[PULL 3/9] 9pfs: local : Introduce local_fid_fd() helper
,
Christian Schoenebeck
,
2025/05/05
[PULL 4/9] 9pfs: Don't use file descriptors in core code
,
Christian Schoenebeck
,
2025/05/05
[PULL 5/9] 9pfs: Introduce ftruncate file op
,
Christian Schoenebeck
,
2025/05/05
[PULL 6/9] 9pfs: Introduce futimens file op
,
Christian Schoenebeck
,
2025/05/05
[PULL 7/9] tests/9p: add 'Tsetattr' request to test client
,
Christian Schoenebeck
,
2025/05/05
[PULL 8/9] tests/9p: Test `Tsetattr` can truncate unlinked file
,
Christian Schoenebeck
,
2025/05/05
[PULL 9/9] 9pfs: fix 'total_open_fd' decrementation
,
Christian Schoenebeck
,
2025/05/05
Re: [PULL 0/9] 9p queue 2025-05-05
,
Stefan Hajnoczi
,
2025/05/06
Re: [PATCH v2 07/15] vfio: add vfio_pci_config_space_read/write()
,
Cédric Le Goater
,
2025/05/05
Re: [PATCH v6 2/3] include: Add a header to define host PCI MMIO functions
,
Thomas Huth
,
2025/05/05
Re: [PATCH v6 2/3] include: Add a header to define host PCI MMIO functions
,
Farhan Ali
,
2025/05/07
Re: [PATCH v6 2/3] include: Add a header to define host PCI MMIO functions
,
Stefan Hajnoczi
,
2025/05/07
Re: [PATCH v2 06/15] include/qemu: add strread/writeerror()
,
Cédric Le Goater
,
2025/05/05
Re: [PATCH v2 05/15] vfio: consistently handle return value for helpers
,
Cédric Le Goater
,
2025/05/05
Re: [PATCH v2 02/15] vfio: add vfio_unprepare_device()
,
Cédric Le Goater
,
2025/05/05
[PULL 00/23] aspeed queue
,
Cédric Le Goater
,
2025/05/05
[PULL 01/23] hw/arm: ast27x0: Wire up EHCI controllers
,
Cédric Le Goater
,
2025/05/05
[PULL 02/23] hw/ssi/aspeed_smc: Allow 64-bit wide flash accesses
,
Cédric Le Goater
,
2025/05/05
[PULL 08/23] tests/functional/aspeed: Update test ASPEED SDK v09.06
,
Cédric Le Goater
,
2025/05/05
[PULL 03/23] tests/functional/aspeed: Update test ASPEED SDK v09.06 for AST2500
,
Cédric Le Goater
,
2025/05/05
[PULL 06/23] hw/arm/aspeed_ast27x0: Rename variable sram_name to name in ast2700 realize
,
Cédric Le Goater
,
2025/05/05
[PULL 04/23] tests/functional/aspeed: Update test ASPEED SDK v09.06 for AST2600
,
Cédric Le Goater
,
2025/05/05
[PULL 10/23] hw/arm/aspeed_ast27x0 Introduce vbootrom memory region
,
Cédric Le Goater
,
2025/05/05
[PULL 11/23] hw/arm/aspeed: Add support for loading vbootrom image via "-bios"
,
Cédric Le Goater
,
2025/05/05
[PULL 12/23] tests/functional/aspeed: Add to test vbootrom for AST2700
,
Cédric Le Goater
,
2025/05/05
[PULL 09/23] tests/functional/aspeed: extract boot and login sequence into helper function
,
Cédric Le Goater
,
2025/05/05
[PULL 05/23] tests/functional/aspeed: Update test ASPEED SDK v03.00 for AST1030
,
Cédric Le Goater
,
2025/05/05
[PULL 07/23] tests/functional/aspeed: Move I2C test into shared helper for AST2700 reuse
,
Cédric Le Goater
,
2025/05/05
[PULL 17/23] hw/intc/aspeed: Add support for AST2700 SSP INTC
,
Cédric Le Goater
,
2025/05/05
[PULL 16/23] aspeed: ast27x0: Correct hex notation for device addresses
,
Cédric Le Goater
,
2025/05/05
[PULL 19/23] hw/arm/aspeed_ast27x0-ssp: Introduce AST27x0 A1 SSP SoC
,
Cédric Le Goater
,
2025/05/05
[PULL 15/23] aspeed: ast27x0: Map unimplemented devices in SoC memory
,
Cédric Le Goater
,
2025/05/05
[PULL 18/23] hw/intc/aspeed: Add support for AST2700 TSP INTC
,
Cédric Le Goater
,
2025/05/05
[PULL 23/23] docs: Add support for ast2700fc machine
,
Cédric Le Goater
,
2025/05/05
[PULL 13/23] docs/system/arm/aspeed: move AST2700 content to new section
,
Cédric Le Goater
,
2025/05/05
[PULL 14/23] docs/system/arm/aspeed: Support vbootrom for AST2700
,
Cédric Le Goater
,
2025/05/05
[PULL 20/23] hw/arm/aspeed_ast27x0-tsp: Introduce AST27x0 A1 TSP SoC
,
Cédric Le Goater
,
2025/05/05
[PULL 21/23] hw/arm: Introduce ASPEED AST2700 A1 full core machine
,
Cédric Le Goater
,
2025/05/05
[PULL 22/23] tests/function/aspeed: Add functional test for ast2700fc
,
Cédric Le Goater
,
2025/05/05
Re: [PULL 22/23] tests/function/aspeed: Add functional test for ast2700fc
,
Peter Maydell
,
2025/05/06
Re: [PULL 22/23] tests/function/aspeed: Add functional test for ast2700fc
,
Cédric Le Goater
,
2025/05/06
RE: [PULL 22/23] tests/function/aspeed: Add functional test for ast2700fc
,
Steven Lee
,
2025/05/06
Re: [PULL 22/23] tests/function/aspeed: Add functional test for ast2700fc
,
Cédric Le Goater
,
2025/05/07
Re: [PULL 22/23] tests/function/aspeed: Add functional test for ast2700fc
,
Pierrick Bouvier
,
2025/05/06
Re: [PULL 22/23] tests/function/aspeed: Add functional test for ast2700fc
,
Cédric Le Goater
,
2025/05/07
Re: [PULL 22/23] tests/function/aspeed: Add functional test for ast2700fc
,
Cédric Le Goater
,
2025/05/09
Re: [PULL 22/23] tests/function/aspeed: Add functional test for ast2700fc
,
Peter Maydell
,
2025/05/09
RE: [PULL 22/23] tests/function/aspeed: Add functional test for ast2700fc
,
Steven Lee
,
2025/05/11
Re: [PULL 22/23] tests/function/aspeed: Add functional test for ast2700fc
,
Cédric Le Goater
,
2025/05/12
Re: [PULL 00/23] aspeed queue
,
Philippe Mathieu-Daudé
,
2025/05/05
Re: [PULL 00/23] aspeed queue
,
Cédric Le Goater
,
2025/05/05
Re: [PULL 00/23] aspeed queue
,
Stefan Hajnoczi
,
2025/05/06
[PATCH 00/11] rust: allow minimum version of 1.77
,
Paolo Bonzini
,
2025/05/05
[PATCH 02/11] meson, cargo: require Rust 1.77.0
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH 02/11] meson, cargo: require Rust 1.77.0
,
Manos Pitsidianakis
,
2025/05/05
Re: [PATCH 02/11] meson, cargo: require Rust 1.77.0
,
Zhao Liu
,
2025/05/06
[PATCH 01/11] lcitool: use newer Rust for Debian and Ubuntu
,
Paolo Bonzini
,
2025/05/05
[PATCH 03/11] rust: use std::ffi instead of std::os::raw
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH 03/11] rust: use std::ffi instead of std::os::raw
,
Zhao Liu
,
2025/05/06
[PATCH 07/11] rust: qom: fix TODO about zeroability of classes
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH 07/11] rust: qom: fix TODO about zeroability of classes
,
Manos Pitsidianakis
,
2025/05/05
Re: [PATCH 07/11] rust: qom: fix TODO about zeroability of classes
,
Zhao Liu
,
2025/05/06
[PATCH 04/11] rust: let bilge use "let ... else"
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH 04/11] rust: let bilge use "let ... else"
,
Zhao Liu
,
2025/05/06
[PATCH 06/11] rust: use MaybeUninit::zeroed() in const context
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH 06/11] rust: use MaybeUninit::zeroed() in const context
,
Zhao Liu
,
2025/05/06
[PATCH 08/11] rust: enable clippy::ptr_cast_constness
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH 08/11] rust: enable clippy::ptr_cast_constness
,
Zhao Liu
,
2025/05/06
[PATCH 05/11] rust: qemu_api_macros: make pattern matching more readable and efficient
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH 05/11] rust: qemu_api_macros: make pattern matching more readable and efficient
,
Zhao Liu
,
2025/05/06
[PATCH 09/11] rust: remove offset_of replacement
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH 09/11] rust: remove offset_of replacement
,
Manos Pitsidianakis
,
2025/05/05
Re: [PATCH 09/11] rust: remove offset_of replacement
,
Zhao Liu
,
2025/05/06
[PATCH 10/11] rust: replace c_str! with c"" literals
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH 10/11] rust: replace c_str! with c"" literals
,
Zhao Liu
,
2025/05/06
[PATCH 11/11] docs: rust: update for newer minimum supported version
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH 11/11] docs: rust: update for newer minimum supported version
,
Manos Pitsidianakis
,
2025/05/05
Re: [PATCH 11/11] docs: rust: update for newer minimum supported version
,
Zhao Liu
,
2025/05/06
Re: [PATCH 09/21] hw/misc: Add dummy ZYNQ DDR controller
,
Corvin Köhne
,
2025/05/05
Re: [PATCH 00/21] hw/arm: add CX7200 board emulation
,
Corvin Köhne
,
2025/05/05
Re: [PATCH 8/9] vfio/igd: Only emulate GGC register when x-igd-gms is set
,
Corvin Köhne
,
2025/05/05
Re: [PATCH v4 4/4] hw/s390x: compat handling for backward migration
,
Shalini Chellathurai Saroja
,
2025/05/05
Re: [PATCH v4 4/4] hw/s390x: compat handling for backward migration
,
Nina Schoetterl-Glausch
,
2025/05/06
Re: [PATCH 7/9] vfio/igd: Allow overriding GMS with 0xf0 to 0xfe on Gen9+
,
Corvin Köhne
,
2025/05/05
Re: [PATCH 6/9] vfio/igd: Enable OpRegion by default
,
Corvin Köhne
,
2025/05/05
Re: [PATCH 5/9] vfio/igd: Check OpRegion support on GVT-g mdev
,
Corvin Köhne
,
2025/05/05
Re: [PATCH 4/9] vfio/igd: Check vendor and device ID on GVT-g mdev
,
Corvin Köhne
,
2025/05/05
Re: [PATCH 3/9] vfio/igd: Detect IGD device by OpRegion
,
Corvin Köhne
,
2025/05/05
Re: [PATCH 2/9] vfio/igd: Always emulate ASLS (OpRegion) register
,
Corvin Köhne
,
2025/05/05
Re: [PATCH 1/9] vfio/igd: Restrict legacy mode to Gen6-9 devices
,
Corvin Köhne
,
2025/05/05
Re: [PATCH 1/9] vfio/igd: Restrict legacy mode to Gen6-9 devices
,
Tomita Moeko
,
2025/05/05
Re: [PATCH v2 01/15] vfio: add vfio_prepare_device()
,
Cédric Le Goater
,
2025/05/05
Re: [PATCH v2 00/19] hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
,
Thomas Huth
,
2025/05/05
Re: [PATCH v2 00/19] hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
,
Philippe Mathieu-Daudé
,
2025/05/05
Re: [PATCH v2 15/19] hw/scsi/vmw_pvscsi: Remove PVSCSI_COMPAT_DISABLE_PCIE_BIT definition
,
Thomas Huth
,
2025/05/05
Re: [PATCH v2 14/19] hw/scsi/vmw_pvscsi: Remove PVSCSI_COMPAT_OLD_PCI_CONFIGURATION definition
,
Thomas Huth
,
2025/05/05
Re: [PATCH v2 07/19] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_MIGRATE_EXTRA definition
,
Thomas Huth
,
2025/05/05
Re: [PATCH v2 01/19] hw/i386/pc: Remove deprecated pc-q35-2.4 and pc-i440fx-2.4 machines
,
Thomas Huth
,
2025/05/05
Re: [PATCH 0/9] vfio/igd: Detect IGD by OpRegion and enable OpRegion automatically
,
Tomita Moeko
,
2025/05/05
Re: [PATCH 0/9] vfio/igd: Detect IGD by OpRegion and enable OpRegion automatically
,
Cédric Le Goater
,
2025/05/05
Re: [PATCH 0/9] vfio/igd: Detect IGD by OpRegion and enable OpRegion automatically
,
Corvin Köhne
,
2025/05/05
Re: [PATCH 0/9] vfio/igd: Detect IGD by OpRegion and enable OpRegion automatically
,
Alex Williamson
,
2025/05/05
Re: [PATCH v4 2/4] hw/s390x: add Control-Program Identification to QOM
,
Shalini Chellathurai Saroja
,
2025/05/05
Re: [PATCH v4 2/4] hw/s390x: add Control-Program Identification to QOM
,
Shalini Chellathurai Saroja
,
2025/05/05
Re: [PATCH v4 1/4] hw/s390x: add SCLP event type CPI
,
Shalini Chellathurai Saroja
,
2025/05/05
Re: [PATCH v4 1/4] hw/s390x: add SCLP event type CPI
,
Nina Schoetterl-Glausch
,
2025/05/06
Re: [PATCH v4 1/4] hw/s390x: add SCLP event type CPI
,
Thomas Huth
,
2025/05/06
Re: [PATCH v4 1/4] hw/s390x: add SCLP event type CPI
,
Shalini Chellathurai Saroja
,
2025/05/06
Re: [PATCH v4 1/4] hw/s390x: add SCLP event type CPI
,
Shalini Chellathurai Saroja
,
2025/05/05
Re: [PATCH v6 0/4] virtio: Convert feature properties to OnOffAuto
,
Akihiko Odaki
,
2025/05/05
Re: [PATCH v6 0/4] virtio: Convert feature properties to OnOffAuto
,
Markus Armbruster
,
2025/05/06
Re: [PATCH v4 2/4] qdev-properties: Accept bool for OnOffAuto
,
Akihiko Odaki
,
2025/05/05
Re: [PATCH v4 2/4] qdev-properties: Accept bool for OnOffAuto
,
Markus Armbruster
,
2025/05/06
Re: [PATCH v4 2/4] qdev-properties: Accept bool for OnOffAuto
,
BALATON Zoltan
,
2025/05/06
Re: [PATCH v4 2/4] qdev-properties: Accept bool for OnOffAuto
,
Akihiko Odaki
,
2025/05/08
RE: [PATCH v1 13/22] test/qtest: Introduce a new aspeed-hace-utils.c to place common testcases
,
Jamin Lin
,
2025/05/05
RE: [PATCH v1 15/22] test/qtest/hace: Add SHA-384 test cases for ASPEED HACE model
,
Jamin Lin
,
2025/05/05
RE: [PATCH v1 15/22] test/qtest/hace: Add SHA-384 test cases for ASPEED HACE model
,
Jamin Lin
,
2025/05/05
Re: [PATCH v1 15/22] test/qtest/hace: Add SHA-384 test cases for ASPEED HACE model
,
Cédric Le Goater
,
2025/05/06
RE: [PATCH v1 14/22] test/qtest/hace: Adjust test address range for AST1030 due to SRAM limitations
,
Jamin Lin
,
2025/05/04
RE: [PATCH v1 01/22] hw/misc/aspeed_hace: Remove unused code for better readability
,
Jamin Lin
,
2025/05/04
Re: [PATCH v1 01/22] hw/misc/aspeed_hace: Remove unused code for better readability
,
Cédric Le Goater
,
2025/05/06
[PATCH v5 8/9] tests/function/aspeed: Add functional test for ast2700fc
,
Steven Lee
,
2025/05/04
Re: [PATCH v5 8/9] tests/function/aspeed: Add functional test for ast2700fc
,
Cédric Le Goater
,
2025/05/05
RE: [PATCH] hw/arm/npcm8xx_boards: Add auto zero flash image and device part number
,
address@hidden
,
2025/05/04
Re: [PATCH] hw/arm/npcm8xx_boards: Add auto zero flash image and device part number
,
Philippe Mathieu-Daudé
,
2025/05/05
Re: [PATCH] hw/arm/npcm8xx_boards: Add auto zero flash image and device part number
,
Tim Lee
,
2025/05/05
RE: [PATCH] hw/arm: Attach PSPI module to NPCM8XX SoC
,
address@hidden
,
2025/05/04
Re: [PATCH] hw/arm: Attach PSPI module to NPCM8XX SoC
,
Peter Maydell
,
2025/05/06
[PATCH v5 00/48] single-binary: compile target/arm twice
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 01/48] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v5 01/48] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
,
Philippe Mathieu-Daudé
,
2025/05/05
Re: [PATCH v5 01/48] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
,
Pierrick Bouvier
,
2025/05/05
Re: [PATCH v5 01/48] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
,
Pierrick Bouvier
,
2025/05/05
[PATCH v5 02/48] include/system/hvf: missing vaddr include
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 03/48] meson: add common libs for target and target_system
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 04/48] meson: apply target config for picking files from libsystem and libuser
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v5 04/48] meson: apply target config for picking files from libsystem and libuser
,
Richard Henderson
,
2025/05/05
Re: [PATCH v5 04/48] meson: apply target config for picking files from libsystem and libuser
,
Pierrick Bouvier
,
2025/05/05
[PATCH v5 05/48] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 10/48] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 06/48] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 08/48] accel/hvf: add hvf_enabled() for common code
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 09/48] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 11/48] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 07/48] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 13/48] target/arm/cpu32-stubs.c: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 16/48] target/arm/helper: use vaddr instead of target_ulong for probe_access
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v5 16/48] target/arm/helper: use vaddr instead of target_ulong for probe_access
,
Richard Henderson
,
2025/05/05
[PATCH v5 15/48] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 14/48] tcg: add vaddr type for helpers
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v5 14/48] tcg: add vaddr type for helpers
,
Richard Henderson
,
2025/05/05
[PATCH v5 19/48] target/arm/debug_helper: remove target_ulong
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 18/48] target/arm/debug_helper: only include common helpers
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 12/48] target/arm/cpu: compile file twice (user, system) only
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 30/48] target/arm/cortex-regs: compile file once (system)
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 23/48] target/arm/helper: expose aarch64 cpu registration
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 22/48] target/arm/helper: replace target_ulong by vaddr
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 33/48] target/arm/ptw: compile file once (system)
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 32/48] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 20/48] target/arm/debug_helper: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 36/48] target/arm/machine: reduce migration include to avoid target specific definitions
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 35/48] target/arm/kvm-stub: compile file once (system)
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 38/48] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 26/48] target/arm/vfp_fpscr: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 24/48] target/arm/helper: remove remaining TARGET_AARCH64
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 25/48] target/arm/helper: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 27/48] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 29/48] target/arm/arm-powerctl: compile file once (system)
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 31/48] target/arm/ptw: replace target_ulong with int64_t
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 39/48] target/arm/kvm-stub: add missing stubs
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 21/48] target/arm/helper: restrict include to common helpers
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 17/48] target/arm/helper: extract common helpers
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 28/48] target/arm/arch_dump: compile file once (system)
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 34/48] target/arm/meson: accelerator files are not needed in user mode
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 37/48] target/arm/machine: remove TARGET_AARCH64 from migration state
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 40/48] target/arm/machine: compile file once (system)
,
Pierrick Bouvier
,
2025/05/04
[PATCH v5 43/48] target/arm/tcg/iwmmxt_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v5 43/48] target/arm/tcg/iwmmxt_helper: compile file twice (system, user)
,
Richard Henderson
,
2025/05/05
Re: [PATCH v5 43/48] target/arm/tcg/iwmmxt_helper: compile file twice (system, user)
,
Richard Henderson
,
2025/05/05
Re: [PATCH v5 43/48] target/arm/tcg/iwmmxt_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/05
[PATCH v5 41/48] target/arm/tcg/crypto_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v5 41/48] target/arm/tcg/crypto_helper: compile file twice (system, user)
,
Richard Henderson
,
2025/05/05
Re: [PATCH v5 41/48] target/arm/tcg/crypto_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/05
Re: [PATCH v5 41/48] target/arm/tcg/crypto_helper: compile file twice (system, user)
,
Richard Henderson
,
2025/05/05
Re: [PATCH v5 41/48] target/arm/tcg/crypto_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/05
Re: [PATCH v5 41/48] target/arm/tcg/crypto_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/05
[PATCH v5 48/48] target/arm/tcg/vfp_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v5 48/48] target/arm/tcg/vfp_helper: compile file twice (system, user)
,
Richard Henderson
,
2025/05/05
[PATCH v5 46/48] target/arm/tcg/tlb-insns: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v5 46/48] target/arm/tcg/tlb-insns: compile file twice (system, user)
,
Richard Henderson
,
2025/05/05
Re: [PATCH v5 46/48] target/arm/tcg/tlb-insns: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/05
[PATCH v5 42/48] target/arm/tcg/hflags: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v5 42/48] target/arm/tcg/hflags: compile file twice (system, user)
,
Richard Henderson
,
2025/05/05
[PATCH v5 44/48] target/arm/tcg/neon_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v5 44/48] target/arm/tcg/neon_helper: compile file twice (system, user)
,
Richard Henderson
,
2025/05/05
Re: [PATCH v5 44/48] target/arm/tcg/neon_helper: compile file twice (system, user)
,
Richard Henderson
,
2025/05/05
Re: [PATCH v5 44/48] target/arm/tcg/neon_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/05
[PATCH v5 45/48] target/arm/tcg/tlb_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v5 45/48] target/arm/tcg/tlb_helper: compile file twice (system, user)
,
Richard Henderson
,
2025/05/05
[PATCH v5 47/48] target/arm/tcg/arith_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v5 47/48] target/arm/tcg/arith_helper: compile file twice (system, user)
,
Richard Henderson
,
2025/05/05
Re: [PATCH v5 47/48] target/arm/tcg/arith_helper: compile file twice (system, user)
,
Pierrick Bouvier
,
2025/05/05
Re: [PATCH v5 47/48] target/arm/tcg/arith_helper: compile file twice (system, user)
,
Richard Henderson
,
2025/05/05
[PATCH] hw/acpi/ich9: Remove ICH9_DEBUG macro
,
Gustavo Romero
,
2025/05/04
[PATCH] hw/acpi/pcihp: Fix typo in function name
,
Gustavo Romero
,
2025/05/04
Re: [PATCH] hw/acpi/pcihp: Fix typo in function name
,
Eric Auger
,
2025/05/05
Re: [PATCH] hw/acpi/pcihp: Fix typo in function name
,
Gustavo Romero
,
2025/05/05
Re: [PATCH] hw/acpi/pcihp: Fix typo in function name
,
Eric Auger
,
2025/05/05
Re: [PATCH] hw/acpi/pcihp: Fix typo in function name
,
Gustavo Romero
,
2025/05/05
Re: [PATCH] hw/acpi/pcihp: Fix typo in function name
,
Eric Auger
,
2025/05/06
[PATCH] hw/i386/acpi-build: Update document reference
,
Gustavo Romero
,
2025/05/04
[PATCH] hw/i386/acpi-build: Fix typo in function name
,
Gustavo Romero
,
2025/05/04
Re: [PATCH] hw/i386/acpi-build: Fix typo in function name
,
Eric Auger
,
2025/05/05
[PATCH] hw/i386/acpi-build: Fix typo and grammar in comment
,
Gustavo Romero
,
2025/05/04
[PATCH] hw/core/machine: Fix indentation
,
Gustavo Romero
,
2025/05/04
Re: [PATCH] hw/core/machine: Fix indentation
,
Thomas Huth
,
2025/05/05
[PATCH] qom/object: Fix typo in comment
,
Gustavo Romero
,
2025/05/04
Re: [PATCH] qom/object: Fix typo in comment
,
Thomas Huth
,
2025/05/05
Re: [PATCH] qom/object: Fix typo in comment
,
Michael Tokarev
,
2025/05/07
[PATCH] hw/net/e1000: Remove stray empty comment in header
,
Gustavo Romero
,
2025/05/04
Re: [PATCH] hw/net/e1000: Remove stray empty comment in header
,
Thomas Huth
,
2025/05/05
[PATCH] hw/isa/ich9: Remove stray empty comment
,
Gustavo Romero
,
2025/05/04
[PATCH] hw/pci/pci.c: Turn DPRINTF into trace events
,
Gustavo Romero
,
2025/05/04
[PATCH] hw/pci-host/gpex-acpi: Fix typo in comment
,
Gustavo Romero
,
2025/05/04
Re: [PATCH] hw/pci-host/gpex-acpi: Fix typo in comment
,
Thomas Huth
,
2025/05/05
[PATCH 00/12] accel/tcg: Fix cross-page pointer wrapping issue
,
Richard Henderson
,
2025/05/04
[PATCH 02/12] target: Use cpu_pointer_wrap_notreached for strict align targets
,
Richard Henderson
,
2025/05/04
Re: [PATCH 02/12] target: Use cpu_pointer_wrap_notreached for strict align targets
,
Philippe Mathieu-Daudé
,
2025/05/05
[PATCH 06/12] target/loongarch: Fill in TCGCPUOps.pointer_wrap
,
Richard Henderson
,
2025/05/04
[PATCH 04/12] target/arm: Fill in TCGCPUOps.pointer_wrap
,
Richard Henderson
,
2025/05/04
[PATCH 08/12] target/ppc: Fill in TCGCPUOps.pointer_wrap
,
Richard Henderson
,
2025/05/04
Re: [PATCH 08/12] target/ppc: Fill in TCGCPUOps.pointer_wrap
,
Philippe Mathieu-Daudé
,
2025/05/05
Re: [PATCH 08/12] target/ppc: Fill in TCGCPUOps.pointer_wrap
,
Richard Henderson
,
2025/05/05
[PATCH 01/12] accel/tcg: Add TCGCPUOps.pointer_wrap
,
Richard Henderson
,
2025/05/04
Re: [PATCH 01/12] accel/tcg: Add TCGCPUOps.pointer_wrap
,
Philippe Mathieu-Daudé
,
2025/05/05
[PATCH 07/12] target/mips: Fill in TCGCPUOps.pointer_wrap
,
Richard Henderson
,
2025/05/04
Re: [PATCH 07/12] target/mips: Fill in TCGCPUOps.pointer_wrap
,
Philippe Mathieu-Daudé
,
2025/05/05
[PATCH 10/12] target/s390x: Fill in TCGCPUOps.pointer_wrap
,
Richard Henderson
,
2025/05/04
Re: [PATCH 10/12] target/s390x: Fill in TCGCPUOps.pointer_wrap
,
Philippe Mathieu-Daudé
,
2025/05/05
Re: [PATCH 10/12] target/s390x: Fill in TCGCPUOps.pointer_wrap
,
Richard Henderson
,
2025/05/05
[PATCH 05/12] target/i386: Fill in TCGCPUOps.pointer_wrap
,
Richard Henderson
,
2025/05/04
Re: [PATCH 05/12] target/i386: Fill in TCGCPUOps.pointer_wrap
,
Philippe Mathieu-Daudé
,
2025/05/05
[PATCH 03/12] target: Use cpu_pointer_wrap_uint32 for 32-bit targets
,
Richard Henderson
,
2025/05/04
Re: [PATCH 03/12] target: Use cpu_pointer_wrap_uint32 for 32-bit targets
,
Philippe Mathieu-Daudé
,
2025/05/05
Re: [PATCH 03/12] target: Use cpu_pointer_wrap_uint32 for 32-bit targets
,
Edgar E. Iglesias
,
2025/05/05
Re: [PATCH 03/12] target: Use cpu_pointer_wrap_uint32 for 32-bit targets
,
Bastian Koppelmann
,
2025/05/08
[PATCH 09/12] target/riscv: Fill in TCGCPUOps.pointer_wrap
,
Richard Henderson
,
2025/05/04
Re: [PATCH 09/12] target/riscv: Fill in TCGCPUOps.pointer_wrap
,
Philippe Mathieu-Daudé
,
2025/05/05
Re: [PATCH 09/12] target/riscv: Fill in TCGCPUOps.pointer_wrap
,
Richard Henderson
,
2025/05/05
[PATCH 11/12] target/sparc: Fill in TCGCPUOps.pointer_wrap
,
Richard Henderson
,
2025/05/04
Re: [PATCH 11/12] target/sparc: Fill in TCGCPUOps.pointer_wrap
,
Philippe Mathieu-Daudé
,
2025/05/05
Re: [PATCH 11/12] target/sparc: Fill in TCGCPUOps.pointer_wrap
,
Richard Henderson
,
2025/05/05
[PATCH 12/12] accel/tcg: Assert TCGCPUOps.pointer_wrap is set
,
Richard Henderson
,
2025/05/04
Re: [PATCH 12/12] accel/tcg: Assert TCGCPUOps.pointer_wrap is set
,
Philippe Mathieu-Daudé
,
2025/05/05
Re: [PATCH 00/12] accel/tcg: Fix cross-page pointer wrapping issue
,
FOSS
,
2025/05/07
Re: [PATCH 00/12] accel/tcg: Fix cross-page pointer wrapping issue
,
Richard Henderson
,
2025/05/07
Fwd: Out-of-bounds access in rx_fifo_push()
,
Chuhong Yuan
,
2025/05/04
Re: Out-of-bounds access in rx_fifo_push()
,
Peter Maydell
,
2025/05/09
Introduction of an idea and the current work to date on brltty for ppc64
,
Joe Nosay
,
2025/05/04
[PATCH v5 0/2] hw/i386/amd_iommu: Add migration support
,
Suravee Suthikulpanit
,
2025/05/04
[PATCH v5 1/2] hw/i386/amd_iommu: Isolate AMDVI-PCI from amd-iommu device to allow full control over the PCI device creation
,
Suravee Suthikulpanit
,
2025/05/04
[PATCH v5 2/2] hw/i386/amd_iommu: Allow migration when explicitly create the AMDVI-PCI device
,
Suravee Suthikulpanit
,
2025/05/04
Re: [PATCH v8 45/55] i386/tdx: Add TDX fixed1 bits to supported CPUIDs
,
Zhao Liu
,
2025/05/04
[PATCH 00/16] hw/pci-host/raven clean ups
,
BALATON Zoltan
,
2025/05/04
[PATCH 02/16] hw/pci-host/raven: Revert "raven: Move BIOS loading from board code to PCI host"
,
BALATON Zoltan
,
2025/05/04
[PATCH 01/16] hw/pci-host/raven: Remove is-legacy-prep property
,
BALATON Zoltan
,
2025/05/04
[PATCH 04/16] hw/pci-host/raven: Simplify host bridge type declaration
,
BALATON Zoltan
,
2025/05/04
[PATCH 03/16] hw/pci-host/raven: Simplify PCI facing part
,
BALATON Zoltan
,
2025/05/04
[PATCH 06/16] hw/pci-host/raven: Simplify PCI bus creation
,
BALATON Zoltan
,
2025/05/04
[PATCH 12/16] hw/pci-host/raven: Fix PCI config direct access region
,
BALATON Zoltan
,
2025/05/04
[PATCH 13/16] hw/pci-host/raven: Simpify discontiguous IO access
,
BALATON Zoltan
,
2025/05/04
[PATCH 05/16] hw/pci-host/raven: Use DEFINE_TYPES macro
,
BALATON Zoltan
,
2025/05/04
[PATCH 07/16] hw/pci-host/raven: Simplify PCI interrupt routing
,
BALATON Zoltan
,
2025/05/04
[PATCH 08/16] hw/pci-host/raven: Simplify direct config access address decoding
,
BALATON Zoltan
,
2025/05/04
[PATCH 10/16] hw/pci-host/raven: Use correct parameter in direct access ops
,
BALATON Zoltan
,
2025/05/04
[PATCH 09/16] hw/pci-host/raven: Rename direct config access ops
,
BALATON Zoltan
,
2025/05/04
[PATCH 11/16] hw/pci-host/raven: Do not use parent object for mmcfg region
,
BALATON Zoltan
,
2025/05/04
[PATCH 14/16] hw/pci-host/raven: Move bus master address space creation to one place
,
BALATON Zoltan
,
2025/05/04
[PATCH 15/16] hw/pci-host/raven: Do not map regions in init method
,
BALATON Zoltan
,
2025/05/04
[PATCH 16/16] hw/ppc/prep: Fix non-contiguous IO control bit
,
BALATON Zoltan
,
2025/05/04
Re: [PATCH v8 44/55] i386/tdx: Implement adjust_cpuid_features() for TDX
,
Zhao Liu
,
2025/05/04
Re: [PATCH v8 43/55] i386/cgs: Rename *mask_cpuid_features() to *adjust_cpuid_features()
,
Zhao Liu
,
2025/05/04
Re: [PATCH v8 42/55] cpu: Don't set vcpu_dirty when guest_state_protected
,
Zhao Liu
,
2025/05/04
Re: [PATCH v8 41/55] i386/apic: Skip kvm_apic_put() for TDX
,
Zhao Liu
,
2025/05/04
Re: [PATCH 8/9] virtio-gpu: fix hang under TCG when unmapping blob
,
Akihiko Odaki
,
2025/05/04
Re: [PATCH 8/9] virtio-gpu: fix hang under TCG when unmapping blob
,
Alex Bennée
,
2025/05/06
Re: [PATCH 8/9] virtio-gpu: fix hang under TCG when unmapping blob
,
Akihiko Odaki
,
2025/05/08
Re: [PATCH 6/9] MAINTAINERS: add myself to virtio-gpu for Odd Fixes
,
Akihiko Odaki
,
2025/05/04
Re: [PATCH 6/9] MAINTAINERS: add myself to virtio-gpu for Odd Fixes
,
Dmitry Osipenko
,
2025/05/05
Re: [PATCH 6/9] MAINTAINERS: add myself to virtio-gpu for Odd Fixes
,
Alex Bennée
,
2025/05/06
[PATCH v4 00/40] single-binary: compile target/arm twice
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 02/40] include/system/hvf: missing vaddr include
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 03/40] meson: add common libs for target and target_system
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 01/40] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 06/40] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 07/40] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 09/40] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 11/40] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 14/40] tcg: add vaddr type for helpers
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v4 14/40] tcg: add vaddr type for helpers
,
Richard Henderson
,
2025/05/04
[PATCH v4 18/40] target/arm/debug_helper: only include common helpers
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 17/40] target/arm/helper: extract common helpers
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 21/40] target/arm/helper: restrict include to common helpers
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 05/40] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 08/40] accel/hvf: add hvf_enabled() for common code
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 10/40] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 04/40] meson: apply target config for picking files from libsystem and libuser
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v4 04/40] meson: apply target config for picking files from libsystem and libuser
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 12/40] target/arm/cpu: compile file twice (user, system) only
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v4 12/40] target/arm/cpu: compile file twice (user, system) only
,
Richard Henderson
,
2025/05/04
[PATCH v4 20/40] target/arm/debug_helper: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 23/40] target/arm/helper: expose aarch64 cpu registration
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 13/40] target/arm/cpu32-stubs.c: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 15/40] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v4 15/40] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
,
Richard Henderson
,
2025/05/04
[PATCH v4 16/40] target/arm/helper: use vaddr instead of target_ulong for probe_access
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v4 16/40] target/arm/helper: use vaddr instead of target_ulong for probe_access
,
Richard Henderson
,
2025/05/04
Re: [PATCH v4 16/40] target/arm/helper: use vaddr instead of target_ulong for probe_access
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 24/40] target/arm/helper: remove remaining TARGET_AARCH64
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 25/40] target/arm/helper: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 22/40] target/arm/helper: replace target_ulong by vaddr
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 27/40] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 30/40] target/arm/cortex-regs: compile file once (system)
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 35/40] target/arm/kvm-stub: compile file once (system)
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 32/40] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v4 32/40] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
,
Richard Henderson
,
2025/05/04
[PATCH v4 34/40] target/arm/meson: accelerator files are not needed in user mode
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 36/40] target/arm/machine: reduce migration include to avoid target specific definitions
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v4 36/40] target/arm/machine: reduce migration include to avoid target specific definitions
,
Richard Henderson
,
2025/05/04
[PATCH v4 38/40] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v4 38/40] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
,
Richard Henderson
,
2025/05/04
[PATCH v4 19/40] target/arm/debug_helper: remove target_ulong
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 26/40] target/arm/vfp_fpscr: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 28/40] target/arm/arch_dump: compile file once (system)
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 29/40] target/arm/arm-powerctl: compile file once (system)
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 31/40] target/arm/ptw: replace target_ulong with int64_t
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 33/40] target/arm/ptw: compile file once (system)
,
Pierrick Bouvier
,
2025/05/04
[PATCH v4 37/40] target/arm/machine: remove TARGET_AARCH64 from migration state
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v4 37/40] target/arm/machine: remove TARGET_AARCH64 from migration state
,
Richard Henderson
,
2025/05/04
[PATCH v4 39/40] target/arm/kvm-stub: add missing stubs
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v4 39/40] target/arm/kvm-stub: add missing stubs
,
Richard Henderson
,
2025/05/04
[PATCH v4 40/40] target/arm/machine: compile file once (system)
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v4 40/40] target/arm/machine: compile file once (system)
,
Richard Henderson
,
2025/05/04
[PATCH] target/sh4: Use MO_ALIGN for system UNALIGN()
,
Richard Henderson
,
2025/05/03
Re: [PATCH] target/sh4: Use MO_ALIGN for system UNALIGN()
,
Philippe Mathieu-Daudé
,
2025/05/05
[PATCH] meson: use thorough test setup as default
,
Pierrick Bouvier
,
2025/05/03
Re: [PATCH] meson: use thorough test setup as default
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH] meson: use thorough test setup as default
,
Pierrick Bouvier
,
2025/05/05
Re: [PATCH] meson: use thorough test setup as default
,
Thomas Huth
,
2025/05/05
Re: [PATCH] meson: use thorough test setup as default
,
Pierrick Bouvier
,
2025/05/05
Re: [PATCH] meson: use thorough test setup as default
,
Daniel P . Berrangé
,
2025/05/06
Re: [PATCH] meson: use thorough test setup as default
,
Pierrick Bouvier
,
2025/05/06
Re: [PATCH] meson: use thorough test setup as default
,
Daniel P . Berrangé
,
2025/05/06
Re: [PATCH] meson: use thorough test setup as default
,
Thomas Huth
,
2025/05/06
Re: [PATCH] meson: use thorough test setup as default
,
Daniel P . Berrangé
,
2025/05/07
Re: [PATCH] meson: use thorough test setup as default
,
Thomas Huth
,
2025/05/07
Re: [PATCH] meson: use thorough test setup as default
,
Pierrick Bouvier
,
2025/05/07
Re: [PATCH] meson: use thorough test setup as default
,
Thomas Huth
,
2025/05/08
Re: [PATCH] meson: use thorough test setup as default
,
Pierrick Bouvier
,
2025/05/08
Re: [PATCH] meson: use thorough test setup as default
,
Daniel P . Berrangé
,
2025/05/06
Re: [PATCH] meson: use thorough test setup as default
,
Thomas Huth
,
2025/05/06
[PATCH] hw/arm: Replace TABs for spaces
,
Santiago Monserrat Campanello
,
2025/05/03
Re: [PATCH] hw/arm: Replace TABs for spaces
,
Thomas Huth
,
2025/05/05
Re: [PATCH] hw/arm: Replace TABs for spaces
,
Stefan Weil
,
2025/05/05
[PULL 00/13] Rust, i386 changes for 2025-05-03
,
Paolo Bonzini
,
2025/05/03
[PULL 01/13] rust/vmstate: Add support for field_exists checks
,
Paolo Bonzini
,
2025/05/03
[PULL 02/13] vmstate: support varray for vmstate_clock!
,
Paolo Bonzini
,
2025/05/03
[PULL 03/13] rust: assertions: Support index field wrapped in BqlCell
,
Paolo Bonzini
,
2025/05/03
[PULL 04/13] rust/vmstate_test: Test varray with num field wrapped in BqlCell
,
Paolo Bonzini
,
2025/05/03
[PULL 05/13] rust/timer: Define NANOSECONDS_PER_SECOND binding as u64
,
Paolo Bonzini
,
2025/05/03
[PULL 07/13] target/i386/emulate: remove rflags leftovers
,
Paolo Bonzini
,
2025/05/03
[PULL 06/13] rust/hpet: Support migration
,
Paolo Bonzini
,
2025/05/03
[PULL 08/13] target/i386/hvf: fix a compilation error
,
Paolo Bonzini
,
2025/05/03
[PULL 09/13] target/i386: do not trigger IRQ shadow for LSS
,
Paolo Bonzini
,
2025/05/03
Re: [PULL 09/13] target/i386: do not trigger IRQ shadow for LSS
,
Michael Tokarev
,
2025/05/06
[PULL 11/13] hw/char/serial: Remove unused prog_if compat property
,
Paolo Bonzini
,
2025/05/03
[PULL 13/13] monitor: don't wake up qmp_dispatcher_co coroutine upon cleanup
,
Paolo Bonzini
,
2025/05/03
[PULL 10/13] target/i386: do not block singlestep for STI
,
Paolo Bonzini
,
2025/05/03
[PULL 12/13] rust: centralize config in workspace root
,
Paolo Bonzini
,
2025/05/03
Re: [PULL 00/13] Rust, i386 changes for 2025-05-03
,
Stefan Hajnoczi
,
2025/05/06
[PATCH 0/2] semihosting/uaccess: Compile once
,
Philippe Mathieu-Daudé
,
2025/05/02
[PATCH 1/2] semihosting/uaccess: Remove uses of target_ulong type
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH 1/2] semihosting/uaccess: Remove uses of target_ulong type
,
Pierrick Bouvier
,
2025/05/03
[PATCH 2/2] semihosting/uaccess: Compile once
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH 2/2] semihosting/uaccess: Compile once
,
Pierrick Bouvier
,
2025/05/03
[CFT PATCH 0/4] target/i386/emulate: cleanups
,
Paolo Bonzini
,
2025/05/02
[PATCH 1/4] target/i386/emulate: fix target_ulong format strings
,
Paolo Bonzini
,
2025/05/02
[PATCH 3/4] target/i386/emulate: mostly rewrite flags handling
,
Paolo Bonzini
,
2025/05/02
[PATCH 2/4] target/i386/emulate: stop overloading decode->op[N].ptr
,
Paolo Bonzini
,
2025/05/02
Re: [PATCH 2/4] target/i386/emulate: stop overloading decode->op[N].ptr
,
BALATON Zoltan
,
2025/05/03
Re: [PATCH 2/4] target/i386/emulate: stop overloading decode->op[N].ptr
,
Philippe Mathieu-Daudé
,
2025/05/05
Re: [PATCH 2/4] target/i386/emulate: stop overloading decode->op[N].ptr
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH 2/4] target/i386/emulate: stop overloading decode->op[N].ptr
,
Philippe Mathieu-Daudé
,
2025/05/05
Re: [PATCH 2/4] target/i386/emulate: stop overloading decode->op[N].ptr
,
Paolo Bonzini
,
2025/05/05
Re: [PATCH 2/4] target/i386/emulate: stop overloading decode->op[N].ptr
,
Pierrick Bouvier
,
2025/05/05
Re: [PATCH 2/4] target/i386/emulate: stop overloading decode->op[N].ptr
,
Richard Henderson
,
2025/05/05
[PATCH 4/4] target/i386: remove lflags
,
Paolo Bonzini
,
2025/05/02
Re: [CFT PATCH 0/4] target/i386/emulate: cleanups
,
Wei Liu
,
2025/05/03
Re: [CFT PATCH 0/4] target/i386/emulate: cleanups
,
Paolo Bonzini
,
2025/05/03
Re: [CFT PATCH 0/4] target/i386/emulate: cleanups
,
Wei Liu
,
2025/05/05
Re: [CFT PATCH 0/4] target/i386/emulate: cleanups
,
Wei Liu
,
2025/05/05
Re: [CFT PATCH 0/4] target/i386/emulate: cleanups
,
Magnus Kulke
,
2025/05/09
[PATCH 0/1] Fix racy SEGFAULT upon monitor_cleanup()
,
andrey . drobyshev
,
2025/05/02
[PATCH 1/1] monitor: don't wake up qmp_dispatcher_co coroutine upon cleanup
,
andrey . drobyshev
,
2025/05/02
Re: [PATCH 1/1] monitor: don't wake up qmp_dispatcher_co coroutine upon cleanup
,
Philippe Mathieu-Daudé
,
2025/05/02
[PATCH v3 0/5] hw/virtio: Build virtio-mem.c once
,
Philippe Mathieu-Daudé
,
2025/05/02
[PATCH v3 1/5] qemu/target-info: Factor target_system_arch() out
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v3 1/5] qemu/target-info: Factor target_system_arch() out
,
Pierrick Bouvier
,
2025/05/04
[PATCH v3 2/5] qemu/target-info: Add %target_arch field to TargetInfo
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v3 2/5] qemu/target-info: Add %target_arch field to TargetInfo
,
Pierrick Bouvier
,
2025/05/04
[PATCH v3 3/5] hw/virtio/virtio-mem: Convert VIRTIO_MEM_USABLE_EXTENT to runtime
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v3 3/5] hw/virtio/virtio-mem: Convert VIRTIO_MEM_USABLE_EXTENT to runtime
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v3 3/5] hw/virtio/virtio-mem: Convert VIRTIO_MEM_USABLE_EXTENT to runtime
,
David Hildenbrand
,
2025/05/05
[PATCH v3 4/5] hw/virtio/virtio-mem: Convert VIRTIO_MEM_HAS_LEGACY_GUESTS to runtime
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v3 4/5] hw/virtio/virtio-mem: Convert VIRTIO_MEM_HAS_LEGACY_GUESTS to runtime
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v3 4/5] hw/virtio/virtio-mem: Convert VIRTIO_MEM_HAS_LEGACY_GUESTS to runtime
,
David Hildenbrand
,
2025/05/05
[PATCH v3 5/5] hw/virtio: Compile virtio-mem.c once
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v3 5/5] hw/virtio: Compile virtio-mem.c once
,
Pierrick Bouvier
,
2025/05/04
Re: [PATCH v3 5/5] hw/virtio: Compile virtio-mem.c once
,
David Hildenbrand
,
2025/05/05
Re: [PATCH v3 0/5] hw/virtio: Build virtio-mem.c once
,
Michael S. Tsirkin
,
2025/05/11
[PATCH] rust: centralize config in workspace root
,
Stefan Zabka
,
2025/05/02
Re: [PATCH] rust: centralize config in workspace root
,
Stefan Zabka
,
2025/05/02
BHyve on POWEr 64bit machines with virtualization support
,
Joe Nosay
,
2025/05/02
[PATCH v3 00/19] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
,
Philippe Mathieu-Daudé
,
2025/05/02
[PATCH v3 01/19] hw/i386/pc: Remove deprecated pc-q35-2.6 and pc-i440fx-2.6 machines
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v3 01/19] hw/i386/pc: Remove deprecated pc-q35-2.6 and pc-i440fx-2.6 machines
,
Zhao Liu
,
2025/05/07
[PATCH v3 02/19] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v3 02/19] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
,
Zhao Liu
,
2025/05/07
Re: [PATCH v3 02/19] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
,
Philippe Mathieu-Daudé
,
2025/05/08
[PATCH v3 03/19] hw/mips/loongson3_virt: Prefer using fw_cfg_init_mem()
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v3 03/19] hw/mips/loongson3_virt: Prefer using fw_cfg_init_mem()
,
Zhao Liu
,
2025/05/07
Re: [PATCH v3 03/19] hw/mips/loongson3_virt: Prefer using fw_cfg_init_mem()
,
Philippe Mathieu-Daudé
,
2025/05/07
[PATCH v3 04/19] hw/nvram/fw_cfg: Factor fw_cfg_init_mem_internal() out
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v3 04/19] hw/nvram/fw_cfg: Factor fw_cfg_init_mem_internal() out
,
Zhao Liu
,
2025/05/07
[PATCH v3 05/19] hw/i386/x86: Remove X86MachineClass::fwcfg_dma_enabled field
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v3 05/19] hw/i386/x86: Remove X86MachineClass::fwcfg_dma_enabled field
,
Zhao Liu
,
2025/05/07
[PATCH v3 06/19] hw/nvram/fw_cfg: Remove fw_cfg_io_properties::dma_enabled
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v3 06/19] hw/nvram/fw_cfg: Remove fw_cfg_io_properties::dma_enabled
,
Zhao Liu
,
2025/05/07
[PATCH v3 07/19] hw/i386/pc: Remove pc_compat_2_6[] array
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v3 07/19] hw/i386/pc: Remove pc_compat_2_6[] array
,
Zhao Liu
,
2025/05/07
[PATCH v3 08/19] hw/intc/apic: Remove APICCommonState::legacy_instance_id field
,
Philippe Mathieu-Daudé
,
2025/05/02
[PATCH v3 09/19] hw/core/machine: Remove hw_compat_2_6[] array
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v3 09/19] hw/core/machine: Remove hw_compat_2_6[] array
,
Thomas Huth
,
2025/05/08
[PATCH v3 10/19] hw/virtio/virtio-mmio: Remove VirtIOMMIOProxy::format_transport_address field
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v3 10/19] hw/virtio/virtio-mmio: Remove VirtIOMMIOProxy::format_transport_address field
,
Thomas Huth
,
2025/05/08
[PATCH v3 11/19] hw/i386/pc: Remove deprecated pc-q35-2.7 and pc-i440fx-2.7 machines
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v3 11/19] hw/i386/pc: Remove deprecated pc-q35-2.7 and pc-i440fx-2.7 machines
,
Philippe Mathieu-Daudé
,
2025/05/05
Re: [PATCH v3 11/19] hw/i386/pc: Remove deprecated pc-q35-2.7 and pc-i440fx-2.7 machines
,
Thomas Huth
,
2025/05/08
[PATCH v3 12/19] hw/i386/pc: Remove pc_compat_2_7[] array
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v3 12/19] hw/i386/pc: Remove pc_compat_2_7[] array
,
Thomas Huth
,
2025/05/08
Re: [PATCH v3 12/19] hw/i386/pc: Remove pc_compat_2_7[] array
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [PATCH v3 12/19] hw/i386/pc: Remove pc_compat_2_7[] array
,
Thomas Huth
,
2025/05/08
Re: [PATCH v3 12/19] hw/i386/pc: Remove pc_compat_2_7[] array
,
Zhao Liu
,
2025/05/08
[PATCH v3 13/19] hw/audio/pcspk: Remove PCSpkState::migrate field
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v3 13/19] hw/audio/pcspk: Remove PCSpkState::migrate field
,
Thomas Huth
,
2025/05/08
[PATCH v3 14/19] hw/core/machine: Remove hw_compat_2_7[] array
,
Philippe Mathieu-Daudé
,
2025/05/02
[PATCH v3 15/19] hw/i386/intel_iommu: Remove IntelIOMMUState::buggy_eim field
,
Philippe Mathieu-Daudé
,
2025/05/02
[PATCH v3 17/19] hw/virtio/virtio-pci: Remove VirtIOPCIProxy::ignore_backend_features field
,
Philippe Mathieu-Daudé
,
2025/05/02
[PATCH v3 16/19] hw/intc/ioapic: Remove IOAPICCommonState::version field
,
Philippe Mathieu-Daudé
,
2025/05/02
[PATCH v3 18/19] hw/char/virtio-serial: Do not expose the 'emergency-write' property
,
Philippe Mathieu-Daudé
,
2025/05/02
[PATCH v3 19/19] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_PAGE_PER_VQ definition
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [BUG, RFC] Block graph deadlock on job-dismiss
,
Kevin Wolf
,
2025/05/02
Re: [BUG, RFC] Block graph deadlock on job-dismiss
,
Denis V. Lunev
,
2025/05/02
Re: [BUG, RFC] Block graph deadlock on job-dismiss
,
Kevin Wolf
,
2025/05/02
Re: [PATCH v3] target/i386/emulate: remove rflags leftovers
,
Wei Liu
,
2025/05/02
Re: [PATCH v3] target/i386/emulate: remove rflags leftovers
,
Paolo Bonzini
,
2025/05/02
Re: [PATCH 2/2] rust/hw/char/pl011/src/device: Implement logging
,
Peter Maydell
,
2025/05/02
Re: [PATCH 2/2] rust/hw/char/pl011/src/device: Implement logging
,
Daniel P . Berrangé
,
2025/05/08
Re: [PATCH 2/2] rust/hw/char/pl011/src/device: Implement logging
,
Peter Maydell
,
2025/05/12
[PULL 00/14] Migration 20250502 patches
,
Peter Xu
,
2025/05/02
[PULL 02/14] migration: disable RDMA + postcopy-ram
,
Peter Xu
,
2025/05/02
[PULL 01/14] migration: check RDMA and capabilities are compatible on both sides
,
Peter Xu
,
2025/05/02
[PULL 04/14] migration: Unfold control_save_page()
,
Peter Xu
,
2025/05/02
[PULL 03/14] migration/rdma: Remove redundant migration_in_postcopy checks
,
Peter Xu
,
2025/05/02
[PULL 05/14] migration: Add qtest for migration over RDMA
,
Peter Xu
,
2025/05/02
[PULL 07/14] migration/multifd: move macros to multifd header
,
Peter Xu
,
2025/05/02
[PULL 06/14] migration: Fix latent bug in migrate_params_test_apply()
,
Peter Xu
,
2025/05/02
[PULL 09/14] migration: Add save_postcopy_prepare() savevm handler
,
Peter Xu
,
2025/05/02
[PULL 08/14] migration: refactor channel discovery mechanism
,
Peter Xu
,
2025/05/02
[PULL 10/14] migration/ram: Implement save_postcopy_prepare()
,
Peter Xu
,
2025/05/02
[PULL 11/14] tests/qtest/migration: consolidate set capabilities
,
Peter Xu
,
2025/05/02
[PULL 12/14] migration/postcopy: Spatial locality page hint for preempt mode
,
Peter Xu
,
2025/05/02
[PULL 14/14] scripts/vmstate-static-checker.py: Allow new name for ghes_addr_le field
,
Peter Xu
,
2025/05/02
[PULL 13/14] migration/rdma: Remove qemu_rdma_broken_ipv6_kernel
,
Peter Xu
,
2025/05/02
Re: [PULL 00/14] Migration 20250502 patches
,
Stefan Hajnoczi
,
2025/05/06
Re: [PATCH V1 0/6] fast qom tree get
,
Steven Sistare
,
2025/05/02
[PATCH 0/2] target/i386: two interrupt shadow fixes
,
Paolo Bonzini
,
2025/05/02
[PATCH 1/2] target/i386: do not trigger IRQ shadow for LSS
,
Paolo Bonzini
,
2025/05/02
[PATCH 2/2] target/i386: do not block singlestep for STI
,
Paolo Bonzini
,
2025/05/02
vfio vs tcg (was: Re: [RFC PATCH] target/ppc: Inline most of dcbz helper)
,
BALATON Zoltan
,
2025/05/02
[PATCH V3 0/3] vfio cleanup, pre-cpr
,
Steve Sistare
,
2025/05/02
[PATCH V3 1/3] vfio/container: ram discard disable helper
,
Steve Sistare
,
2025/05/02
[PATCH V3 2/3] vfio/container: reform vfio_container_connect cleanup
,
Steve Sistare
,
2025/05/02
[PATCH V3 3/3] vfio/container: vfio_container_group_add
,
Steve Sistare
,
2025/05/02
Re: [PATCH V3 0/3] vfio cleanup, pre-cpr
,
Cédric Le Goater
,
2025/05/05
Re: [PATCH-for-10.1 v2 00/13] hw/arm: Remove virt-2.6 up to virt-2.12 machines
,
Peter Maydell
,
2025/05/02
Re: [PATCH-for-10.1 v2 00/13] hw/arm: Remove virt-2.6 up to virt-2.12 machines
,
Philippe Mathieu-Daudé
,
2025/05/02
[RFC PATCH] hw/virtio: Introduce CONFIG_VIRTIO_LEGACY to disable legacy support
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [RFC PATCH] hw/virtio: Introduce CONFIG_VIRTIO_LEGACY to disable legacy support
,
Pierrick Bouvier
,
2025/05/02
Re: [RFC PATCH] hw/virtio: Introduce CONFIG_VIRTIO_LEGACY to disable legacy support
,
Daniel P . Berrangé
,
2025/05/06
Re: [RFC PATCH] hw/virtio: Introduce CONFIG_VIRTIO_LEGACY to disable legacy support
,
Michael S. Tsirkin
,
2025/05/06
Re: [RFC PATCH] hw/virtio: Introduce CONFIG_VIRTIO_LEGACY to disable legacy support
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [RFC PATCH] hw/virtio: Introduce CONFIG_VIRTIO_LEGACY to disable legacy support
,
Michael S. Tsirkin
,
2025/05/06
Re: [RFC PATCH] hw/virtio: Introduce CONFIG_VIRTIO_LEGACY to disable legacy support
,
Pierrick Bouvier
,
2025/05/06
Re: [RFC PATCH] hw/virtio: Introduce CONFIG_VIRTIO_LEGACY to disable legacy support
,
Akihiko Odaki
,
2025/05/08
Re: [RFC PATCH] hw/virtio: Introduce CONFIG_VIRTIO_LEGACY to disable legacy support
,
Peter Maydell
,
2025/05/08
Re: [PATCH] gdbstub: Implement qqemu.Pid packet
,
Alex Bennée
,
2025/05/02
Re: [PATCH] gdbstub: Implement qqemu.Pid packet
,
Dominik Czarnota
,
2025/05/07
Re: [PATCH] gdbstub: Implement qqemu.Pid packet
,
Alex Bennée
,
2025/05/07
Re: [PATCH v2 0/4] target/arm: fix arm_cpu_get_phys_page_attrs_debug
,
Peter Maydell
,
2025/05/02
Re: [PATCH v2 0/4] target/arm: fix arm_cpu_get_phys_page_attrs_debug
,
Pierrick Bouvier
,
2025/05/02
Re: [PATCH 0/2] Fix GDB support for macOS hvf
,
Peter Maydell
,
2025/05/02
Re: [PATCH 2/2] hvf: only update sysreg from owning thread
,
Peter Maydell
,
2025/05/02
Re: [PATCH] gdbstub: Implement qGDBServerVersion packet
,
Alex Bennée
,
2025/05/02
Re: [PATCH] tests/qtest: Add qtest for NPCM8XX PSPI module
,
Peter Maydell
,
2025/05/02
RE: [PATCH] tests/qtest: Add qtest for NPCM8XX PSPI module
,
address@hidden
,
2025/05/04
Re: [PATCH] tests/qtest: Add qtest for NPCM8XX PSPI module
,
Fabiano Rosas
,
2025/05/05
Re: [PATCH] tests/qtest: Add qtest for NPCM8XX PSPI module
,
Tim Lee
,
2025/05/05
Re: [PATCH] tests/qtest: Add qtest for NPCM8XX PSPI module
,
Philippe Mathieu-Daudé
,
2025/05/06
Re: [PATCH] tests/qtest: Add qtest for NPCM8XX PSPI module
,
Peter Maydell
,
2025/05/06
Re: [PATCH] tests/qtest: Add qtest for NPCM8XX PSPI module
,
Tim Lee
,
2025/05/07
Re: [PATCH for-10.1] target/arm/kvm: Drop support for kernels without KVM_ARM_PREFERRED_TARGET
,
Peter Maydell
,
2025/05/02
Re: [PATCH for-10.1] target/arm/kvm: Drop support for kernels without KVM_ARM_PREFERRED_TARGET
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH for-10.1] target/arm/kvm: Drop support for kernels without KVM_ARM_PREFERRED_TARGET
,
Richard Henderson
,
2025/05/02
Rust in QEMU update, April 2025
,
Paolo Bonzini
,
2025/05/02
Re: Rust in QEMU update, April 2025
,
Manos Pitsidianakis
,
2025/05/05
Re: Rust in QEMU update, April 2025
,
Paolo Bonzini
,
2025/05/05
Re: Rust in QEMU update, April 2025
,
Peter Maydell
,
2025/05/05
Re: Rust in QEMU update, April 2025
,
Manos Pitsidianakis
,
2025/05/06
Re: Rust in QEMU update, April 2025
,
Paolo Bonzini
,
2025/05/14
Re: [PATCH v2 2/2] scsi-disk: Advertise FUA support by default
,
Alberto Faria
,
2025/05/02
[PATCH v3 0/2] scsi-disk: Add FUA write support
,
Alberto Faria
,
2025/05/02
[PATCH v3 1/2] scsi-disk: Add native FUA write support
,
Alberto Faria
,
2025/05/02
[PATCH v3 2/2] scsi-disk: Advertise FUA support by default
,
Alberto Faria
,
2025/05/02
Re: [PATCH v3 0/2] scsi-disk: Add FUA write support
,
Kevin Wolf
,
2025/05/13
Re: [PATCH] hw/gpio/pl061: Declare pullups/pulldowns as 8-bit types
,
Peter Maydell
,
2025/05/02
Re: [PATCH] hw/arm/npcm8xx_boards: Correct valid_cpu_types setting of NPCM8XX SoC
,
Peter Maydell
,
2025/05/02
Re: [PATCH] hw/arm/npcm8xx_boards: Correct valid_cpu_types setting of NPCM8XX SoC
,
Tim Lee
,
2025/05/04
RE: [PATCH] hw/arm/npcm8xx_boards: Correct valid_cpu_types setting of NPCM8XX SoC
,
address@hidden
,
2025/05/04
[PATCH v4 0/9] Introduce AST27x0 multi-SoC machine
,
Steven Lee
,
2025/05/02
[PATCH v4 1/9] aspeed: ast27x0: Map unimplemented devices in SoC memory
,
Steven Lee
,
2025/05/02
[PATCH v4 5/9] hw/arm/aspeed_ast27x0-ssp: Introduce AST27x0 A1 SSP SoC
,
Steven Lee
,
2025/05/02
Re: [PATCH v4 5/9] hw/arm/aspeed_ast27x0-ssp: Introduce AST27x0 A1 SSP SoC
,
Cédric Le Goater
,
2025/05/02
RE: [PATCH v4 5/9] hw/arm/aspeed_ast27x0-ssp: Introduce AST27x0 A1 SSP SoC
,
Steven Lee
,
2025/05/04
[PATCH v4 7/9] hw/arm: Introduce ASPEED AST2700 A1 full core machine
,
Steven Lee
,
2025/05/02
Re: [PATCH v4 7/9] hw/arm: Introduce ASPEED AST2700 A1 full core machine
,
Cédric Le Goater
,
2025/05/02
[PATCH v4 2/9] aspeed: ast27x0: Correct hex notation for device addresses
,
Steven Lee
,
2025/05/02
Re: [PATCH v4 2/9] aspeed: ast27x0: Correct hex notation for device addresses
,
Philippe Mathieu-Daudé
,
2025/05/05
Re: [PATCH v4 2/9] aspeed: ast27x0: Correct hex notation for device addresses
,
Philippe Mathieu-Daudé
,
2025/05/05
[PATCH v4 3/9] hw/intc/aspeed: Add support for AST2700 SSP INTC
,
Steven Lee
,
2025/05/02
[PATCH v4 4/9] hw/intc/aspeed: Add support for AST2700 TSP INTC
,
Steven Lee
,
2025/05/02
[PATCH v4 9/9] docs: Add support for ast2700fc machine
,
Steven Lee
,
2025/05/02
Re: [PATCH v4 9/9] docs: Add support for ast2700fc machine
,
Cédric Le Goater
,
2025/05/02
[PATCH v4 6/9] hw/arm/aspeed_ast27x0-tsp: Introduce AST27x0 A1 TSP SoC
,
Steven Lee
,
2025/05/02
Re: [PATCH v4 6/9] hw/arm/aspeed_ast27x0-tsp: Introduce AST27x0 A1 TSP SoC
,
Cédric Le Goater
,
2025/05/02
[PATCH v4 8/9] tests/function/aspeed: Add functional test for AST2700FC
,
Steven Lee
,
2025/05/02
Re: [PATCH v4 8/9] tests/function/aspeed: Add functional test for AST2700FC
,
Cédric Le Goater
,
2025/05/02
Re: [PATCH v4 0/9] Introduce AST27x0 multi-SoC machine
,
Cédric Le Goater
,
2025/05/02
RE: [PATCH v4 0/9] Introduce AST27x0 multi-SoC machine
,
Steven Lee
,
2025/05/04
[PATCH v2 0/6] Add support for user creatable SMMUv3 device
,
Shameer Kolothum
,
2025/05/02
[PATCH v2 2/6] hw/arm/virt-acpi-build: Update IORT for multiple smmuv3 devices
,
Shameer Kolothum
,
2025/05/02
Re: [PATCH v2 2/6] hw/arm/virt-acpi-build: Update IORT for multiple smmuv3 devices
,
Nicolin Chen
,
2025/05/02
Re: [PATCH v2 2/6] hw/arm/virt-acpi-build: Update IORT for multiple smmuv3 devices
,
Donald Dutile
,
2025/05/02
RE: [PATCH v2 2/6] hw/arm/virt-acpi-build: Update IORT for multiple smmuv3 devices
,
Shameerali Kolothum Thodi
,
2025/05/06
RE: [PATCH v2 2/6] hw/arm/virt-acpi-build: Update IORT for multiple smmuv3 devices
,
Shameerali Kolothum Thodi
,
2025/05/06
Re: [PATCH v2 2/6] hw/arm/virt-acpi-build: Update IORT for multiple smmuv3 devices
,
Eric Auger
,
2025/05/05
RE: [PATCH v2 2/6] hw/arm/virt-acpi-build: Update IORT for multiple smmuv3 devices
,
Shameerali Kolothum Thodi
,
2025/05/06
[PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Shameer Kolothum
,
2025/05/02
Re: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Nicolin Chen
,
2025/05/02
RE: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Shameerali Kolothum Thodi
,
2025/05/06
Re: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Donald Dutile
,
2025/05/02
Re: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Eric Auger
,
2025/05/05
RE: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Shameerali Kolothum Thodi
,
2025/05/06
Re: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Eric Auger
,
2025/05/06
RE: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Shameerali Kolothum Thodi
,
2025/05/06
Re: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Markus Armbruster
,
2025/05/06
RE: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Shameerali Kolothum Thodi
,
2025/05/06
Re: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Donald Dutile
,
2025/05/06
Re: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Markus Armbruster
,
2025/05/07
RE: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Shameerali Kolothum Thodi
,
2025/05/07
Re: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Donald Dutile
,
2025/05/08
Re: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Peter Maydell
,
2025/05/08
Re: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Markus Armbruster
,
2025/05/09
RE: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Shameerali Kolothum Thodi
,
2025/05/09
Re: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Peter Maydell
,
2025/05/09
Re: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Daniel P . Berrangé
,
2025/05/09
Re: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Peter Maydell
,
2025/05/09
RE: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Shameerali Kolothum Thodi
,
2025/05/09
Re: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Daniel P . Berrangé
,
2025/05/09
RE: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Shameerali Kolothum Thodi
,
2025/05/09
Re: [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
,
Eric Auger
,
2025/05/09
[PATCH v2 3/6] hw/arm/virt: Factor out common SMMUV3 dt bindings code
,
Shameer Kolothum
,
2025/05/02
Re: [PATCH v2 3/6] hw/arm/virt: Factor out common SMMUV3 dt bindings code
,
Nicolin Chen
,
2025/05/02
Re: [PATCH v2 3/6] hw/arm/virt: Factor out common SMMUV3 dt bindings code
,
Eric Auger
,
2025/05/05
RE: [PATCH v2 3/6] hw/arm/virt: Factor out common SMMUV3 dt bindings code
,
Shameerali Kolothum Thodi
,
2025/05/06
[PATCH v2 6/6] hw/arm/smmuv3: Enable smmuv3 device creation
,
Shameer Kolothum
,
2025/05/02
Re: [PATCH v2 6/6] hw/arm/smmuv3: Enable smmuv3 device creation
,
Nicolin Chen
,
2025/05/02
Re: [PATCH v2 6/6] hw/arm/smmuv3: Enable smmuv3 device creation
,
Eric Auger
,
2025/05/05
[PATCH v2 5/6] hw/arm/virt: Add support for smmuv3 device
,
Shameer Kolothum
,
2025/05/02
Re: [PATCH v2 5/6] hw/arm/virt: Add support for smmuv3 device
,
Nicolin Chen
,
2025/05/02
RE: [PATCH v2 5/6] hw/arm/virt: Add support for smmuv3 device
,
Shameerali Kolothum Thodi
,
2025/05/06
Re: [PATCH v2 5/6] hw/arm/virt: Add support for smmuv3 device
,
Eric Auger
,
2025/05/05
RE: [PATCH v2 5/6] hw/arm/virt: Add support for smmuv3 device
,
Shameerali Kolothum Thodi
,
2025/05/06
[PATCH v2 4/6] hw/arm/virt: Add an SMMU_IO_LEN macro
,
Shameer Kolothum
,
2025/05/02
Re: [PATCH v2 4/6] hw/arm/virt: Add an SMMU_IO_LEN macro
,
Donald Dutile
,
2025/05/02
Re: [PATCH v2 4/6] hw/arm/virt: Add an SMMU_IO_LEN macro
,
Eric Auger
,
2025/05/05
Re: [PATCH v2 0/6] Add support for user creatable SMMUv3 device
,
Donald Dutile
,
2025/05/02
Re: [PATCH v3 14/14] ppc/spapr: remove deprecated machine pseries-3.0
,
Harsh Prateek Bora
,
2025/05/02
[PATCH 0/9] rust: allow minimum version of 1.77
,
Paolo Bonzini
,
2025/05/02
[PATCH 1/9] lcitool: use Rust 1.78 for Debian bookworm
,
Paolo Bonzini
,
2025/05/02
[PATCH 2/9] rust: use std::ffi instead of std::os::raw
,
Paolo Bonzini
,
2025/05/02
Re: [PATCH 2/9] rust: use std::ffi instead of std::os::raw
,
Manos Pitsidianakis
,
2025/05/02
[PATCH 4/9] rust: qemu_api_macros: use "let ... else"
,
Paolo Bonzini
,
2025/05/02
Re: [PATCH 4/9] rust: qemu_api_macros: use "let ... else"
,
Manos Pitsidianakis
,
2025/05/02
[PATCH 3/9] rust: let bilge use "let ... else"
,
Paolo Bonzini
,
2025/05/02
Re: [PATCH 3/9] rust: let bilge use "let ... else"
,
Manos Pitsidianakis
,
2025/05/02
[PATCH 5/9] rust: use MaybeUninit::zeroed() in const context
,
Paolo Bonzini
,
2025/05/02
Re: [PATCH 5/9] rust: use MaybeUninit::zeroed() in const context
,
Manos Pitsidianakis
,
2025/05/02
Re: [PATCH 5/9] rust: use MaybeUninit::zeroed() in const context
,
Paolo Bonzini
,
2025/05/02
Re: [PATCH 5/9] rust: use MaybeUninit::zeroed() in const context
,
Manos Pitsidianakis
,
2025/05/02
[PATCH 6/9] rust: remove offset_of replacement
,
Paolo Bonzini
,
2025/05/02
[PATCH 8/9] rust: enable clippy::ptr_cast_constness
,
Paolo Bonzini
,
2025/05/02
Re: [PATCH 8/9] rust: enable clippy::ptr_cast_constness
,
Manos Pitsidianakis
,
2025/05/02
Re: [PATCH 8/9] rust: enable clippy::ptr_cast_constness
,
Paolo Bonzini
,
2025/05/02
Re: [PATCH 8/9] rust: enable clippy::ptr_cast_constness
,
Stefan Zabka
,
2025/05/02
Re: [PATCH 8/9] rust: enable clippy::ptr_cast_constness
,
Paolo Bonzini
,
2025/05/02
[PATCH 7/9] rust: replace c_str! with c"" literals
,
Paolo Bonzini
,
2025/05/02
Re: [PATCH 7/9] rust: replace c_str! with c"" literals
,
Manos Pitsidianakis
,
2025/05/02
Re: [PATCH 7/9] rust: replace c_str! with c"" literals
,
Paolo Bonzini
,
2025/05/02
[PATCH 9/9] docs: rust: update for newer minimum supported version
,
Paolo Bonzini
,
2025/05/02
Re: [PATCH 0/9] rust: allow minimum version of 1.77
,
Manos Pitsidianakis
,
2025/05/02
[PATCH v2] hw/char/serial: Remove unused prog_if compat property
,
BALATON Zoltan
,
2025/05/02
Re: [PATCH v2] hw/char/serial: Remove unused prog_if compat property
,
Helge Deller
,
2025/05/02
Re: [PATCH v2] hw/char/serial: Remove unused prog_if compat property
,
Paolo Bonzini
,
2025/05/02
[PATCH 0/2] rust: vmstate: improvements to varray handling
,
Paolo Bonzini
,
2025/05/02
[PATCH 1/2] rust: vmstate: support varray for vmstate_clock!
,
Paolo Bonzini
,
2025/05/02
[PATCH 2/2] rust: assertions: Support index field wrapped in BqlCell
,
Paolo Bonzini
,
2025/05/02
[PATCH 0/2] rust: vmstate: improvements to varray handling
,
Paolo Bonzini
,
2025/05/02
new contributor
,
souleymane conté
,
2025/05/02
Re: new contributor
,
Peter Maydell
,
2025/05/02
Re: [PATCH 3/9] tests/tcg: make aarch64 boot.S handle different starting modes
,
Manos Pitsidianakis
,
2025/05/02
Re: [PATCH 2/9] gitlab: disable debug info on CI builds
,
Manos Pitsidianakis
,
2025/05/02
[PATCH v2] Support madvise(MADV_DONTDUMP) when creating core dumps for qemu-user
,
WorksButNotTested
,
2025/05/02
Re: [PATCH v2] Support madvise(MADV_DONTDUMP) when creating core dumps for qemu-user
,
Philippe Mathieu-Daudé
,
2025/05/02
[PATCH v4 00/22] usb/xhci and usb/msd improvements and tests
,
Nicholas Piggin
,
2025/05/01
[PATCH v4 01/22] hw/usb/xhci: Move HCD constants to a header and add register constants
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v4 01/22] hw/usb/xhci: Move HCD constants to a header and add register constants
,
Peter Maydell
,
2025/05/12
[PATCH v4 02/22] hw/usb/xhci: Rename and move HCD register region constants to header
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v4 02/22] hw/usb/xhci: Rename and move HCD register region constants to header
,
Peter Maydell
,
2025/05/12
[PATCH v4 05/22] tests/qtest/xhci: Add basic USB Mass Storage tests
,
Nicholas Piggin
,
2025/05/01
[PATCH v4 04/22] tests/qtest/xhci: Add controller and device setup and ring tests
,
Nicholas Piggin
,
2025/05/01
[PATCH v4 06/22] hw/usb/xhci: Support TR NOOP commands
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v4 06/22] hw/usb/xhci: Support TR NOOP commands
,
Peter Maydell
,
2025/05/12
[PATCH v4 03/22] tests/qtest/xhci: test the qemu-xhci device
,
Nicholas Piggin
,
2025/05/01
[PATCH v4 07/22] tests/qtest/xhci: add a test for TR NOOP commands
,
Nicholas Piggin
,
2025/05/01
[PATCH v4 08/22] tests/qtest/usb-hcd-xhci: Deliver msix interrupts
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v4 08/22] tests/qtest/usb-hcd-xhci: Deliver msix interrupts
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v4 08/22] tests/qtest/usb-hcd-xhci: Deliver msix interrupts
,
Nicholas Piggin
,
2025/05/04
[PATCH v4 09/22] hw/usb/hcd-xhci-pci: Make PCI device more configurable
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v4 09/22] hw/usb/hcd-xhci-pci: Make PCI device more configurable
,
Peter Maydell
,
2025/05/12
[PATCH v4 10/22] hw/usb/hcd-xhci-pci: Add TI TUSB73X0 XHCI controller model
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v4 10/22] hw/usb/hcd-xhci-pci: Add TI TUSB73X0 XHCI controller model
,
Peter Maydell
,
2025/05/12
[PATCH v4 11/22] usb/msd: Split in and out packet handling
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v4 11/22] usb/msd: Split in and out packet handling
,
Kevin Wolf
,
2025/05/05
[PATCH v4 12/22] usb/msd: Ensure packet structure layout is correct
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v4 12/22] usb/msd: Ensure packet structure layout is correct
,
Kevin Wolf
,
2025/05/05
[PATCH v4 13/22] usb/msd: Improved handling of mass storage reset
,
Nicholas Piggin
,
2025/05/01
[PATCH v4 14/22] usb/msd: Improve packet validation error logging
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v4 14/22] usb/msd: Improve packet validation error logging
,
Kevin Wolf
,
2025/05/05
[PATCH v4 15/22] usb/msd: Allow CBW packet size greater than 31
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v4 15/22] usb/msd: Allow CBW packet size greater than 31
,
Kevin Wolf
,
2025/05/05
[PATCH v4 16/22] usb/msd: Split async packet tracking into data and csw
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v4 16/22] usb/msd: Split async packet tracking into data and csw
,
Kevin Wolf
,
2025/05/05
Re: [PATCH v4 16/22] usb/msd: Split async packet tracking into data and csw
,
Kevin Wolf
,
2025/05/05
[PATCH v4 17/22] usb/msd: Add some additional assertions
,
Nicholas Piggin
,
2025/05/01
[PATCH v4 19/22] usb/msd: Add NODATA CBW state
,
Nicholas Piggin
,
2025/05/01
[PATCH v4 18/22] usb/msd: Rename mode to cbw_state, and tweak names
,
Nicholas Piggin
,
2025/05/01
[PATCH v4 20/22] usb/msd: Permit a DATA-IN or CSW packet before CBW packet
,
Nicholas Piggin
,
2025/05/01
[PATCH v4 21/22] tests/qtest/xhci: Test USB Mass Storage relaxed CSW order
,
Nicholas Piggin
,
2025/05/01
[PATCH v4 22/22] usb/msd: Add more tracing
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v4 00/22] usb/xhci and usb/msd improvements and tests
,
Nicholas Piggin
,
2025/05/04
Re: [PATCH v4 00/22] usb/xhci and usb/msd improvements and tests
,
Kevin Wolf
,
2025/05/05
Re: [PATCH v4 00/22] usb/xhci and usb/msd improvements and tests
,
Peter Maydell
,
2025/05/12
Re: [PATCH v4 00/22] usb/xhci and usb/msd improvements and tests
,
Fabiano Rosas
,
2025/05/12
[PATCH v3 00/12] hw/e1000e|igb: interrupts and qtests fixes
,
Nicholas Piggin
,
2025/05/01
[PATCH v3 01/12] qtest/e1000e|igb: Clear interrupt-cause and msix pending bits after irq
,
Nicholas Piggin
,
2025/05/01
[PATCH v3 02/12] net/e1000e: Permit disabling interrupt throttling
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v3 02/12] net/e1000e: Permit disabling interrupt throttling
,
Akihiko Odaki
,
2025/05/05
Re: [PATCH v3 02/12] net/e1000e: Permit disabling interrupt throttling
,
Nicholas Piggin
,
2025/05/05
[PATCH v3 03/12] hw/net/e1000e|igb: Remove xitr_guest_value logic
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v3 03/12] hw/net/e1000e|igb: Remove xitr_guest_value logic
,
Akihiko Odaki
,
2025/05/05
Re: [PATCH v3 03/12] hw/net/e1000e|igb: Remove xitr_guest_value logic
,
Nicholas Piggin
,
2025/05/05
[PATCH v3 04/12] qtest/e1000e|igb: assert irqs are clear before triggering an irq
,
Nicholas Piggin
,
2025/05/01
[PATCH v3 05/12] net/igb: Fix interrupt throttling interval calculation
,
Nicholas Piggin
,
2025/05/01
[PATCH v3 06/12] net/igb: Implement EITR Moderation Counter
,
Nicholas Piggin
,
2025/05/01
[PATCH v3 07/12] igb: Add a note about re-loading timers breaking deterministic replay
,
Nicholas Piggin
,
2025/05/01
[PATCH v3 08/12] hw/net/e1000e: Postponed msix interrupt processing should auto-clear cause
,
Nicholas Piggin
,
2025/05/01
[PATCH v3 09/12] hw/net/e1000e: Do not auto-clear cause on postponed msix interrupt
,
Nicholas Piggin
,
2025/05/01
[PATCH v3 10/12] net/e1000e|igb: Only send delayed msix interrupts that have a cause
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v3 10/12] net/e1000e|igb: Only send delayed msix interrupts that have a cause
,
Akihiko Odaki
,
2025/05/05
Re: [PATCH v3 10/12] net/e1000e|igb: Only send delayed msix interrupts that have a cause
,
Nicholas Piggin
,
2025/05/05
[PATCH v3 11/12] net/e1000e|igb: Fix interrupt throttling rearming
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v3 11/12] net/e1000e|igb: Fix interrupt throttling rearming
,
Akihiko Odaki
,
2025/05/05
Re: [PATCH v3 11/12] net/e1000e|igb: Fix interrupt throttling rearming
,
Nicholas Piggin
,
2025/05/05
[PATCH v3 12/12] qtest/e1000e|igb: Test interrupt throttling in multiple_transfers test
,
Nicholas Piggin
,
2025/05/01
[PATCH v5 00/11] tests/qtest: pci and msix fixes
,
Nicholas Piggin
,
2025/05/01
[PATCH v5 01/11] tests/qtest: Enforce zero for the "un-fired" msix message value
,
Nicholas Piggin
,
2025/05/01
[PATCH v5 02/11] tests/qtest: Fix virtio msix message endianness
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v5 02/11] tests/qtest: Fix virtio msix message endianness
,
Akihiko Odaki
,
2025/05/05
Re: [PATCH v5 02/11] tests/qtest: Fix virtio msix message endianness
,
Nicholas Piggin
,
2025/05/05
[PATCH v5 03/11] tests/qtest: Add libqos function for testing msix interrupt status
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v5 03/11] tests/qtest: Add libqos function for testing msix interrupt status
,
Akihiko Odaki
,
2025/05/05
Re: [PATCH v5 03/11] tests/qtest: Add libqos function for testing msix interrupt status
,
Nicholas Piggin
,
2025/05/05
[PATCH v5 04/11] tests/qtest: Enable spapr dma with linear iommu map
,
Nicholas Piggin
,
2025/05/01
[PATCH v5 05/11] tests/qtest/ahci: unmap pci bar before reusing device
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v5 05/11] tests/qtest/ahci: unmap pci bar before reusing device
,
Akihiko Odaki
,
2025/05/05
[PATCH v5 06/11] tests/qtest/ahci: don't unmap pci bar if it wasn't mapped
,
Nicholas Piggin
,
2025/05/01
Re: [PATCH v5 06/11] tests/qtest/ahci: don't unmap pci bar if it wasn't mapped
,
Akihiko Odaki
,
2025/05/05
Re: [PATCH v5 06/11] tests/qtest/ahci: don't unmap pci bar if it wasn't mapped
,
Nicholas Piggin
,
2025/05/05
Re: [PATCH v5 06/11] tests/qtest/ahci: don't unmap pci bar if it wasn't mapped
,
Nicholas Piggin
,
2025/05/05
[PATCH v5 07/11] tests/qtest/libquos/virtio: unmap pci bar when disabling device
,
Nicholas Piggin
,
2025/05/01
[PATCH v5 08/11] tests/qtest/libquos/pci: Add migration fixup helper for pci devices
,
Nicholas Piggin
,
2025/05/01
[PATCH v5 09/11] qtest/libqos/pci: Enforce balanced iomap/unmap
,
Nicholas Piggin
,
2025/05/01
[PATCH v5 10/11] qtest/libqos/pci: Fix qpci_msix_enable sharing bar0
,
Nicholas Piggin
,
2025/05/01
[PATCH v5 11/11] qtest/libqos/pci: Factor msix entry helpers into pci common code
,
Nicholas Piggin
,
2025/05/01
[PATCH v2 00/20] AMD vIOMMU: DMA remapping support for VFIO devices
,
Alejandro Jimenez
,
2025/05/01
[PATCH v2 01/20] memory: Adjust event ranges to fit within notifier boundaries
,
Alejandro Jimenez
,
2025/05/01
Re: [PATCH v2 01/20] memory: Adjust event ranges to fit within notifier boundaries
,
Michael S. Tsirkin
,
2025/05/11
Re: [PATCH v2 01/20] memory: Adjust event ranges to fit within notifier boundaries
,
David Hildenbrand
,
2025/05/12
Re: [PATCH v2 01/20] memory: Adjust event ranges to fit within notifier boundaries
,
Peter Xu
,
2025/05/12
[PATCH v2 09/20] amd_iommu: Add basic structure to support IOMMU notifier updates
,
Alejandro Jimenez
,
2025/05/01
Re: [PATCH v2 09/20] amd_iommu: Add basic structure to support IOMMU notifier updates
,
Sairaj Kodilkar
,
2025/05/12
[PATCH v2 02/20] amd_iommu: Document '-device amd-iommu' common options
,
Alejandro Jimenez
,
2025/05/01
[PATCH v2 03/20] amd_iommu: Reorder device and page table helpers
,
Alejandro Jimenez
,
2025/05/01
[PATCH v2 06/20] amd_iommu: Return an error when unable to read PTE from guest memory
,
Alejandro Jimenez
,
2025/05/01
[PATCH v2 05/20] amd_iommu: Add helper function to extract the DTE
,
Alejandro Jimenez
,
2025/05/01
Re: [PATCH v2 05/20] amd_iommu: Add helper function to extract the DTE
,
Sairaj Kodilkar
,
2025/05/12
Re: [PATCH v2 05/20] amd_iommu: Add helper function to extract the DTE
,
Alejandro Jimenez
,
2025/05/14
[PATCH v2 04/20] amd_iommu: Helper to decode size of page invalidation command
,
Alejandro Jimenez
,
2025/05/01
[PATCH v2 10/20] amd_iommu: Sync shadow page tables on page invalidation
,
Alejandro Jimenez
,
2025/05/01
[PATCH v2 17/20] amd_iommu: Add dma-remap property to AMD vIOMMU device
,
Alejandro Jimenez
,
2025/05/01
[PATCH v2 07/20] amd_iommu: Add helpers to walk AMD v1 Page Table format
,
Alejandro Jimenez
,
2025/05/01
[PATCH v2 12/20] amd_iommu: Unmap all address spaces under the AMD IOMMU on reset
,
Alejandro Jimenez
,
2025/05/01
[PATCH v2 11/20] amd_iommu: Use iova_tree records to determine large page size on UNMAP
,
Alejandro Jimenez
,
2025/05/01
[PATCH v2 15/20] amd_iommu: Toggle memory regions based on address translation mode
,
Alejandro Jimenez
,
2025/05/01
Re: [PATCH v2 15/20] amd_iommu: Toggle memory regions based on address translation mode
,
Sairaj Kodilkar
,
2025/05/12
[PATCH v2 08/20] amd_iommu: Add a page walker to sync shadow page tables on invalidation
,
Alejandro Jimenez
,
2025/05/01
[PATCH v2 19/20] amd_iommu: Do not assume passthrough translation when DTE[TV]=0
,
Alejandro Jimenez
,
2025/05/01
Re: [PATCH v2 19/20] amd_iommu: Do not assume passthrough translation when DTE[TV]=0
,
Sairaj Kodilkar
,
2025/05/12
Re: [PATCH v2 19/20] amd_iommu: Do not assume passthrough translation when DTE[TV]=0
,
Alejandro Jimenez
,
2025/05/14
Re: [PATCH v2 19/20] amd_iommu: Do not assume passthrough translation when DTE[TV]=0
,
Sairaj Kodilkar
,
2025/05/16
[PATCH v2 13/20] amd_iommu: Add replay callback
,
Alejandro Jimenez
,
2025/05/01
[PATCH v2 18/20] amd_iommu: Toggle address translation mode on devtab entry invalidation
,
Alejandro Jimenez
,
2025/05/01
[PATCH v2 20/20] amd_iommu: Refactor amdvi_page_walk() to use common code for page walk
,
Alejandro Jimenez
,
2025/05/01
[PATCH v2 16/20] amd_iommu: Set all address spaces to default translation mode on reset
,
Alejandro Jimenez
,
2025/05/01
[PATCH v2 14/20] amd_iommu: Invalidate address translations on INVALIDATE_IOMMU_ALL
,
Alejandro Jimenez
,
2025/05/01
Re: [PATCH v2 00/20] AMD vIOMMU: DMA remapping support for VFIO devices
,
Michael S. Tsirkin
,
2025/05/11
Re: [PATCH v2 00/20] AMD vIOMMU: DMA remapping support for VFIO devices
,
Sairaj Kodilkar
,
2025/05/16
RE: [PATCH v3 5/9] hw/arm/aspeed_ast27x0-ssp: Introduce AST27x0 A1 SSP SoC
,
Steven Lee
,
2025/05/01
Re: [PATCH v3 5/9] hw/arm/aspeed_ast27x0-ssp: Introduce AST27x0 A1 SSP SoC
,
Cédric Le Goater
,
2025/05/02
RE: [PATCH v3 8/9] tests/function/aspeed: Add functional test for AST2700FC
,
Steven Lee
,
2025/05/01
RE: [PATCH v3 0/9] Introduce AST27x0 multi-SoC machine
,
Steven Lee
,
2025/05/01
Re: [PATCH v3 0/9] Introduce AST27x0 multi-SoC machine
,
Cédric Le Goater
,
2025/05/02
[PATCH] hw/char/serial: Remove unused prog_if compat property
,
BALATON Zoltan
,
2025/05/01
Re: [PATCH] hw/char/serial: Remove unused prog_if compat property
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [RFC PATCH v5 08/21] hw/arm: Add DEFINE_MACHINE_[ARM_]AARCH64() macros
,
BALATON Zoltan
,
2025/05/01
Re: [RFC PATCH v5 08/21] hw/arm: Add DEFINE_MACHINE_[ARM_]AARCH64() macros
,
Pierrick Bouvier
,
2025/05/03
[PATCH 00/13] Pegasos2 clean up and pegasos1 emulation
,
BALATON Zoltan
,
2025/05/01
[PATCH 01/13] hw/boards: Extend DEFINE_MACHINE macro to cover more use cases
,
BALATON Zoltan
,
2025/05/01
[PATCH 02/13] ppc/vof: Make nextprop behave more like Open Firmware
,
BALATON Zoltan
,
2025/05/01
[PATCH 05/13] hw/ppc/pegasos2: Remove fdt pointer from machine state
,
BALATON Zoltan
,
2025/05/01
[PATCH 03/13] hw/ppc/pegasos2: Remove explicit name properties from device tree
,
BALATON Zoltan
,
2025/05/01
[PATCH 04/13] hw/ppc/pegasos2: Change device tree generation
,
BALATON Zoltan
,
2025/05/01
[PATCH 08/13] hw/ppc/pegasos2: Move PCI IRQ routing setup to a function
,
BALATON Zoltan
,
2025/05/01
[PATCH 10/13] hw/ppc/pegasos2: Introduce abstract superclass
,
BALATON Zoltan
,
2025/05/01
[PATCH 09/13] hw/ppc/pegasos2: Move hardware specific parts out of machine reset
,
BALATON Zoltan
,
2025/05/01
[PATCH 11/13] hw/ppc/pegasos2: Add bus frequency to machine state
,
BALATON Zoltan
,
2025/05/01
[PATCH 12/13] hw/ppc/pegasos2: Add Pegasos I emulation
,
BALATON Zoltan
,
2025/05/01
[PATCH 13/13] hw/ppc/pegasos2: Add VOF support for pegasos1
,
BALATON Zoltan
,
2025/05/01
[PATCH 07/13] hw/ppc/pegasos2: Add south bridge pointer in the machine state
,
BALATON Zoltan
,
2025/05/01
[PATCH 06/13] hw/ppc/pegasos2: Rename mv field in machine state
,
BALATON Zoltan
,
2025/05/01
[PATCH 00/10] hw/core: Remove hw_compat[] array for 2.10, 2.11 and 2.12 machines
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 01/10] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.10 and 2.11 machine types
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 02/10] hw/core/machine: Remove hw_compat_2_10[] array
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 03/10] hw/input/virtio-input: Remove VirtIOInputHID::wheel_axis field
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 04/10] hw/core/machine: Remove hw_compat_2_11[] array
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 05/10] hw/timer/hpet: Remove HPETState::hpet_offset_saved field
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 06/10] hw/net/e1000: Remove unused E1000_FLAG_TSO flag
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 07/10] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.12 machine type
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 08/10] hw/core/machine: Remove hw_compat_2_12[] array
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 09/10] hw/audio/hda-codec: Remove HDAAudioState::use_timer field
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 10/10] hw/display/vga-pci: Do not expose the 'global-vmstate' property
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH 8/8] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.12 machine type
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH 5/8] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.10 and 2.11 machine types
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 0/8] hw/i386/pc: Remove deprecated 2.10, 2.11 and 2.12 PC machines
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 1/8] hw/i386/pc: Remove deprecated pc-q35-2.10 and pc-i440fx-2.10 machines
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 2/8] hw/i386/pc: Remove pc_compat_2_10[] array
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 3/8] hw/pci-host/i440fx: Remove I440FXState::pci_hole64_fix field
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 4/8] hw/pci-host/q35: Remove Q35PCIHost::pci_hole64_fix field
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 5/8] hw/i386/pc: Remove deprecated pc-q35-2.11 and pc-i440fx-2.11 machines
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 6/8] hw/i386/pc: Remove pc_compat_2_11[] array
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 7/8] hw/i386/pc: Remove deprecated pc-q35-2.12 and pc-i440fx-2.12 machines
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 8/8] hw/i386/pc: Remove pc_compat_2_12[] array
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v15 1/6] qmp: add QMP command x-query-virtio
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v15 2/6] qmp: add QMP command x-query-virtio-status
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v15 2/6] qmp: add QMP command x-query-virtio-status
,
Thomas Huth
,
2025/05/05
Re: [PATCH v15 2/6] qmp: add QMP command x-query-virtio-status
,
Laurent Vivier
,
2025/05/05
Re: [PATCH v15 2/6] qmp: add QMP command x-query-virtio-status
,
Markus Armbruster
,
2025/05/08
Re: [PATCH v15 2/6] qmp: add QMP command x-query-virtio-status
,
Philippe Mathieu-Daudé
,
2025/05/08
Re: [RFC qemu 1/6] hw/pci-bridge/cxl_root_port: Provide x-speed and x-width properties.
,
Philippe Mathieu-Daudé
,
2025/05/01
[PULL 00/59] tcg patch queue
,
Richard Henderson
,
2025/05/01
[PULL 06/59] accel/tcg: Add CPUState arg to tb_invalidate_phys_range_fast
,
Richard Henderson
,
2025/05/01
[PULL 02/59] accel/tcg: Add CPUState argument to tb_invalidate_phys_page_unwind
,
Richard Henderson
,
2025/05/01
[PULL 05/59] accel/tcg: Add CPUState arg to tb_invalidate_phys_range
,
Richard Henderson
,
2025/05/01
[PULL 08/59] accel/tcg: Simplify CPU_TLB_DYN_MAX_BITS
,
Richard Henderson
,
2025/05/01
[PULL 12/59] accel/tcg: Use vaddr for walk_memory_regions callback
,
Richard Henderson
,
2025/05/01
[PULL 04/59] accel/tcg: Merge tb_invalidate_phys_range{__locked}
,
Richard Henderson
,
2025/05/01
[PULL 07/59] accel/tcg: Convert TARGET_HAS_PRECISE_SMC to TCGCPUOps.precise_smc
,
Richard Henderson
,
2025/05/01
[PULL 01/59] accel/tcg: Add CPUState argument to page_unprotect
,
Richard Henderson
,
2025/05/01
[PULL 03/59] accel/tcg: Add CPUState arg to tb_invalidate_phys_page_range__locked
,
Richard Henderson
,
2025/05/01
[PULL 10/59] accel/tcg: Merge internal-target.h into internal-common.h
,
Richard Henderson
,
2025/05/01
[PULL 19/59] accel/tcg: Include 'accel/tcg/getpc.h' in 'exec/helper-proto'
,
Richard Henderson
,
2025/05/01
[PULL 21/59] physmem: Restrict TCG IOTLB code to TCG accel
,
Richard Henderson
,
2025/05/01
[PULL 24/59] accel/tcg: Generalize fake_user_interrupt test
,
Richard Henderson
,
2025/05/01
[PULL 11/59] accel/tcg: Reduce scope of tb_phys_invalidate, tb_set_jmp_target
,
Richard Henderson
,
2025/05/01
[PULL 09/59] accel/tcg: Simplify L1_MAP_ADDR_SPACE_BITS
,
Richard Henderson
,
2025/05/01
[PULL 15/59] include/exec: Move tb_invalidate_phys_range to translation-block.h
,
Richard Henderson
,
2025/05/01
[PULL 16/59] accel/tcg: Compile tb-maint.c twice
,
Richard Henderson
,
2025/05/01
[PULL 18/59] target/riscv: Include missing 'accel/tcg/getpc.h' in csr.c
,
Richard Henderson
,
2025/05/01
[PULL 23/59] include: Remove 'exec/exec-all.h'
,
Richard Henderson
,
2025/05/01
[PULL 30/59] target/arm: Unexport assert_hflags_rebuild_correctly
,
Richard Henderson
,
2025/05/01
[PULL 13/59] accel/tcg: Use vaddr in user/page-protection.h
,
Richard Henderson
,
2025/05/01
[PULL 20/59] physmem: Move TCG IOTLB methods around
,
Richard Henderson
,
2025/05/01
[PULL 14/59] include/exec: Include missing headers in exec-all.h
,
Richard Henderson
,
2025/05/01
[PULL 27/59] target/i386: Split out x86_cpu_exec_reset
,
Richard Henderson
,
2025/05/01
[PULL 29/59] target/arm: Move cpu_get_tb_cpu_state to hflags.c
,
Richard Henderson
,
2025/05/01
[PULL 28/59] accel/tcg: Hoist cpu_get_tb_cpu_state decl to accl/tcg/cpu-ops.h
,
Richard Henderson
,
2025/05/01
[PULL 33/59] accel/tcg: Move cpu_get_tb_cpu_state to TCGCPUOps
,
Richard Henderson
,
2025/05/01
[PULL 17/59] accel/tcg: Remove #error for non-tcg in getpc.h
,
Richard Henderson
,
2025/05/01
[PULL 34/59] accel/tcg: Pass TCGTBCPUState to tb_lookup
,
Richard Henderson
,
2025/05/01
[PULL 35/59] accel/tcg: Pass TCGTBCPUState to tb_htable_lookup
,
Richard Henderson
,
2025/05/01
[PULL 36/59] accel/tcg: Use TCGTBCPUState in struct tb_desc
,
Richard Henderson
,
2025/05/01
[PULL 39/59] accel/tcg: Compile cpu-exec.c twice
,
Richard Henderson
,
2025/05/01
[PULL 22/59] accel/tcg: Extract probe API out of 'exec/exec-all.h'
,
Richard Henderson
,
2025/05/01
[PULL 32/59] accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
,
Richard Henderson
,
2025/05/01
[PULL 38/59] accel/tcg: Split out accel/tcg/helper-retaddr.h
,
Richard Henderson
,
2025/05/01
[PULL 25/59] accel/tcg: Unconditionally use CPU_DUMP_CCOP in log_cpu_exec
,
Richard Henderson
,
2025/05/01
[PULL 26/59] accel/tcg: Introduce TCGCPUOps.cpu_exec_reset
,
Richard Henderson
,
2025/05/01
[PULL 37/59] accel/tcg: Pass TCGTBCPUState to tb_gen_code
,
Richard Henderson
,
2025/05/01
[PULL 31/59] target/riscv: Move cpu_get_tb_cpu_state to tcg-cpu.c
,
Richard Henderson
,
2025/05/01
[PULL 40/59] system/vl: Filter machine list available for a particular target binary
,
Richard Henderson
,
2025/05/01
[PULL 42/59] qemu: Introduce target_long_bits()
,
Richard Henderson
,
2025/05/01
[PULL 44/59] accel/tcg: Don't use TARGET_LONG_BITS in decode_sleb128
,
Richard Henderson
,
2025/05/01
[PULL 43/59] tcg: Define INSN_START_WORDS as constant 3
,
Richard Henderson
,
2025/05/01
[PULL 47/59] accel/tcg: Build tcg-all.c twice
,
Richard Henderson
,
2025/05/01
[PULL 50/59] accel/tcg: Move tlb_vaddr_to_host declaration to probe.h
,
Richard Henderson
,
2025/05/01
[PULL 51/59] accel/tcg: Use target_long_bits() in cputlb.c
,
Richard Henderson
,
2025/05/01
[PULL 41/59] qemu/target_info: Add %target_cpu_type field to TargetInfo
,
Richard Henderson
,
2025/05/01
[PULL 46/59] accel/tcg: Build translate-all.c twice
,
Richard Henderson
,
2025/05/01
[PULL 49/59] accel/tcg: Move user-only tlb_vaddr_to_host out of line
,
Richard Henderson
,
2025/05/01
[PULL 52/59] accel/tcg: Use vaddr for plugin_{load,store}_cb
,
Richard Henderson
,
2025/05/01
[PULL 53/59] accel/tcg: Build cputlb.c once
,
Richard Henderson
,
2025/05/01
[PULL 55/59] include/user: Use vaddr in guest-host.h
,
Richard Henderson
,
2025/05/01
[PULL 56/59] accel/tcg: Move TARGET_TAGGED_ADDRESSES to TCGCPUOps.untagged_addr
,
Richard Henderson
,
2025/05/01
[PULL 45/59] accel/tcg: Use target_long_bits() in translate-all.c
,
Richard Henderson
,
2025/05/01
[PULL 48/59] accel/tcg: Use vaddr in cpu_loop.h
,
Richard Henderson
,
2025/05/01
[PULL 54/59] include/user: Convert GUEST_ADDR_MAX to a variable
,
Richard Henderson
,
2025/05/01
[PULL 58/59] accel/tcg: Avoid abi_ptr in user-exec.c
,
Richard Henderson
,
2025/05/01
[PULL 57/59] accel/tcg: Remove TARGET_PAGE_DATA_SIZE
,
Richard Henderson
,
2025/05/01
[PULL 59/59] accel/tcg: Build user-exec.c once
,
Richard Henderson
,
2025/05/01
Re: [PULL 00/59] tcg patch queue
,
Stefan Hajnoczi
,
2025/05/05
[PATCH 00/18] hw/i386/pc: Remove deprecated 2.8 and 2.9 PC machines
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 01/18] hw/i386/pc: Remove deprecated pc-q35-2.8 and pc-i440fx-2.8 machines
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 02/18] hw/i386/pc: Remove pc_compat_2_8[] array
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 03/18] hw/southbridge/ich9: Remove ICH9_LPC_SMI_F_BROADCAST_BIT definition
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 04/18] hw/i386/kvm: Remove KVMClockState::mach_use_reliable_get_clock field
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 05/18] hw/core/machine: Remove hw_compat_2_8[] array
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 06/18] hw/block/pflash: Remove PFlashCFI01::old_multiple_chip_handling field
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 08/18] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_INIT_DEVERR definition
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 07/18] hw/pci/pcie: Remove QEMU_PCIE_EXTCAP_INIT definition
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 09/18] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_INIT_LNKCTL definition
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 10/18] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_INIT_PM definition
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 12/18] hw/nvram/fw_cfg: Inline fw_cfg_file_slots()
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 11/18] hw/nvram/fw_cfg: Remove FWCfgState::file_slots field
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 13/18] hw/i386/pc: Remove deprecated pc-q35-2.9 and pc-i440fx-2.9 machines
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 14/18] hw/i386/pc: Remove pc_compat_2_9[] array
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 16/18] hw/net/virtio-net: Remove VirtIONet::mtu_bypass_backend field
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 17/18] hw/pci-bridge/gen_pcie_rp: Remove GenPCIERootPort::migrate_msix field
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 15/18] hw/core/machine: Remove hw_compat_2_9[] array
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 18/18] hw/i386/x86-iommu: Remove X86IOMMUState::pt_supported field
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH 3/9] cxl/type3: Add dsmas_flags to CXLDCRegion struct
,
Fan Ni
,
2025/05/01
Re: [PATCH 3/9] cxl/type3: Add dsmas_flags to CXLDCRegion struct
,
Jonathan Cameron
,
2025/05/02
Re: [PATCH 3/9] cxl/type3: Add dsmas_flags to CXLDCRegion struct
,
Fan Ni
,
2025/05/02
Re: [PATCH 3/9] cxl/type3: Add dsmas_flags to CXLDCRegion struct
,
Jonathan Cameron
,
2025/05/06
Re: [PATCH v2 2/7] target/microblaze: Delay gdb_register_coprocessor() to realize
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH-for-10.0? v2] tests/functional: Add test for imx8mp-evk board with USDHC coverage
,
Bernhard Beschow
,
2025/05/01
Re: [PATCH-for-10.0? v2] tests/functional: Add test for imx8mp-evk board with USDHC coverage
,
Peter Maydell
,
2025/05/02
[PATCH v2 00/16] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH v2 02/16] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v2 02/16] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
,
Mark Cave-Ayland
,
2025/05/02
Re: [PATCH v2 02/16] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v2 02/16] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
,
Thomas Huth
,
2025/05/05
[PATCH v2 01/16] hw/i386/pc: Remove deprecated pc-q35-2.6 and pc-i440fx-2.6 machines
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v2 01/16] hw/i386/pc: Remove deprecated pc-q35-2.6 and pc-i440fx-2.6 machines
,
Mark Cave-Ayland
,
2025/05/02
Re: [PATCH v2 01/16] hw/i386/pc: Remove deprecated pc-q35-2.6 and pc-i440fx-2.6 machines
,
Thomas Huth
,
2025/05/05
[PATCH v2 03/16] hw/i386/x86: Remove X86MachineClass::fwcfg_dma_enabled field
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v2 03/16] hw/i386/x86: Remove X86MachineClass::fwcfg_dma_enabled field
,
Mark Cave-Ayland
,
2025/05/02
Re: [PATCH v2 03/16] hw/i386/x86: Remove X86MachineClass::fwcfg_dma_enabled field
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v2 03/16] hw/i386/x86: Remove X86MachineClass::fwcfg_dma_enabled field
,
Thomas Huth
,
2025/05/05
Re: [PATCH v2 03/16] hw/i386/x86: Remove X86MachineClass::fwcfg_dma_enabled field
,
Philippe Mathieu-Daudé
,
2025/05/08
[PATCH v2 04/16] hw/i386/pc: Remove pc_compat_2_6[] array
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v2 04/16] hw/i386/pc: Remove pc_compat_2_6[] array
,
Mark Cave-Ayland
,
2025/05/02
Re: [PATCH v2 04/16] hw/i386/pc: Remove pc_compat_2_6[] array
,
Thomas Huth
,
2025/05/05
Re: [PATCH v2 04/16] hw/i386/pc: Remove pc_compat_2_6[] array
,
Thomas Huth
,
2025/05/05
Re: [PATCH v2 04/16] hw/i386/pc: Remove pc_compat_2_6[] array
,
Philippe Mathieu-Daudé
,
2025/05/05
[PATCH v2 05/16] hw/intc/apic: Remove APICCommonState::legacy_instance_id field
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v2 05/16] hw/intc/apic: Remove APICCommonState::legacy_instance_id field
,
Mark Cave-Ayland
,
2025/05/02
Re: [PATCH v2 05/16] hw/intc/apic: Remove APICCommonState::legacy_instance_id field
,
Philippe Mathieu-Daudé
,
2025/05/02
Re: [PATCH v2 05/16] hw/intc/apic: Remove APICCommonState::legacy_instance_id field
,
Thomas Huth
,
2025/05/05
[PATCH v2 06/16] hw/core/machine: Remove hw_compat_2_6[] array
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v2 06/16] hw/core/machine: Remove hw_compat_2_6[] array
,
Mark Cave-Ayland
,
2025/05/02
Re: [PATCH v2 06/16] hw/core/machine: Remove hw_compat_2_6[] array
,
Thomas Huth
,
2025/05/05
Re: [PATCH v2 06/16] hw/core/machine: Remove hw_compat_2_6[] array
,
Philippe Mathieu-Daudé
,
2025/05/05
Re: [PATCH v2 06/16] hw/core/machine: Remove hw_compat_2_6[] array
,
Philippe Mathieu-Daudé
,
2025/05/08
[PATCH v2 07/16] hw/virtio/virtio-mmio: Remove VirtIOMMIOProxy::format_transport_address field
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v2 07/16] hw/virtio/virtio-mmio: Remove VirtIOMMIOProxy::format_transport_address field
,
Mark Cave-Ayland
,
2025/05/02
[PATCH v2 09/16] hw/i386/pc: Remove pc_compat_2_7[] array
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v2 09/16] hw/i386/pc: Remove pc_compat_2_7[] array
,
Mark Cave-Ayland
,
2025/05/02
Re: [PATCH v2 09/16] hw/i386/pc: Remove pc_compat_2_7[] array
,
Thomas Huth
,
2025/05/05
[PATCH v2 10/16] hw/audio/pcspk: Remove PCSpkState::migrate field
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v2 10/16] hw/audio/pcspk: Remove PCSpkState::migrate field
,
Mark Cave-Ayland
,
2025/05/02
Re: [PATCH v2 10/16] hw/audio/pcspk: Remove PCSpkState::migrate field
,
Thomas Huth
,
2025/05/05
[PATCH v2 08/16] hw/i386/pc: Remove deprecated pc-q35-2.7 and pc-i440fx-2.7 machines
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v2 08/16] hw/i386/pc: Remove deprecated pc-q35-2.7 and pc-i440fx-2.7 machines
,
Mark Cave-Ayland
,
2025/05/02
Re: [PATCH v2 08/16] hw/i386/pc: Remove deprecated pc-q35-2.7 and pc-i440fx-2.7 machines
,
Thomas Huth
,
2025/05/05
Re: [PATCH v2 08/16] hw/i386/pc: Remove deprecated pc-q35-2.7 and pc-i440fx-2.7 machines
,
Thomas Huth
,
2025/05/05
Re: [PATCH v2 08/16] hw/i386/pc: Remove deprecated pc-q35-2.7 and pc-i440fx-2.7 machines
,
Philippe Mathieu-Daudé
,
2025/05/05
[PATCH v2 11/16] hw/core/machine: Remove hw_compat_2_7[] array
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v2 11/16] hw/core/machine: Remove hw_compat_2_7[] array
,
Mark Cave-Ayland
,
2025/05/02
[PATCH v2 12/16] hw/i386/intel_iommu: Remove IntelIOMMUState::buggy_eim field
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v2 12/16] hw/i386/intel_iommu: Remove IntelIOMMUState::buggy_eim field
,
Mark Cave-Ayland
,
2025/05/02
[PATCH v2 13/16] hw/intc/ioapic: Remove IOAPICCommonState::version field
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v2 13/16] hw/intc/ioapic: Remove IOAPICCommonState::version field
,
Mark Cave-Ayland
,
2025/05/02
Re: [PATCH v2 13/16] hw/intc/ioapic: Remove IOAPICCommonState::version field
,
Philippe Mathieu-Daudé
,
2025/05/02
[PATCH v2 14/16] hw/virtio/virtio-pci: Remove VirtIOPCIProxy::ignore_backend_features field
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v2 14/16] hw/virtio/virtio-pci: Remove VirtIOPCIProxy::ignore_backend_features field
,
Mark Cave-Ayland
,
2025/05/02
[PATCH v2 15/16] hw/char/virtio-serial: Do not expose the 'emergency-write' property
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v2 15/16] hw/char/virtio-serial: Do not expose the 'emergency-write' property
,
Mark Cave-Ayland
,
2025/05/02
Re: [PATCH v2 15/16] hw/char/virtio-serial: Do not expose the 'emergency-write' property
,
Philippe Mathieu-Daudé
,
2025/05/02
[PATCH v2 16/16] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_PAGE_PER_VQ definition
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v2 16/16] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_PAGE_PER_VQ definition
,
Mark Cave-Ayland
,
2025/05/02
[PATCH v3 0/1] hw/nvme: CMIC.MCTRS should be set automatically for multi-controller subsystems or by parameter
,
Alan Adamson
,
2025/05/01
[PATCH v3 1/1] hw/nvme: CMIC.MCTRS should be set automatically for multi-controller subsystems or by parameter
,
Alan Adamson
,
2025/05/01
[PATCH 0/3] i.MX fixes
,
Bernhard Beschow
,
2025/05/01
[PATCH 1/3] hw/pci-host/designware: Remove unused include
,
Bernhard Beschow
,
2025/05/01
Re: [PATCH 1/3] hw/pci-host/designware: Remove unused include
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH 1/3] hw/pci-host/designware: Remove unused include
,
Bernhard Beschow
,
2025/05/01
Re: [PATCH 1/3] hw/pci-host/designware: Remove unused include
,
BALATON Zoltan
,
2025/05/01
Re: [PATCH 1/3] hw/pci-host/designware: Remove unused include
,
Peter Maydell
,
2025/05/06
Re: [PATCH 1/3] hw/pci-host/designware: Remove unused include
,
Philippe Mathieu-Daudé
,
2025/05/06
[PATCH 2/3] hw/pci-host/designware: Fix viewport configuration
,
Bernhard Beschow
,
2025/05/01
Re: [PATCH 2/3] hw/pci-host/designware: Fix viewport configuration
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 3/3] hw/gpio/imx_gpio: Fix interpretation of GDIR polarity
,
Bernhard Beschow
,
2025/05/01
Re: [PATCH 0/3] i.MX fixes
,
Peter Maydell
,
2025/05/06
[PATCH] Support madvise(MADV_DONTDUMP) when creating core dumps for qemu-user
,
WorksButNotTested
,
2025/05/01
Re: [PATCH] Support madvise(MADV_DONTDUMP) when creating core dumps for qemu-user
,
Richard Henderson
,
2025/05/01
Re: [PATCH] Support madvise(MADV_DONTDUMP) when creating core dumps for qemu-user
,
Jon Wilson
,
2025/05/01
Re: [PATCH] Support madvise(MADV_DONTDUMP) when creating core dumps for qemu-user
,
BALATON Zoltan
,
2025/05/01
Re: Re [PATCH v3 08/11] mirror: Skip writing zeroes when target is already zero
,
Eric Blake
,
2025/05/01
Re [PATCH v3 08/11] mirror: Skip writing zeroes when target is already zero
,
Sunny Zhu
,
2025/05/02
Re: Functional tests precache behaviour
,
Peter Maydell
,
2025/05/01
Re: Functional tests precache behaviour
,
Pierrick Bouvier
,
2025/05/01
Re: Functional tests precache behaviour
,
Pierrick Bouvier
,
2025/05/03
Re: [PATCH v3 10/11] tests: Add iotest mirror-sparse for recent patches
,
Stefan Hajnoczi
,
2025/05/01
Re: [PATCH v3 10/11] tests: Add iotest mirror-sparse for recent patches
,
Eric Blake
,
2025/05/01
Re: [PATCH v3 10/11] tests: Add iotest mirror-sparse for recent patches
,
Eric Blake
,
2025/05/09
Re: [PATCH v3 07/11] mirror: Skip pre-zeroing destination if it is already zero
,
Eric Blake
,
2025/05/01
Re: [PATCH v3 07/11] mirror: Skip pre-zeroing destination if it is already zero
,
Sunny Zhu
,
2025/05/01
Re: [PATCH v3 04/11] block: Add new bdrv_co_is_all_zeroes() function
,
Stefan Hajnoczi
,
2025/05/01
Re: [PATCH v3 03/11] block: Let bdrv_co_is_zero_fast consolidate adjacent extents
,
Stefan Hajnoczi
,
2025/05/01
madvise(MADV_DONTDUMP)
,
Jon Wilson
,
2025/05/01
Re: madvise(MADV_DONTDUMP)
,
Thomas Huth
,
2025/05/05
[PATCH] scripts/vmstate-static-checker.py: Add new hpet entry for num_timers
,
Peter Xu
,
2025/05/01
Re: [PATCH] scripts/vmstate-static-checker.py: Add new hpet entry for num_timers
,
Thomas Huth
,
2025/05/05
[PATCH 00/11] accel/tcg: Finish building once
,
Richard Henderson
,
2025/05/01
[PATCH 03/11] accel/tcg: Use target_long_bits() in cputlb.c
,
Richard Henderson
,
2025/05/01
Re: [PATCH 03/11] accel/tcg: Use target_long_bits() in cputlb.c
,
Pierrick Bouvier
,
2025/05/01
[PATCH 05/11] accel/tcg: Build cputlb.c once
,
Richard Henderson
,
2025/05/01
Re: [PATCH 05/11] accel/tcg: Build cputlb.c once
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH 05/11] accel/tcg: Build cputlb.c once
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 01/11] accel/tcg: Move user-only tlb_vaddr_to_host out of line
,
Richard Henderson
,
2025/05/01
Re: [PATCH 01/11] accel/tcg: Move user-only tlb_vaddr_to_host out of line
,
Pierrick Bouvier
,
2025/05/01
[PATCH 02/11] accel/tcg: Move tlb_vaddr_to_host declaration to probe.h
,
Richard Henderson
,
2025/05/01
Re: [PATCH 02/11] accel/tcg: Move tlb_vaddr_to_host declaration to probe.h
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH 02/11] accel/tcg: Move tlb_vaddr_to_host declaration to probe.h
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 04/11] accel/tcg: Use vaddr for plugin_{load,store}_cb
,
Richard Henderson
,
2025/05/01
Re: [PATCH 04/11] accel/tcg: Use vaddr for plugin_{load,store}_cb
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH 04/11] accel/tcg: Use vaddr for plugin_{load,store}_cb
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH 06/11] include/user: Convert GUEST_ADDR_MAX to a variable
,
Richard Henderson
,
2025/05/01
Re: [PATCH 06/11] include/user: Convert GUEST_ADDR_MAX to a variable
,
Pierrick Bouvier
,
2025/05/01
[PATCH 08/11] accel/tcg: Move TARGET_TAGGED_ADDRESSES to TCGCPUOps.untagged_addr
,
Richard Henderson
,
2025/05/01
Re: [PATCH 08/11] accel/tcg: Move TARGET_TAGGED_ADDRESSES to TCGCPUOps.untagged_addr
,
Pierrick Bouvier
,
2025/05/01
[PATCH 07/11] include/user: Use vaddr in guest-host.h
,
Richard Henderson
,
2025/05/01
Re: [PATCH 07/11] include/user: Use vaddr in guest-host.h
,
Pierrick Bouvier
,
2025/05/01
[PATCH 10/11] accel/tcg: Avoid abi_ptr in user-exec.c
,
Richard Henderson
,
2025/05/01
Re: [PATCH 10/11] accel/tcg: Avoid abi_ptr in user-exec.c
,
Pierrick Bouvier
,
2025/05/01
[PATCH 09/11] accel/tcg: Remove TARGET_PAGE_DATA_SIZE
,
Richard Henderson
,
2025/05/01
Re: [PATCH 09/11] accel/tcg: Remove TARGET_PAGE_DATA_SIZE
,
Pierrick Bouvier
,
2025/05/01
[PATCH 11/11] accel/tcg: Build user-exec.c once
,
Richard Henderson
,
2025/05/01
Re: [PATCH 11/11] accel/tcg: Build user-exec.c once
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH 00/11] accel/tcg: Finish building once
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH 4/4] tests/functional: Test with scripts/vmstate-static-checker.py
,
Peter Xu
,
2025/05/01
Re: [PATCH 4/4] tests/functional: Test with scripts/vmstate-static-checker.py
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH 4/4] tests/functional: Test with scripts/vmstate-static-checker.py
,
Peter Xu
,
2025/05/06
Re: [PATCH v2 3/7] hw/core/cpu-common: Don't init gdbstub until cpu_exec_realizefn()
,
Alex Bennée
,
2025/05/01
Re: [PATCH v2 3/7] hw/core/cpu-common: Don't init gdbstub until cpu_exec_realizefn()
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PULL 0/1] Block patches
,
Peter Maydell
,
2025/05/01
[PATCH] target/arm: Don't assert() for ISB/SB inside IT block
,
Peter Maydell
,
2025/05/01
Re: [PATCH] target/arm: Don't assert() for ISB/SB inside IT block
,
Richard Henderson
,
2025/05/01
Re: [PATCH] target/arm: Don't assert() for ISB/SB inside IT block
,
Michael Tokarev
,
2025/05/08
Re: [PATCH] target/arm: Don't assert() for ISB/SB inside IT block
,
Peter Maydell
,
2025/05/08
Re: [PATCH v3 1/1] system: optimizing info mtree printing for monitors
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v3 1/1] system: optimizing info mtree printing for monitors
,
Mario Casquero
,
2025/05/05
Re: [PATCH 0/5] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v6 0/1] Optimizing the print format of the QEMU monitor 'info mtree'
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v6 0/1] Optimizing the print format of the QEMU monitor 'info mtree'
,
BALATON Zoltan
,
2025/05/01
Re: [PATCH v6 0/1] Optimizing the print format of the QEMU monitor 'info mtree'
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v6 0/1] Optimizing the print format of the QEMU monitor 'info mtree'
,
BALATON Zoltan
,
2025/05/01
Re: [PATCH v2 04/15] vfio: add vfio_device_get_irq_info() helper
,
Anthony Krowiak
,
2025/05/01
Re: [PATCH v2 04/15] vfio: add vfio_device_get_irq_info() helper
,
Cédric Le Goater
,
2025/05/05
Re: [PATCH v2 04/15] vfio: add vfio_device_get_irq_info() helper
,
John Levon
,
2025/05/06
Re: [PATCH v2 04/15] vfio: add vfio_device_get_irq_info() helper
,
Cédric Le Goater
,
2025/05/06
Re: [PATCH v2 04/15] vfio: add vfio_device_get_irq_info() helper
,
John Levon
,
2025/05/06
[PATCH v2] target/riscv: Fix fcvt.s.bf16 NaN box checking
,
Anton Blanchard
,
2025/05/01
RE: [PATCH 0/5] Add support for user creatable SMMUv3 device
,
Shameerali Kolothum Thodi
,
2025/05/01
[PATCH] docs: Don't define duplicate label in qemu-block-drivers.rst.inc
,
Peter Maydell
,
2025/05/01
Re: [PATCH] docs: Don't define duplicate label in qemu-block-drivers.rst.inc
,
Eric Blake
,
2025/05/01
Re: [PATCH] docs: Don't define duplicate label in qemu-block-drivers.rst.inc
,
Pierrick Bouvier
,
2025/05/03
[PULL v2 0/8] block-job patches 2025-04-29
,
Vladimir Sementsov-Ogievskiy
,
2025/05/01
[PULL v2 3/8] block: refactor error handling of commit_iteration
,
Vladimir Sementsov-Ogievskiy
,
2025/05/01
Re: [PULL v2 0/8] block-job patches 2025-04-29
,
Stefan Hajnoczi
,
2025/05/05
Re: [PATCH v7 0/6] Report vfio-ap configuration changes
,
Cédric Le Goater
,
2025/05/01
Re: [PATCH v7 0/6] Report vfio-ap configuration changes
,
Cédric Le Goater
,
2025/05/05
Re: [PATCH v7 0/6] Report vfio-ap configuration changes
,
Cédric Le Goater
,
2025/05/06
Re: [PATCH v7 0/6] Report vfio-ap configuration changes
,
Rorie Reyes
,
2025/05/06
Re: [PATCH 6/6] accel/tcg: Use vaddr in cpu_loop.h
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH 5/6] accel/tcg: Build tcg-all.c twice
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH 4/6] accel/tcg: Build translate-all.c twice
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH 3/6] accel/tcg: Use target_long_bits() in translate-all.c
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH 2/6] accel/tcg: Don't use TARGET_LONG_BITS in decode_sleb128
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH 2/6] accel/tcg: Don't use TARGET_LONG_BITS in decode_sleb128
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH 1/6] tcg: Define INSN_START_WORDS as constant 3
,
Pierrick Bouvier
,
2025/05/01
[PATCH v3 00/33] single-binary: compile target/arm twice
,
Pierrick Bouvier
,
2025/05/01
[PATCH v3 02/33] include/system/hvf: missing vaddr include
,
Pierrick Bouvier
,
2025/05/01
[PATCH v3 01/33] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
,
Pierrick Bouvier
,
2025/05/01
[PATCH v3 03/33] meson: add common libs for target and target_system
,
Pierrick Bouvier
,
2025/05/01
[PATCH v3 04/33] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
,
Pierrick Bouvier
,
2025/05/01
[PATCH v3 05/33] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
,
Pierrick Bouvier
,
2025/05/01
[PATCH v3 06/33] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 06/33] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v3 06/33] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
,
Pierrick Bouvier
,
2025/05/03
[PATCH v3 09/33] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 09/33] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v3 09/33] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
,
Pierrick Bouvier
,
2025/05/03
[PATCH v3 11/33] target/arm/cpu: compile file twice (user, system) only
,
Pierrick Bouvier
,
2025/05/01
[PATCH v3 12/33] target/arm/cpu32-stubs.c: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/01
[PATCH v3 14/33] target/arm/helper: user i64 for probe_access
,
Pierrick Bouvier
,
2025/05/01
[PATCH v3 08/33] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
,
Pierrick Bouvier
,
2025/05/01
[PATCH v3 10/33] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 10/33] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH v3 21/33] target/arm/helper: expose aarch64 cpu registration
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 21/33] target/arm/helper: expose aarch64 cpu registration
,
Richard Henderson
,
2025/05/01
Re: [PATCH v3 21/33] target/arm/helper: expose aarch64 cpu registration
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH v3 13/33] target/arm/helper: use i64 for exception_pc_alignment
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 13/33] target/arm/helper: use i64 for exception_pc_alignment
,
Richard Henderson
,
2025/05/01
Re: [PATCH v3 13/33] target/arm/helper: use i64 for exception_pc_alignment
,
Richard Henderson
,
2025/05/01
Re: [PATCH v3 13/33] target/arm/helper: use i64 for exception_pc_alignment
,
Pierrick Bouvier
,
2025/05/03
[PATCH v3 19/33] target/arm/helper: restrict include to common helpers
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 19/33] target/arm/helper: restrict include to common helpers
,
Richard Henderson
,
2025/05/01
[PATCH v3 23/33] target/arm/helper: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 23/33] target/arm/helper: compile file twice (user, system)
,
Richard Henderson
,
2025/05/01
[PATCH v3 33/33] target/arm/kvm-stub: compile file once (system)
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 33/33] target/arm/kvm-stub: compile file once (system)
,
Richard Henderson
,
2025/05/01
Re: [PATCH v3 33/33] target/arm/kvm-stub: compile file once (system)
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH v3 25/33] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 25/33] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
,
Richard Henderson
,
2025/05/01
Re: [PATCH v3 25/33] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v3 25/33] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
,
Pierrick Bouvier
,
2025/05/03
[PATCH v3 07/33] accel/hvf: add hvf_enabled() for common code
,
Pierrick Bouvier
,
2025/05/01
[PATCH v3 27/33] target/arm/arm-powerctl: compile file once (system)
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 27/33] target/arm/arm-powerctl: compile file once (system)
,
Richard Henderson
,
2025/05/01
[PATCH v3 17/33] target/arm/debug_helper: remove target_ulong
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 17/33] target/arm/debug_helper: remove target_ulong
,
Richard Henderson
,
2025/05/01
Re: [PATCH v3 17/33] target/arm/debug_helper: remove target_ulong
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v3 17/33] target/arm/debug_helper: remove target_ulong
,
Pierrick Bouvier
,
2025/05/03
Re: [PATCH v3 17/33] target/arm/debug_helper: remove target_ulong
,
Philippe Mathieu-Daudé
,
2025/05/01
[PATCH v3 16/33] target/arm/debug_helper: only include common helpers
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 16/33] target/arm/debug_helper: only include common helpers
,
Richard Henderson
,
2025/05/01
[PATCH v3 15/33] target/arm/helper: extract common helpers
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 15/33] target/arm/helper: extract common helpers
,
Richard Henderson
,
2025/05/01
Re: [PATCH v3 15/33] target/arm/helper: extract common helpers
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 15/33] target/arm/helper: extract common helpers
,
Pierrick Bouvier
,
2025/05/03
Re: [PATCH v3 15/33] target/arm/helper: extract common helpers
,
Richard Henderson
,
2025/05/01
[PATCH v3 20/33] target/arm/helper: replace target_ulong by vaddr
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 20/33] target/arm/helper: replace target_ulong by vaddr
,
Richard Henderson
,
2025/05/01
Re: [PATCH v3 20/33] target/arm/helper: replace target_ulong by vaddr
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v3 20/33] target/arm/helper: replace target_ulong by vaddr
,
Pierrick Bouvier
,
2025/05/03
[PATCH v3 26/33] target/arm/arch_dump: compile file once (system)
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 26/33] target/arm/arch_dump: compile file once (system)
,
Richard Henderson
,
2025/05/01
[PATCH v3 24/33] target/arm/vfp_fpscr: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 24/33] target/arm/vfp_fpscr: compile file twice (user, system)
,
Richard Henderson
,
2025/05/01
[PATCH v3 18/33] target/arm/debug_helper: compile file twice (user, system)
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 18/33] target/arm/debug_helper: compile file twice (user, system)
,
Richard Henderson
,
2025/05/01
[PATCH v3 22/33] target/arm/helper: remove remaining TARGET_AARCH64
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 22/33] target/arm/helper: remove remaining TARGET_AARCH64
,
Richard Henderson
,
2025/05/01
[PATCH v3 30/33] target/arm/ptw: remove TARGET_AARCH64 from arm_casq_ptw
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 30/33] target/arm/ptw: remove TARGET_AARCH64 from arm_casq_ptw
,
Richard Henderson
,
2025/05/01
Re: [PATCH v3 30/33] target/arm/ptw: remove TARGET_AARCH64 from arm_casq_ptw
,
Pierrick Bouvier
,
2025/05/03
Re: [PATCH v3 30/33] target/arm/ptw: remove TARGET_AARCH64 from arm_casq_ptw
,
Pierrick Bouvier
,
2025/05/03
Re: [PATCH v3 30/33] target/arm/ptw: remove TARGET_AARCH64 from arm_casq_ptw
,
Richard Henderson
,
2025/05/04
[PATCH v3 28/33] target/arm/cortex-regs: compile file once (system)
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 28/33] target/arm/cortex-regs: compile file once (system)
,
Richard Henderson
,
2025/05/01
[PATCH v3 31/33] target/arm/ptw: compile file once (system)
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 31/33] target/arm/ptw: compile file once (system)
,
Richard Henderson
,
2025/05/01
[PATCH v3 29/33] target/arm/ptw: replace target_ulong with uint64_t
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 29/33] target/arm/ptw: replace target_ulong with uint64_t
,
Richard Henderson
,
2025/05/01
Re: [PATCH v3 29/33] target/arm/ptw: replace target_ulong with uint64_t
,
Philippe Mathieu-Daudé
,
2025/05/01
Re: [PATCH v3 29/33] target/arm/ptw: replace target_ulong with uint64_t
,
Richard Henderson
,
2025/05/01
Re: [PATCH v3 29/33] target/arm/ptw: replace target_ulong with uint64_t
,
Pierrick Bouvier
,
2025/05/03
[PATCH v3 32/33] target/arm/meson: accelerator files are not needed in user mode
,
Pierrick Bouvier
,
2025/05/01
Re: [PATCH v3 32/33] target/arm/meson: accelerator files are not needed in user mode
,
Richard Henderson
,
2025/05/01
RE: [PATCH v3 0/6] ui/spice: Enable gl=on option for non-local or remote clients
,
Kasireddy, Vivek
,
2025/05/01
RE: [PATCH v3 5/6] ui/spice: Create a new texture with linear layout when gl=on is enabled
,
Kasireddy, Vivek
,
2025/05/01
RE: [PATCH v3 4/6] ui/console-gl: Add a helper to create a texture with linear memory layout
,
Kasireddy, Vivek
,
2025/05/01
RE: [PATCH v3 4/6] ui/console-gl: Add a helper to create a texture with linear memory layout
,
Kasireddy, Vivek
,
2025/05/01
RE: [PATCH v3 3/6] ui/spice: Submit the gl_draw requests at 60 FPS for remote clients
,
Kasireddy, Vivek
,
2025/05/01
OSUOSL in trouble
,
Paolo Bonzini
,
2025/05/01
Re: OSUOSL in trouble
,
Stefan Hajnoczi
,
2025/05/01
Re: OSUOSL in trouble
,
Daniel P . Berrangé
,
2025/05/01
Re: OSUOSL in trouble
,
Paolo Bonzini
,
2025/05/01
Re: OSUOSL in trouble
,
Daniel P . Berrangé
,
2025/05/01
Re: OSUOSL in trouble
,
Stefan Hajnoczi
,
2025/05/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc