qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-07 11:51:32 to 2025-08-08 07:20:08 UTC [more...]

[PATCH v10 00/27] migration: propagate vTPM errors using Error objects
 2025-08-08  7:13 UTC  (19+ messages)
` [PATCH v10 01/27] migration: push Error **errp into vmstate_subsection_load()
` [PATCH v10 02/27] migration: push Error **errp into vmstate_load_state()
` [PATCH v10 03/27] migration: push Error **errp into qemu_loadvm_state_header()
` [PATCH v10 04/27] migration: push Error **errp into vmstate_load()
` [PATCH v10 05/27] migration: push Error **errp into loadvm_process_command()
` [PATCH v10 06/27] migration: push Error **errp into loadvm_handle_cmd_packaged()
` [PATCH v10 07/27] migration: push Error **errp into qemu_loadvm_state()
` [PATCH v10 08/27] migration: push Error **errp into qemu_load_device_state()
` [PATCH v10 10/27] migration: push Error **errp into qemu_loadvm_section_start_full()
` [PATCH v10 11/27] migration: push Error **errp into qemu_loadvm_section_part_end()
` [PATCH v10 13/27] migration: make loadvm_postcopy_handle_resume() void
` [PATCH v10 14/27] migration: push Error **errp into ram_postcopy_incoming_init()
` [PATCH v10 17/27] migration: push Error **errp into loadvm_postcopy_handle_run()
` [PATCH v10 19/27] migration: push Error **errp into loadvm_handle_recv_bitmap()
` [PATCH v10 21/27] migration: push Error **errp into loadvm_process_enable_colo()
` [PATCH v10 23/27] migration: Capture error in postcopy_ram_listen_thread()
` [PATCH v10 25/27] migration: Rename post_save() to cleanup_save() and make it void
` [PATCH v10 27/27] backends/tpm: Propagate vTPM error on migration failure

[RFC 00/26] rust/memory: Integrate the vm-memory API from rust-vmm
 2025-08-08  7:33 UTC  (41+ messages)
` [RFC 01/26] rust/hpet: Fix the error caused by vm-memory
` [RFC 02/26] rust/cargo: Add the support for vm-memory
` [RFC 03/26] subprojects: Add thiserror-impl crate
` [RFC 04/26] subprojects: Add thiserror crate
` [RFC 05/26] subprojects: Add winapi-i686-pc-windows-gnu crate
` [RFC 06/26] subprojects: Add winapi-x86_64-pc-windows-gnu crate
` [RFC 07/26] subprojects: Add winapi crate
` [RFC 08/26] subprojects: Add vm-memory crate
` [RFC 09/26] rust: Add vm-memory in meson
` [RFC 10/26] subprojects/vm-memory: Patch vm-memory for QEMU memory backend
` [RFC 11/26] rust/cargo: Specify the patched vm-memory crate
` [RFC 12/26] rcu: Make rcu_read_lock & rcu_read_unlock not inline
` [RFC 13/26] rust: Add RCU bindings
` [RFC 14/26] memory: Expose interfaces about Flatview reference count to Rust side
` [RFC 15/26] memory: Rename address_space_lookup_region and expose it "
` [RFC 16/26] memory: Make flatview_do_translate() return a pointer to MemoryRegionSection
` [RFC 17/26] memory: Add a translation helper to return MemoryRegionSection
` [RFC 18/26] memory: Rename flatview_access_allowed() to memory_region_access_allowed()
` [RFC 19/26] memory: Add MemoryRegionSection based misc helpers
` [RFC 20/26] memory: Add wrappers of intermediate steps for read/write
` [RFC 21/26] memory: Add store/load interfaces for Rust side
` [RFC 22/26] rust/memory: Implement vm_memory::GuestMemoryRegion for MemoryRegionSection
` [RFC 23/26] rust/memory: Implement vm_memory::GuestMemory for FlatView
` [RFC 24/26] rust/memory: Provide AddressSpace bindings
` [RFC 25/26] rust/memory: Add binding to check target endian
` [RFC 26/26] rust/hpet: Use safe binding to access address space

[PATCH v6 00/13] HVF: Add support for platform vGIC and nested virtualisation
 2025-08-08  7:01 UTC  (14+ messages)
