qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-01 07:25:51 to 2025-07-01 15:26:49 UTC [more...]

[PATCH V5 00/38] Live update: vfio and iommufd
 2025-07-01 15:25 UTC  (26+ messages)
` [PATCH V5 04/38] vfio/container: preserve descriptors
` [PATCH V5 20/38] migration: close kvm after cpr
` [PATCH V5 27/38] vfio/iommufd: add vfio_device_free_name
` [PATCH V5 29/38] vfio/iommufd: register container for cpr
` [PATCH V5 30/38] migration: vfio cpr state hook
` [PATCH V5 31/38] vfio/iommufd: cpr state
` [PATCH V5 32/38] vfio/iommufd: preserve descriptors
` [PATCH V5 33/38] vfio/iommufd: reconstruct device
` [PATCH V5 35/38] vfio/iommufd: change process

[PATCH] Add support for FMAPI Get Mutliheaded Head info opcode (5501h)
 2025-07-01 13:19 UTC  (9+ messages)

[PATCH] i386/cpu: ARCH_CAPABILITIES should not be advertised on AMD
 2025-07-01 15:13 UTC  (12+ messages)

[RFC PATCH 00/25] Implementing a MSHV (Microsoft Hypervisor) accelerator
 2025-07-01 15:11 UTC  (5+ messages)
` [RFC PATCH 24/25] target/i386/mshv: Implement mshv_vcpu_run()

[PATCH qemu v16 0/5] arm/virt: CXL support via pxb_cxl
 2025-07-01 15:03 UTC  (5+ messages)
