qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-30 20:01:48 to 2025-07-01 14:49:20 UTC [more...]

[PATCH v3 00/68] accel: Preparatory cleanups for split-accel
 2025-07-01 14:40 UTC  (35+ messages)
` [PATCH v3 01/68] system/runstate: Document qemu_add_vm_change_state_handler()
` [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 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 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 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 24/68] accel/system: Add 'info accel' on human monitor
` [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 35/68] accel/whpx: "
` [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 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 46/68] accel: Factor accel_create_vcpu_thread() out
` [PATCH v3 47/68] accel: Introduce AccelOpsClass::cpu_thread_routine handler
` [PATCH v3 52/68] accel/nvmm: Convert to AccelOpsClass::cpu_thread_routine
` [PATCH v3 53/68] accel/whpx: "
` [PATCH v3 55/68] accel/tcg: Factor tcg_vcpu_init() 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 0/4] refresh filter parents when child was resized
 2025-07-01 14:46 UTC  (3+ messages)
` [PATCH 3/4] block: implement 'resize' callback for child_of_bds class

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

[PATCH v2 00/11] migration: Some enhancements and cleanups for 10.1
 2025-07-01 14:41 UTC  (7+ 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 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 V5 00/38] Live update: vfio and iommufd
 2025-07-01 14:26 UTC  (24+ messages)
` [PATCH V5 04/38] vfio/container: preserve descriptors
` [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 v2 00/24] migration: Unify capabilities and parameters
 2025-07-01 14:20 UTC  (31+ messages)
` [PATCH v2 01/24] migration: Fix leak of block_bitmap_mapping
` [PATCH v2 02/24] migration: Add a qdev property for StrOrNull
` [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 06/24] migration: Run a post update routine after setting parameters
` [PATCH v2 11/24] migration: Use QAPI_CLONE_MEMBERS in query_migrate_parameters
` [PATCH v2 12/24] migration: Use QAPI_CLONE_MEMBERS in migrate_params_test_apply
` [PATCH v2 13/24] migration: Use QAPI_CLONE_MEMBERS in migrate_params_apply
` [PATCH v2 14/24] migration: Use visitors in migrate_params_test_apply
` [PATCH v2 16/24] migration: Add capabilities into MigrationParameters
` [PATCH v2 18/24] qapi/migration: Deprecate capabilities commands
` [PATCH v2 19/24] migration: Store the initial values used for s->parameters
` [PATCH v2 20/24] migration: Allow migrate commands to provide the migration config
` [PATCH v2 21/24] tests/qtest/migration: Take reference when passing %p to qtest_qmp
` [PATCH v2 22/24] tests/qtest/migration: Adapt the capabilities helper to take a config
` [PATCH v2 23/24] tests/qtest/migration: Adapt convergence routines to config
` [PATCH v2 24/24] tests/qtest/migration: Pass the migration config to file tests

[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] i386/cpu: ARCH_CAPABILITIES should not be advertised on AMD
 2025-07-01 13:05 UTC  (11+ messages)

[PATCH v2 00/10] net: Add passt netdev backend
 2025-07-01 13:00 UTC  (8+ messages)
` [PATCH v2 03/10] net: Introduce helper to identify vhost-user clients
` [PATCH v2 05/10] net: Consolidate vhost feature bits into NetClientInfo
` [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

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

[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

[PULL 00/35] RISCV, i386, endianness fixes for 2025-05-20
 2025-07-01  6:50 UTC  (6+ messages)
` [PULL 35/35] qom: reverse order of instance_post_init calls
  ` [Regression] "

[PATCH v6 0/5] ARM Nested Virt Support
 2025-07-01  6:50 UTC  (2+ messages)

[PATCH v2 0/3] Fix some more RVV source overlap issues
 2025-07-01  6:44 UTC  (7+ messages)
` [PATCH v2 1/3] target/riscv: rvv: Apply vext_check_input_eew to vector integer/fp compare instructions
` [PATCH v2 2/3] target/riscv: rvv: Apply vext_check_input_eew to vector reduction instructions
` [PATCH v2 3/3] target/riscv: vadc and vsbc are vm=0 instructions

[PATCH v5 00/11] hw/arm/virt: Add support for user creatable SMMUv3 device
 2025-07-01  6:37 UTC  (12+ messages)
` [PATCH v5 01/11] hw/arm/smmu-common: Check SMMU has PCIe Root Complex association
` [PATCH v5 11/11] qtest/bios-tables-test: Update tables for smmuv3 tests

[PATCH v6 0/2] ramfb: Add property to control if load the romfile
 2025-07-01  5:17 UTC  (5+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] hw/i386: Add the ramfb romfile compatibility

[PATCH] target/riscv: rvv: Minimum VLEN needs to respect V/Zve extensions
 2025-07-01  4:11 UTC  (2+ messages)

[PATCH v3 0/2] Add S-mode checks for delegation-related CSRs
 2025-07-01  3:47 UTC  (5+ messages)
` [PATCH v3 1/2] target/riscv: Restrict mideleg/medeleg/medelegh access to S-mode harts
` [PATCH v3 2/2] target/riscv: Restrict midelegh "

[PATCH 0/4] i386/cpu: Clean Up Reserved CPUID Leaves for Intel
 2025-07-01  1:00 UTC  (5+ messages)
` [PATCH 3/4] i386/cpu: Mark ECX/EDX in CPUID 0x80000008 leaf as reserved "

[PATCH] hmp-cmds-target, target/riscv: add 'info register'
 2025-07-01  0:07 UTC  (2+ messages)

[PATCH v3 RESEND] migration: Fix migration failure when aia is configured as aplic-imsic
 2025-06-30 23:23 UTC  (2+ messages)

[PATCH 0/2] KVM Support for imx8mp-evk Machine
 2025-06-30 21:03 UTC  (7+ messages)
` [PATCH 2/2] hw/arm/imx8mp-evk: Add KVM support

[PATCH v1 00/18] Support AST2700 A1
 2025-06-30 20:28 UTC  (3+ messages)

Options to output the preprocessor code
 2025-06-30 20:18 UTC  (4+ messages)


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).