` [PATCH v6 01/13] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v6 02/13] hvf: switch hvf_arm_get_host_cpu_features to not create a vCPU
` [PATCH v6 03/13] accel, hw/arm, include/system/hvf: infrastructure changes for HVF vGIC
` [PATCH v6 04/13] hw/intc: Add hvf vGIC interrupt controller support
` [PATCH v6 05/13] hw/arm, target/arm: nested virtualisation on HVF
` [PATCH v6 06/13] hvf: save/restore Apple GIC state
` [PATCH v6 07/13] target/arm: hvf: pass through CNTHCTL_EL2 and MDCCINT_EL1
` [PATCH v6 08/13] hw/arm: virt: cleanly fail on attempt to use the platform vGIC together with ITS
` [PATCH v6 09/13] hvf: only call hvf_sync_vtimer() when running without the platform vGIC
` [PATCH v6 10/13] hvf: sync registers used at EL2
` [PATCH v6 11/13] hvf: gate ARM_FEATURE_PMU register emulation behind not being "
` [PATCH v6 12/13] target/arm: hvf: instantiate GIC early
` [PATCH v6 13/13] target/arm: hvf: add asserts for code paths not leveraged when using the vGIC

[PATCH] multifd: Make the main thread yield periodically to the main loop
 2025-08-08  7:01 UTC  (5+ messages)

[PATCH v5 00/18] WHPX support for Arm
 2025-08-08  6:54 UTC  (19+ messages)
` [PATCH v5 01/18] accel/system: Introduce hwaccel_enabled() helper
` [PATCH v5 02/18] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v5 03/18] whpx: Move around files before introducing AArch64 support
` [PATCH v5 04/18] whpx: reshuffle common code
` [PATCH v5 05/18] whpx: ifdef out winhvemulation on non-x86_64
` [PATCH v5 06/18] whpx: common: add WHPX_INTERCEPT_DEBUG_TRAPS define
` [PATCH v5 07/18] hw, target, accel: whpx: change apic_in_platform to kernel_irqchip
` [PATCH v5 08/18] whpx: interrupt controller support
` [PATCH v5 09/18] whpx: add arm64 support
` [PATCH v5 10/18] whpx: copy over memory management logic from hvf
` [PATCH v5 11/18] target/arm: cpu: mark WHPX as supporting PSCI 1.1
` [PATCH v5 12/18] hw/arm: virt: cleanly fail on attempt to use the platform vGIC together with ITS
` [PATCH v5 13/18] whpx: arm64: clamp down IPA size
` [PATCH v5 14/18] hw/arm, accel/hvf, whpx: unify get_physical_address_range between WHPX and HVF
` [PATCH v5 15/18] whpx: arm64: implement -cpu host
` [PATCH v5 16/18] target/arm: whpx: instantiate GIC early
` [PATCH v5 17/18] whpx: arm64: gicv3: add migration blocker
` [PATCH v5 18/18] MAINTAINERS: Add myself as a maintainer for WHPX

[PATCH v3 0/8] tracetool: add test suite to improve reviewability
 2025-08-08  6:46 UTC  (6+ messages)
` [PATCH v3 5/8] tracetool: support "-" as a shorthand for stdout
` [PATCH v3 8/8] qapi: switch to use QEMU_TEST_REGENERATE env var

[PATCH 0/3] docs/devel/qapi-code-gen: Update x-ref syntax, minor fixes
 2025-08-08  6:35 UTC  (8+ messages)
` [PATCH 1/3] docs/devel/qapi-code-gen: Add two cross-references we missed
` [PATCH 2/3] docs/devel/qapi-code-gen: Fix typos in QAPI schema language grammar
` [PATCH 3/3] docs/devel/qapi-code-gen: Update cross-reference syntax

[PATCH V4 0/3] fast qom tree get
 2025-08-08  6:28 UTC  (7+ messages)
` [PATCH V4 2/3] python: use qom-list-get

[PULL 00/50] ppc queue
 2025-08-08  6:07 UTC  (8+ messages)

[RFC PATCH v4 00/14] virtio: introduce support for GSO over UDP tunnel
 2025-08-08  4:50 UTC  (5+ messages)
` [RFC PATCH v4 07/14] virtio-pci: implement support for extended features

[PATCH] vfio: Allow live migration with VFIO devices which use iommu dirty tracking
 2025-08-08  4:09 UTC 