` [PATCH qemu v16 3/5] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl

[PATCH v3 00/68] accel: Preparatory cleanups for split-accel
 2025-07-01 14:40 UTC  (69+ messages)
` [PATCH v3 01/68] system/runstate: Document qemu_add_vm_change_state_handler()
` [PATCH v3 02/68] system/cpus: Defer memory layout changes until vCPUs are realized
` [PATCH v3 03/68] system/cpus: Assert interrupt handling is done with BQL locked
` [PATCH v3 04/68] accel: Keep reference to AccelOpsClass in AccelClass
` [PATCH v3 05/68] accel: Introduce AccelOpsClass::cpu_target_realize() hook
` [PATCH v3 06/68] accel/hvf: Add hvf_arch_cpu_realize() stubs
` [PATCH v3 07/68] accel/kvm: Remove kvm_init_cpu_signals() stub
` [PATCH v3 08/68] accel/kvm: Reduce kvm_create_vcpu() declaration scope
` [PATCH v3 09/68] accel: Propagate AccelState to AccelClass::init_machine()
` [PATCH v3 10/68] accel/kvm: Prefer local AccelState over global MachineState::accel
` [PATCH v3 11/68] accel/hvf: Re-use QOM allocated state
` [PATCH v3 12/68] accel/tcg: Prefer local AccelState over global current_accel()
` [PATCH v3 13/68] accel: Directly pass AccelState argument to AccelClass::has_memory()
` [PATCH v3 14/68] accel/kvm: Directly pass KVMState argument to do_kvm_create_vm()
` [PATCH v3 15/68] accel: Remove unused MachineState argument of AccelClass::setup_post()
` [PATCH v3 16/68] accel: Pass AccelState argument to gdbstub_supported_sstep_flags()
` [PATCH v3 17/68] accel: Move supports_guest_debug() declaration to AccelClass
` [PATCH v3 18/68] accel: Move cpus_are_resettable() "
` [PATCH v3 19/68] accel: Move cpu_common_[un]realize() declarations to AccelOpsClass
` [PATCH v3 20/68] accel/system: Introduce AccelClass::pre_resume_vm() handler
` [PATCH v3 21/68] accel/whpx: Convert ops::synchronize_pre_resume() -> pre_resume_vm()
` [PATCH v3 22/68] accel/system: Remove AccelOpsClass::synchronize_pre_resume()
` [PATCH v3 23/68] hw/core/machine: Display CPU model name in 'info cpus' command
` [PATCH v3 24/68] accel/system: Add 'info accel' on human monitor
` [PATCH v3 25/68] accel/tcg: Factor tcg_dump_flush_info() out
` [PATCH v3 26/68] accel/tcg: Implement get_[vcpu]_stats()
` [PATCH v3 27/68] accel/hvf: Implement get_vcpu_stats()
` [PATCH v3 28/68] accel/hvf: Report missing com.apple.security.hypervisor entitlement
` [PATCH v3 29/68] accel/hvf: Restrict internal declarations
` [PATCH v3 30/68] accel/hvf: Move per-cpu method declarations to hvf-accel-ops.c
` [PATCH v3 31/68] accel/hvf: Move generic method declarations to hvf-all.c
` [PATCH v3 32/68] cpus: Document CPUState::vcpu_dirty field
` [PATCH v3 33/68] accel/hvf: Replace @dirty field by generic "
` [PATCH v3 34/68] accel/nvmm: "
` [PATCH v3 35/68] accel/whpx: "
` [PATCH v3 36/68] accel/kvm: Remove kvm_cpu_synchronize_state() stub
` [PATCH v3 37/68] accel/system: Document cpu_synchronize_state()
` [PATCH v3 38/68] accel/system: Document cpu_synchronize_state_post_init/reset()
` [PATCH v3 39/68] accel/nvmm: Expose nvmm_enabled() to common code
` [PATCH v3 40/68] accel/whpx: Expose whpx_enabled() "
` [PATCH v3 41/68] accel/system: Introduce hwaccel_enabled() helper
` [PATCH v3 42/68] target/arm: Use generic hwaccel_enabled() to check 'host' cpu type
` [PATCH v3 43/68] accel/dummy: Extract 'dummy-cpus.h' header from 'system/cpus.h'
` [PATCH v3 44/68] accel/dummy: Factor dummy_thread_precreate() out
` [PATCH v3 45/68] accel/tcg: Factor tcg_vcpu_thread_precreate() out
` [PATCH v3 46/68] accel: Factor accel_create_vcpu_thread() out
` [PATCH v3 47/68] accel: Introduce AccelOpsClass::cpu_thread_routine handler
` [PATCH v3 48/68] accel/dummy: Convert to AccelOpsClass::cpu_thread_routine
` [PATCH v3 49/68] accel/tcg: "
` [PATCH v3 50/68] accel/hvf: "
` [PATCH v3 51/68] accel/kvm: "
` [PATCH v3 52/68] accel/nvmm: "
` [PATCH v3 53/68] accel/whpx: "
` [PATCH v3 54/68] accel: Factor accel_cpu_realize() out
` [PATCH v3 55/68] accel/tcg: Factor tcg_vcpu_init() out for re-use
` [PATCH v3 56/68] accel/tcg: Unregister the RCU before exiting RR thread
` [PATCH v3 57/68] accel/tcg: Expose vcpu_[un]register() for MTTCG
` [PATCH v3 58/68] accel/tcg: Factor mttcg_cpu_exec() out for re-use
` [PATCH v3 59/68] accel/tcg: Expose vcpu_[un]register() for RR
` [PATCH v3 60/68] accel/tcg: Factor rr_cpu_exec() out for re-use
` [PATCH v3 61/68] accel/tcg: Clear exit_request once in tcg_cpu_exec()
` [PATCH v3 62/68] accel/tcg: Add rr_vcpu_destroy() stub
` [PATCH v3 63/68] accel/system: Declare init/exec/destroy vcpu hooks
` [PATCH v3 64/68] accel/tcg: Register "
` [PATCH v3 65/68] accel/hvf: "
` [PATCH v3 66/68] accel/system: Pass old/new interrupt mask to handle_interrupt() handler
` [PATCH v3 67/68] accel: Have each accelerator implement the handle_interrupt() hook
` [RFC PATCH v3 68/68] system/memory: Restrict eventfd dispatch_write() to emulators

[PATCH v2 00/11] migration: Some enhancements and cleanups for 10.1
 2025-07-01 14:53 UTC  (9+ messages)
` [PATCH v2 02/11] migration/hmp: Fix postcopy-blocktime per-vCPU results
` [PATCH v2 05/11] migration: Drop save_live_complete_postcopy hook
` [PATCH v2 06/11] migration: Rename save_live_complete_precopy to save_complete
` [PATCH v2 07/11] migration: qemu_savevm_complete*() helpers

[PATCH 0/4] refresh filter parents when child was resized
 2025-07-01 14:53 UTC  (9+ messages)
` [PATCH 1/4] include/block/block_int-common: document when resize callback is used
` [PATCH 2/4] block: make bdrv_co_parent_cb_resize() a proper IO API function
` [PATCH 3/4] block: implement 'resize' callback for child_of_bds class
` [PATCH 4/4] iotests: add test for resizing a node below filters

[PATCH 0/3] Reinvent BQL-free PIO/MMIO
 2025-07-01 14:33 UTC  (10+ messages)
` [PATCH 1/3] memory: reintroduce BQL-free fine-grained PIO/MMIO

