qemu-devel
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/07/01
[PATCH v3 61/68] accel/tcg: Clear exit_request once in tcg_cpu_exec()
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 33/68] accel/hvf: Replace @dirty field by generic CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 53/68] accel/whpx: Convert to AccelOpsClass::cpu_thread_routine
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 56/68] accel/tcg: Unregister the RCU before exiting RR thread
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 62/68] accel/tcg: Add rr_vcpu_destroy() stub
Philippe Mathieu-Daudé
2025/07/01
Re: [PATCH 2/4] block: make bdrv_co_parent_cb_resize() a proper IO API function
Hanna Czenczek
2025/07/01
Re: [PATCH 4/4] iotests: add test for resizing a node below filters
Hanna Czenczek
2025/07/01
[PATCH v3 34/68] accel/nvmm: Replace @dirty field by generic CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 30/68] accel/hvf: Move per-cpu method declarations to hvf-accel-ops.c
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 58/68] accel/tcg: Factor mttcg_cpu_exec() out for re-use
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 14/68] accel/kvm: Directly pass KVMState argument to do_kvm_create_vm()
Philippe Mathieu-Daudé
2025/07/01
[RFC PATCH v3 68/68] system/memory: Restrict eventfd dispatch_write() to emulators
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 51/68] accel/kvm: Convert to AccelOpsClass::cpu_thread_routine
Philippe Mathieu-Daudé
2025/07/01
Re: [PATCH v2 07/11] migration: qemu_savevm_complete*() helpers
Fabiano Rosas
2025/07/01
[PATCH v3 59/68] accel/tcg: Expose vcpu_[un]register() for RR
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 48/68] accel/dummy: Convert to AccelOpsClass::cpu_thread_routine
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 50/68] accel/hvf: Convert to AccelOpsClass::cpu_thread_routine
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 26/68] accel/tcg: Implement get_[vcpu]_stats()
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 24/68] accel/system: Add 'info accel' on human monitor
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 60/68] accel/tcg: Factor rr_cpu_exec() out for re-use
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 41/68] accel/system: Introduce hwaccel_enabled() helper
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 46/68] accel: Factor accel_create_vcpu_thread() out
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 44/68] accel/dummy: Factor dummy_thread_precreate() out
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 67/68] accel: Have each accelerator implement the handle_interrupt() hook
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 43/68] accel/dummy: Extract 'dummy-cpus.h' header from 'system/cpus.h'
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 66/68] accel/system: Pass old/new interrupt mask to handle_interrupt() handler
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 65/68] accel/hvf: Register init/exec/destroy vcpu hooks
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 45/68] accel/tcg: Factor tcg_vcpu_thread_precreate() out
Philippe Mathieu-Daudé
2025/07/01
Re: [PATCH 1/4] include/block/block_int-common: document when resize callback is used
Hanna Czenczek
2025/07/01
[PATCH v3 05/68] accel: Introduce AccelOpsClass::cpu_target_realize() hook
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 64/68] accel/tcg: Register init/exec/destroy vcpu hooks
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 39/68] accel/nvmm: Expose nvmm_enabled() to common code
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 38/68] accel/system: Document cpu_synchronize_state_post_init/reset()
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 18/68] accel: Move cpus_are_resettable() declaration to AccelClass
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 52/68] accel/nvmm: Convert to AccelOpsClass::cpu_thread_routine
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 49/68] accel/tcg: Convert to AccelOpsClass::cpu_thread_routine
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 23/68] hw/core/machine: Display CPU model name in 'info cpus' command
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 21/68] accel/whpx: Convert ops::synchronize_pre_resume() -> pre_resume_vm()
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 63/68] accel/system: Declare init/exec/destroy vcpu hooks
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 35/68] accel/whpx: Replace @dirty field by generic CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 40/68] accel/whpx: Expose whpx_enabled() to common code
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 20/68] accel/system: Introduce AccelClass::pre_resume_vm() handler
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 11/68] accel/hvf: Re-use QOM allocated state
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 55/68] accel/tcg: Factor tcg_vcpu_init() out for re-use
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 31/68] accel/hvf: Move generic method declarations to hvf-all.c
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 25/68] accel/tcg: Factor tcg_dump_flush_info() out
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 54/68] accel: Factor accel_cpu_realize() out
Philippe Mathieu-Daudé
2025/07/01
Re: [PATCH 3/4] block: implement 'resize' callback for child_of_bds class
Hanna Czenczek
2025/07/01
[PATCH v3 37/68] accel/system: Document cpu_synchronize_state()
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 27/68] accel/hvf: Implement get_vcpu_stats()
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 42/68] target/arm: Use generic hwaccel_enabled() to check 'host' cpu type
Philippe Mathieu-Daudé
2025/07/01
Re: [PATCH qemu v16 3/5] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
Jonathan Cameron via
2025/07/01
[PATCH v3 32/68] cpus: Document CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 36/68] accel/kvm: Remove kvm_cpu_synchronize_state() stub
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 08/68] accel/kvm: Reduce kvm_create_vcpu() declaration scope
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 22/68] accel/system: Remove AccelOpsClass::synchronize_pre_resume()
Philippe Mathieu-Daudé
2025/07/01
Re: [PATCH v2 06/11] migration: Rename save_live_complete_precopy to save_complete
Fabiano Rosas
2025/07/01
[PATCH v3 09/68] accel: Propagate AccelState to AccelClass::init_machine()
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 28/68] accel/hvf: Report missing com.apple.security.hypervisor entitlement
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 01/68] system/runstate: Document qemu_add_vm_change_state_handler()
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 19/68] accel: Move cpu_common_[un]realize() declarations to AccelOpsClass
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 00/68] accel: Preparatory cleanups for split-accel
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 17/68] accel: Move supports_guest_debug() declaration to AccelClass
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 03/68] system/cpus: Assert interrupt handling is done with BQL locked
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 15/68] accel: Remove unused MachineState argument of AccelClass::setup_post()
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 12/68] accel/tcg: Prefer local AccelState over global current_accel()
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 10/68] accel/kvm: Prefer local AccelState over global MachineState::accel
Philippe Mathieu-Daudé
2025/07/01
Re: [PATCH v2 05/11] migration: Drop save_live_complete_postcopy hook
Fabiano Rosas
2025/07/01
[PATCH v3 02/68] system/cpus: Defer memory layout changes until vCPUs are realized
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 07/68] accel/kvm: Remove kvm_init_cpu_signals() stub
Philippe Mathieu-Daudé
2025/07/01
[PATCH v3 06/68] accel/hvf: Add hvf_arch_cpu_realize() stubs
Philippe Mathieu-Daudé
2025/07/01
Re: [PATCH v2 02/11] migration/hmp: Fix postcopy-blocktime per-vCPU results
Fabiano Rosas
2025/07/01
Re: [PATCH 1/3] memory: reintroduce BQL-free fine-grained PIO/MMIO
Igor Mammedov
2025/07/01
Re: [PATCH V5 32/38] vfio/iommufd: preserve descriptors
Steven Sistare
2025/07/01
Re: [PATCH V5 30/38] migration: vfio cpr state hook
Steven Sistare
2025/07/01
Re: [PATCH V5 04/38] vfio/container: preserve descriptors
Steven Sistare
2025/07/01
Re: [PATCH V5 35/38] vfio/iommufd: change process
Steven Sistare
2025/07/01
Re: [PATCH V5 33/38] vfio/iommufd: reconstruct device
Steven Sistare
2025/07/01
Re: [PATCH V5 27/38] vfio/iommufd: add vfio_device_free_name
Steven Sistare
2025/07/01
Re: [PATCH V5 29/38] vfio/iommufd: register container for cpr
Steven Sistare
2025/07/01
Re: [PATCH V5 31/38] vfio/iommufd: cpr state
Steven Sistare
2025/07/01
Re: [PATCH v2 03/24] migration: Normalize tls arguments
Fabiano Rosas
2025/07/01
Re: [PATCH] block: include 'file' child node name in block device info
Fiona Ebner
2025/07/01
Re: [PATCH qemu v16 3/5] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
Eric Auger
2025/07/01
Re: [PATCH 3/3] backends/tpm: Propagate vTPM error on migration failure
Marc-André Lureau
2025/07/01
Re: [PATCH v4 27/48] block: call bdrv_set_backing_hd() while unlocked in bdrv_open_backing_file()
Kevin Wolf
2025/07/01
[PULL 3/3] qga/vss-win32: Add VSS provider unregistration retry
Kostiantyn Kostiuk
2025/07/01
[PATCH v3 17/21] iotests/307: Test multi-thread export interface
Hanna Czenczek
2025/07/01
Re: [PATCH] i386/cpu: ARCH_CAPABILITIES should not be advertised on AMD
Igor Mammedov
2025/07/01
Re: [PATCH] block: include 'file' child node name in block device info
Hanna Czenczek
2025/07/01
Re: [PATCH v2 09/10] net: Add passt network backend
Laurent Vivier
2025/07/01
Re: [PATCH v4 2/2] hw/i386: Add the ramfb romfile compatatibility
Eric Auger
2025/07/01
[PULL 2/3] qga-vss: Exit with non-zero code when register fail
Kostiantyn Kostiuk
2025/07/01
[RFC 2/2] q35: add virtio-mmio slots
Oliver Steffen
2025/07/01
[PULL 1/3] MAINTAINERS: Update Kostiantyn Kostiuk transliteration
Kostiantyn Kostiuk
2025/07/01
[PULL 0/3] Misc QGA fixes for 2025-07-01
Kostiantyn Kostiuk
2025/07/01
[PATCH v3 13/21] fuse: Manually process requests (without libfuse)
Hanna Czenczek
2025/07/01
[PATCH v3 12/21] block: Move qemu_fcntl_addfl() into osdep.c
Hanna Czenczek
2025/07/01
[PATCH v3 00/21] export/fuse: Use coroutines and multi-threading
Hanna Czenczek
2025/07/01
[RFC 1/2] hw/uefi: Add hardware-info ID for virtio mmio devices for SVSM
Oliver Steffen
2025/07/01
[RFC 0/2] Add SVSM virtio-mmio device slots (q35)
Oliver Steffen
2025/07/01
Re: [PATCH] i386/cpu: ARCH_CAPABILITIES should not be advertised on AMD
Alexandre Chartre
2025/07/01
Re: [PATCH] b4: Drop linktrailermask
Cédric Le Goater
2025/07/01
[PATCH v3 19/21] qapi/block-export: Document FUSE's multi-threading
Hanna Czenczek
2025/07/01
Re: [PATCH] i386/cpu: ARCH_CAPABILITIES should not be advertised on AMD
Zhao Liu
2025/07/01
Re: [PATCH] i386/cpu: ARCH_CAPABILITIES should not be advertised on AMD
Alexandre Chartre
2025/07/01
[PATCH v3 14/21] fuse: Reduce max read size
Hanna Czenczek
2025/07/01
Re: [PATCH] i386/cpu: ARCH_CAPABILITIES should not be advertised on AMD
Maciej S. Szmigiero
2025/07/01
[PATCH v3 04/21] fuse: Explicitly set inode ID to 1
Hanna Czenczek
2025/07/01
Re: [PATCH v4 2/2] hw/i386: Add the ramfb romfile compatatibility
Gerd Hoffmann
2025/07/01
[PATCH v3 15/21] fuse: Process requests in coroutines
Hanna Czenczek
2025/07/01
[PATCH v3 21/21] fuse: Increase MAX_WRITE_SIZE with a second buffer
Hanna Czenczek
2025/07/01
[PATCH v3 06/21] fuse: Fix mount options
Hanna Czenczek
2025/07/01
[PATCH v3 10/21] fuse: Add halted flag
Hanna Czenczek
2025/07/01
[PATCH v3 18/21] fuse: Implement multi-threading
Hanna Czenczek
2025/07/01
[PATCH v3 02/21] fuse: Ensure init clean-up even with error_fatal
Hanna Czenczek
2025/07/01
[PATCH v3 09/21] fuse: Introduce fuse_{inc,dec}_in_flight()
Hanna Czenczek
2025/07/01
[PATCH v3 01/21] fuse: Copy write buffer content before polling
Hanna Czenczek
2025/07/01
[PATCH v3 16/21] block/export: Add multi-threading interface
Hanna Czenczek
2025/07/01
[PATCH v3 20/21] iotests/308: Add multi-threading sanity test
Hanna Czenczek
2025/07/01
[PATCH v3 08/21] fuse: Introduce fuse_{at,de}tach_handlers()
Hanna Czenczek
2025/07/01
[PATCH v3 11/21] fuse: Rename length to blk_len in fuse_write()
Hanna Czenczek
2025/07/01
[PATCH v3 03/21] fuse: Remove superfluous empty line
Hanna Czenczek
2025/07/01
[PATCH v3 07/21] fuse: Set direct_io and parallel_direct_writes
Hanna Czenczek
2025/07/01
[PATCH v3 05/21] fuse: Change setup_... to mount_fuse_export()
Hanna Czenczek
2025/07/01
Re: [PATCH v4 24/48] block: add bdrv_graph_wrlock_drained() convenience wrapper
Kevin Wolf
2025/07/01
about 0x602 in e1000.c
Liu Jaloo
2025/07/01
Re: [PATCH v4 23/48] block: never use atomics to access bs->quiesce_counter
Kevin Wolf
2025/07/01
Re: [PATCH] i386/cpu: ARCH_CAPABILITIES should not be advertised on AMD
Xiaoyao Li
2025/07/01
Re: [PULL 22/24] hw/misc/stm32_rcc: Fix stm32_rcc_write() arguments order
Philippe Mathieu-Daudé
2025/07/01
Re: [PATCH v3 11/26] target/arm/hvf: Pass @target_el argument to hvf_raise_exception()
Peter Maydell
2025/07/01
[PATCH v2 11/12] target/arm: Fix VST2 helper store alignment checks
William Kosasih
2025/07/01
[PATCH v2 07/12] target/arm: Fix VSTR_SG helper store alignment checks
William Kosasih
2025/07/01
[PATCH v2 06/12] target/arm: Fix VLDR_SG helper load alignment checks
William Kosasih
2025/07/01
[PATCH v2 08/12] target/arm: Fix VLD4 helper load alignment checks
William Kosasih
2025/07/01
[PATCH] tests/functional: Add dependency to the keymap_targets
Thomas Huth
2025/07/01
Re: [PATCH 1/2] i386/cpu: Rename host_cpu_instance_init() to apply_host_vendor()
Xiaoyao Li
2025/07/01
[PATCH] tests/functional/test_aarch64_sbsaref_freebsd: Fix the URL of the ISO image
Thomas Huth
2025/07/01
Re: [PATCH 0/3] vhost-user-blk: add an option to skip GET_VRING_BASE for force shutdown
Daniil Tatianin
2025/07/01
Re: [PATCH v3 04/26] target/arm/hvf: Simplify GIC hvf_arch_init_vcpu()
Peter Maydell
2025/07/01
Re: [PATCH 1/2] i386/cpu: Rename host_cpu_instance_init() to apply_host_vendor()
Claudio Fontana
2025/07/01
[PATCH v2 10/12] target/arm: Fix VST4 helper store alignment checks
William Kosasih
2025/07/01
[PATCH v2 02/12] target/arm: Fix BLXNS helper store alignment checks
William Kosasih
2025/07/01
[PATCH v2 09/12] target/arm: Fix VLD2 helper load alignment checks
William Kosasih
2025/07/01
[PATCH v2 01/12] target/arm: Fix VLSTM/VLLDM helper load/store alignment checks
William Kosasih
2025/07/01
[PATCH v2 12/12] target/arm: Fix helper macros indentation in mve_helper.c
William Kosasih
2025/07/01
[PATCH v2 04/12] target/arm: Fix VLDR helper load alignment checks
William Kosasih
2025/07/01
[PATCH v2 05/12] target/arm: Fix VSTR helper store alignment checks
William Kosasih
2025/07/01
[PATCH v2 03/12] target/arm: Fix function_return helper load alignment checks
William Kosasih
2025/07/01
[PATCH v2 00/12] target/arm: Fix M-profile helper loads/stores alignment checks
William Kosasih
2025/07/01
Re: [PATCH] b4: Drop linktrailermask
Philippe Mathieu-Daudé
2025/07/01
Re: [PATCH] i386/cpu: ARCH_CAPABILITIES should not be advertised on AMD
Zhao Liu
2025/07/01
Re: [PATCH v3 00/26] arm: Fixes and preparatory cleanups for split-accel
Philippe Mathieu-Daudé
2025/07/01
Re: [PATCH v3 12/26] target/arm: Restrict system register properties to system binary
Philippe Mathieu-Daudé
2025/07/01
Re: [PATCH v3 00/26] arm: Fixes and preparatory cleanups for split-accel
Peter Maydell
2025/07/01
Re: [PATCH v2 1/1] hw/display: Allow injection of virtio-gpu EDID name
Daniel P . Berrangé
2025/07/01
Re: [PATCH v3 06/26] target/arm/hvf: Trace hv_vcpu_run() failures
Philippe Mathieu-Daudé
2025/07/01
Re: [PATCH v3 04/26] target/arm/hvf: Simplify GIC hvf_arch_init_vcpu()
Philippe Mathieu-Daudé
2025/07/01
Re: [PATCH v3 18/26] hw/arm/virt: Only require TCG || QTest to use TrustZone
Philippe Mathieu-Daudé
2025/07/01
Re: [PATCH v3 18/26] hw/arm/virt: Only require TCG || QTest to use TrustZone
Peter Maydell
2025/07/01
Re: [PATCH v3 12/26] target/arm: Restrict system register properties to system binary
Peter Maydell
2025/07/01
Re: [PATCH v3 06/26] target/arm/hvf: Trace hv_vcpu_run() failures
Peter Maydell
2025/07/01
Re: [PATCH] i386/cpu: ARCH_CAPABILITIES should not be advertised on AMD
Xiaoyao Li
2025/07/01
Re: [PATCH 3/3] Socket activation: enable spice listener.
Daniel P . Berrangé
2025/07/01
Re: [PATCH v4 29/32] hw/arm/virt: Let virt support pci hotplug/unplug GED event
Eric Auger
2025/07/01
Re: [PATCH v4 25/32] hw/acpi/ged: Prepare the device to react to PCI hotplug events
Eric Auger
2025/07/01
Re: [PATCH] i386/cpu: ARCH_CAPABILITIES should not be advertised on AMD
Alexandre Chartre
2025/07/01
Re: [PATCH v4 19/32] tests/qtest/bios-tables-test: Update ARM DSDT reference blobs
Eric Auger
2025/07/01
Re: [PATCH v2 18/24] qapi/migration: Deprecate capabilities commands
Daniel P . Berrangé
2025/07/01
Re: [PATCH 01/21] migration: Normalize tls arguments
Daniel P . Berrangé
2025/07/01
Re: [PATCH v2 18/24] qapi/migration: Deprecate capabilities commands
Peter Krempa
2025/07/01
Re: [PATCH] target/arm: Fix M-profile helper loads/stores alignment checks
William Kosasih
2025/07/01
Re: [PATCH v2 18/24] qapi/migration: Deprecate capabilities commands
Jiri Denemark
2025/07/01
Re: [RFC PATCH 24/25] target/i386/mshv: Implement mshv_vcpu_run()
Magnus Kulke
2025/07/01
Re: [PATCH v2 20/24] migration: Allow migrate commands to provide the migration config
Markus Armbruster
2025/07/01
Re: [PATCH] i386/cpu: ARCH_CAPABILITIES should not be advertised on AMD
Xiaoyao Li
2025/07/01
Re: [PATCH v2 18/24] qapi/migration: Deprecate capabilities commands
Markus Armbruster
2025/07/01
Re: [PATCH v2 16/24] migration: Add capabilities into MigrationParameters
Markus Armbruster
2025/07/01
Re: [PATCH v2 05/24] qapi/migration: Don't document MigrationParameter
Markus Armbruster
2025/07/01
[PATCH 0/2] Clean up of target/i386/host-cpu.c
Xiaoyao Li
2025/07/01
[PATCH 2/2] i386/cpu: Move the implementation of is_host_cpu_intel() host-cpu.c
Xiaoyao Li
2025/07/01
[PATCH 1/2] i386/cpu: Rename host_cpu_instance_init() to apply_host_vendor()
Xiaoyao Li
2025/07/01
Re: [PATCH v2 04/24] migration: Remove MigrateSetParameters
Markus Armbruster
2025/07/01
Re: [PATCH v2 03/24] migration: Normalize tls arguments
Markus Armbruster
2025/07/01
Re: [PATCH v2 18/21] fuse: Implement multi-threading
Hanna Czenczek
2025/07/01
Re: [PATCH v2 12/21] block: Move qemu_fcntl_addfl() into osdep.c
Hanna Czenczek
2025/07/01
Re: [PATCH v2 2/3] target/riscv: rvv: Apply vext_check_input_eew to vector reduction instructions
Nutty Liu
2025/07/01
Re: [PATCH 01/21] migration: Normalize tls arguments
Markus Armbruster
2025/07/01
Re: [Regression] Re: [PULL 35/35] qom: reverse order of instance_post_init calls
Xiaoyao Li
2025/06/30
Re: [PATCH v6 0/5] ARM Nested Virt Support
Eric Auger
2025/06/30
Re: [PATCH v2 3/3] target/riscv: vadc and vsbc are vm=0 instructions
Nutty Liu
2025/06/30
Re: [PATCH v2 1/3] target/riscv: rvv: Apply vext_check_input_eew to vector integer/fp compare instructions
Nutty Liu
2025/06/30
Re: [PATCH v5 01/11] hw/arm/smmu-common: Check SMMU has PCIe Root Complex association
Eric Auger
2025/06/30
Re: [PATCH v2 02/24] migration: Add a qdev property for StrOrNull
Markus Armbruster
2025/06/30
Re: [PATCH v5 00/11] hw/arm/virt: Add support for user creatable SMMUv3 device
Eric Auger
2025/06/30
Re: [PATCH v5 11/11] qtest/bios-tables-test: Update tables for smmuv3 tests
Eric Auger
2025/06/30
Re: [PATCH v2 01/24] migration: Fix leak of block_bitmap_mapping
Markus Armbruster
2025/06/30
Re: [PATCH v6 2/2] hw/i386: Add the ramfb romfile compatibility
Eric Auger
2025/06/30
Re: [PATCH v6 1/2] ramfb: Add property to control if load the romfile
Eric Auger
2025/06/30
Re: [PATCH] target/riscv: rvv: Minimum VLEN needs to respect V/Zve extensions
Nutty Liu
Earlier messages
Later messages