split lock issue in multiboot_dma.bin
 2025-08-08  4:04 UTC  (3+ messages)

[PATCH] multiboot: Fix the split lock
 2025-08-08  3:50 UTC 

[PATCH] hw/pci-host: PowerNV PCIe Device On Small PHB Seg Faults
 2025-08-08  3:54 UTC  (2+ messages)

[PATCH v5 0/9] contrib/plugins: uftrace
 2025-08-08  2:07 UTC  (10+ messages)
` [PATCH v5 1/9] contrib/plugins/uftrace: skeleton file
` [PATCH v5 2/9] contrib/plugins/uftrace: define cpu operations and implement aarch64
` [PATCH v5 3/9] contrib/plugins/uftrace: track callstack
` [PATCH v5 4/9] contrib/plugins/uftrace: implement tracing
` [PATCH v5 5/9] contrib/plugins/uftrace: implement privilege level tracing
` [PATCH v5 6/9] contrib/plugins/uftrace: generate additional files for uftrace
` [PATCH v5 7/9] contrib/plugins/uftrace: implement x64 support
` [PATCH v5 8/9] contrib/plugins/uftrace_symbols.py
` [PATCH v5 9/9] contrib/plugins/uftrace: add documentation

[PULL 0/1] loongarch bug fix for 10.1
 2025-08-08  1:11 UTC  (2+ messages)
` [PULL 1/1] target/loongarch: Fix [X]VLDI raising exception incorrectly

[PATCH v4] Add a feature for mapping a host unix socket to a guest tcp socket
 2025-08-07 23:56 UTC  (2+ messages)

[PATCH] tests/functional: add --debug CLI arg
 2025-08-07 21:46 UTC  (5+ messages)

[RFC PATCH 0/4] migration: Introduce postcopy-setup capability and state
 2025-08-07 20:57 UTC  (7+ messages)
` [RFC PATCH 1/4] qemu-thread: Introduce qemu_thread_detach()
` [RFC PATCH 2/4] migration: Fix state transition in postcopy_start() error handling
` [RFC PATCH 3/4] migration: Make listen thread joinable
` [RFC PATCH 4/4] migration: Introduce postcopy-setup capability and state

[PULL for-10.1 0/2] Trivial patches for 2025-08-07 v2
 2025-08-07 20:49 UTC  (3+ messages)
` [PULL 1/2] tests/qemu-iotests/tests/mirror-sparse: actually require O_DIRECT
` [PULL 2/2] meson: Fix brlapi compile test for Windows builds

[PULL for-10.1 0/1] Trivial patches for 2025-08-07
 2025-08-07 19:43 UTC  (2+ messages)