[PATCH v2 00/24] migration: Unify capabilities and parameters
 2025-07-01 14:20 UTC  (17+ messages)
` [PATCH v2 03/24] migration: Normalize tls arguments
` [PATCH v2 04/24] migration: Remove MigrateSetParameters
` [PATCH v2 05/24] qapi/migration: Don't document MigrationParameter
` [PATCH v2 16/24] migration: Add capabilities into MigrationParameters
` [PATCH v2 18/24] qapi/migration: Deprecate capabilities commands
` [PATCH v2 20/24] migration: Allow migrate commands to provide the migration config

[PATCH] block: include 'file' child node name in block device info
 2025-07-01 14:18 UTC  (3+ messages)

[PATCH v4 00/48] block: do not drain while holding the graph lock
 2025-07-01 13:13 UTC  (8+ messages)
` [PATCH v4 23/48] block: never use atomics to access bs->quiesce_counter
` [PATCH v4 24/48] block: add bdrv_graph_wrlock_drained() convenience wrapper
` [PATCH v4 27/48] block: call bdrv_set_backing_hd() while unlocked in bdrv_open_backing_file()

[PATCH v2 00/10] net: Add passt netdev backend
 2025-07-01 13:00 UTC  (4+ messages)
` [PATCH v2 09/10] net: Add passt network backend

[PATCH v4 0/2] ramfb: Add property to control if load the romfile
 2025-07-01 12:56 UTC  (7+ messages)
` [PATCH v4 2/2] hw/i386: Add the ramfb romfile compatatibility

[PULL 0/3] Misc QGA fixes for 2025-07-01
 2025-07-01 12:25 UTC  (4+ messages)
` [PULL 1/3] MAINTAINERS: Update Kostiantyn Kostiuk transliteration
` [PULL 2/3] qga-vss: Exit with non-zero code when register fail
` [PULL 3/3] qga/vss-win32: Add VSS provider unregistration retry

[PATCH 0/3] migration: propagate vTPM errors using Error objects
 2025-07-01 12:21 UTC  (3+ messages)
` [PATCH 3/3] backends/tpm: Propagate vTPM error on migration failure

[RFC 0/2] Add SVSM virtio-mmio device slots (q35)
 2025-07-01 12:18 UTC  (3+ messages)
` [RFC 1/2] hw/uefi: Add hardware-info ID for virtio mmio devices for SVSM
` [RFC 2/2] q35: add virtio-mmio slots

[PATCH] b4: Drop linktrailermask
 2025-07-01 12:16 UTC  (3+ messages)

[PATCH v3 00/21] export/fuse: Use coroutines and multi-threading
 2025-07-01 11:44 UTC  (22+ messages)
` [PATCH v3 01/21] fuse: Copy write buffer content before polling
` [PATCH v3 02/21] fuse: Ensure init clean-up even with error_fatal
` [PATCH v3 03/21] fuse: Remove superfluous empty line
` [PATCH v3 04/21] fuse: Explicitly set inode ID to 1
` [PATCH v3 05/21] fuse: Change setup_... to mount_fuse_export()
` [PATCH v3 06/21] fuse: Fix mount options
` [PATCH v3 07/21] fuse: Set direct_io and parallel_direct_writes
` [PATCH v3 08/21] fuse: Introduce fuse_{at,de}tach_handlers()
` [PATCH v3 09/21] fuse: Introduce fuse_{inc,dec}_in_flight()
` [PATCH v3 10/21] fuse: Add halted flag
` [PATCH v3 11/21] fuse: Rename length to blk_len in fuse_write()
` [PATCH v3 12/21] block: Move qemu_fcntl_addfl() into osdep.c
` [PATCH v3 13/21] fuse: Manually process requests (without libfuse)
` [PATCH v3 14/21] fuse: Reduce max read size
` [PATCH v3 15/21] fuse: Process requests in coroutines
` [PATCH v3 16/21] block/export: Add multi-threading interface
` [PATCH v3 17/21] iotests/307: Test multi-thread export interface
` [PATCH v3 18/21] fuse: Implement multi-threading
` [PATCH v3 19/21] qapi/block-export: Document FUSE's multi-threading
` [PATCH v3 20/21] iotests/308: Add multi-threading sanity test
` [PATCH v3 21/21] fuse: Increase MAX_WRITE_SIZE with a second buffer

about 0x602 in e1000.c
 2025-07-01 11:30 UTC 

[PATCH 0/2] Clean up of target/i386/host-cpu.c
 2025-07-01 10:58 UTC  (5+ messages)
` [PATCH 1/2] i386/cpu: Rename host_cpu_instance_init() to apply_host_vendor()
` [PATCH 2/2] i386/cpu: Move the implementation of is_host_cpu_intel() host-cpu.c

[PATCH] tests/functional/test_aarch64_sbsaref_freebsd: Fix the URL of the ISO image
 2025-07-01 10:58 UTC 

[PATCH 0/3] vhost-user-blk: add an option to skip GET_VRING_BASE for force shutdown
 2025-07-01 10:55 UTC  (2+ messages)

[PATCH] tests/functional: Add dependency to the keymap_targets
 2025-07-01 10:48 UTC 

[PATCH v2 00/12] target/arm: Fix M-profile helper loads/stores alignment checks
 2025-07-01 10:31 UTC  (13+ messages)
` [PATCH v2 01/12] target/arm: Fix VLSTM/VLLDM helper load/store "
` [PATCH v2 02/12] target/arm: Fix BLXNS helper store "
` [PATCH v2 03/12] target/arm: Fix function_return helper load "
` [PATCH v2 04/12] target/arm: Fix VLDR "
` [PATCH v2 05/12] target/arm: Fix VSTR helper store "
` [PATCH v2 06/12] target/arm: Fix VLDR_SG helper load "
` [PATCH v2 07/12] target/arm: Fix VSTR_SG helper store "
` [PATCH v2 08/12] target/arm: Fix VLD4 helper load "
` [PATCH v2 09/12] target/arm: Fix VLD2 "
` [PATCH v2 10/12] target/arm: Fix VST4 helper store "
` [PATCH v2 11/12] target/arm: Fix VST2 "
` [PATCH v2 12/12] target/arm: Fix helper macros indentation in mve_helper.c

[PULL 00/24] Misc HW patches for 2025-06-10
 2025-07-01 10:31 UTC  (3+ messages)
` [PULL 22/24] hw/misc/stm32_rcc: Fix stm32_rcc_write() arguments order

[PATCH v3 00/26] arm: Fixes and preparatory cleanups for split-accel
 2025-07-01 10:18 UTC  (17+ messages)
` [PATCH v3 04/26] target/arm/hvf: Simplify GIC hvf_arch_init_vcpu()
` [PATCH v3 06/26] target/arm/hvf: Trace hv_vcpu_run() failures
` [PATCH v3 11/26] target/arm/hvf: Pass @target_el argument to hvf_raise_exception()
` [PATCH v3 12/26] target/arm: Restrict system register properties to system binary
` [PATCH v3 18/26] hw/arm/virt: Only require TCG || QTest to use TrustZone

[PATCH v2 0/1] Allow injection of virtio-gpu EDID name
 2025-07-01  9:40 UTC  (3+ messages)
` [PATCH v2 1/1] hw/display: "

[PATCH 1/3] Socket Activation: stash $LISTEN_FDNAMES
 2025-07-01  9:38 UTC  (3+ messages)
` [PATCH 3/3] Socket activation: enable spice listener

[PATCH v4 00/32] ACPI PCI Hotplug support on ARM
 2025-07-01  9:28 UTC  (11+ messages)
` [PATCH v4 19/32] tests/qtest/bios-tables-test: Update ARM DSDT reference blobs
` [PATCH v4 25/32] hw/acpi/ged: Prepare the device to react to PCI hotplug events
` [PATCH v4 29/32] hw/arm/virt: Let virt support pci hotplug/unplug GED event

[PATCH 00/21] migration: Unify capabilities and parameters
 2025-07-01  9:05 UTC  (10+ messages)
` [PATCH 01/21] migration: Normalize tls arguments

[PATCH] target/arm: Fix M-profile helper loads/stores alignment checks
 2025-07-01  8:27 UTC  (3+ messages)

[PATCH v2 00/21] export/fuse: Use coroutines and multi-threading
 2025-07-01  7:31 UTC  (7+ messages)
` [PATCH v2 12/21] block: Move qemu_fcntl_addfl() into osdep.c
` [PATCH v2 18/21] fuse: Implement multi-threading


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).