` [PULL 1/1] tests/qemu-iotests/tests/mirror-sparse: actually require O_DIRECT

[PATCH v2 0/2] tracetool: remove no_check_foo() and if(true){..} blocks
 2025-08-07 19:25 UTC  (5+ messages)
` [PATCH v2 1/2] tracetool: add CHECK_TRACE_EVENT_GET_STATE
` [PATCH v2 2/2] tracetool/format: remove redundent trace-event checks

[PATCH v3 00/26] Implementing a MSHV (Microsoft Hypervisor) accelerator
 2025-08-07 19:22 UTC  (28+ messages)
` [PATCH v3 01/26] accel: Add Meson and config support for MSHV accelerator
` [PATCH v3 02/26] target/i386/emulate: Allow instruction decoding from stream
` [PATCH v3 03/26] target/i386/mshv: Add x86 decoder/emu implementation
` [PATCH v3 04/26] hw/intc: Generalize APIC helper names from kvm_* to accel_*
` [PATCH v3 05/26] include/hw/hyperv: Add MSHV ABI header definitions
` [PATCH v3 06/26] linux-headers/linux: Add mshv.h headers
` [PATCH v3 07/26] accel/mshv: Add accelerator skeleton
` [PATCH v3 08/26] accel/mshv: Register memory region listeners
` [PATCH v3 09/26] accel/mshv: Initialize VM partition
` [PATCH v3 10/26] accel/mshv: Add vCPU creation and execution loop
` [PATCH v3 11/26] accel/mshv: Add vCPU signal handling
` [PATCH v3 12/26] target/i386/mshv: Add CPU create and remove logic
` [PATCH v3 13/26] target/i386/mshv: Implement mshv_store_regs()
` [PATCH v3 14/26] target/i386/mshv: Implement mshv_get_standard_regs()
` [PATCH v3 15/26] target/i386/mshv: Implement mshv_get_special_regs()
` [PATCH v3 16/26] target/i386/mshv: Implement mshv_arch_put_registers()
` [PATCH v3 17/26] target/i386/mshv: Set local interrupt controller state
` [PATCH v3 18/26] target/i386/mshv: Register CPUID entries with MSHV
` [PATCH v3 19/26] target/i386/mshv: Register MSRs "
` [PATCH v3 20/26] target/i386/mshv: Integrate x86 instruction decoder/emulator
` [PATCH v3 21/26] target/i386/mshv: Write MSRs to the hypervisor
` [PATCH v3 22/26] target/i386/mshv: Implement mshv_vcpu_run()
` [PATCH v3 23/26] accel/mshv: Handle overlapping mem mappings
` [PATCH v3 24/26] docs: Add mshv to documentation
` [PATCH v3 25/26] MAINTAINERS: Add maintainers for mshv accelerator
` [PATCH v3 26/26] qapi/accel: Allow to query mshv capabilities

[PULL 0/1] Migration patches for 2025-08-05
 2025-08-07 19:00 UTC  (2+ messages)

[PULL v2 0/1] Ui patches
 2025-08-07 19:00 UTC  (2+ messages)

[PATCH v6 00/14] riscv: Add support for MIPS P8700 CPU
 2025-08-07 18:35 UTC  (2+ messages)

[RFC 0/6] virtio-net: initial iterative live migration support
 2025-08-07 16:31 UTC  (10+ messages)
` [RFC 1/6] migration: Add virtio-iterative capability
` [RFC 5/6] virtio, virtio-net: skip consistency check in virtio_load for iterative migration
  ` [RFC 5/6] virtio,virtio-net: "

[PATCH-for-10.1 v2 00/11] hw/sd: Fix SD cards in SPI mode
 2025-08-07 16:06 UTC  (4+ messages)

[PATCH v5 0/7] hw/cxl: Update CXL events to rev3.2 and add maintenance support for memory repair features
 2025-08-07 15:43 UTC  (8+ messages)
` [PATCH v5 1/7] hw/cxl/events: Update for rev3.2 common event record format
` [PATCH v5 2/7] hw/cxl/events: Updates for rev3.2 general media event record
` [PATCH v5 3/7] hw/cxl/events: Updates for rev3.2 DRAM "
` [PATCH v5 4/7] hw/cxl/events: Updates for rev3.2 memory module "
` [PATCH v5 5/7] hw/cxl/cxl-mailbox-utils: Move declaration of scrub and ECS feature attributes in cmd_features_set_feature()
` [PATCH v5 6/7] hw/cxl: Add support for Maintenance command and Post Package Repair (PPR)
` [PATCH v5 7/7] hw/cxl: Add emulation for memory sparing control feature

[QEMU/FUSE] Discussion on Proper Termination and Async Cancellation in fuse-over-io_uring
 2025-08-07 15:15 UTC  (6+ messages)

[PATCH 0/2] Misc trivial Rust docs patches
 2025-08-07 15:11 UTC  (5+ messages)
` [PATCH 1/2] docs/devel/rust: Add mention of 128bit integers
` [PATCH 2/2] MAINTAINERS: add Rust docs to qemu-rust entry

[PATCH] ui/sdl2: Add SDL clipboard support with screen lock handling
 2025-08-07 14:58 UTC  (2+ messages)

[PATCH trivial] tests/qemu-iotests/tests/mirror-sparse: actually require O_DIRECT
 2025-08-06 16:56 UTC  (2+ messages)

[PATCH v2] e1000e: Prevent crash from legacy interrupt firing after MSI-X enable
 2025-08-07 14:09 UTC  (2+ messages)

[PATCH 1/1] qga: fix potentially not initialized nr_volumes in qga_vss_fsfreeze()
 2025-08-07 13:32 UTC 

[PATCH v2 1/1] qemu-img: add sub-command --remove-all to 'qemu-img bitmap'
 2025-08-07 13:25 UTC  (2+ messages)

ebpf functions can fail without setting an error
 2025-08-07 13:14 UTC 


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