qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-04 19:00:42 to 2025-08-05 20:02:11 UTC [more...]

[PATCH for-10.2] hw/arm/virt: Include 'system/system.h'
 2025-08-05 20:00 UTC  (3+ messages)

[RFC V2 0/8] Live update: tap and vhost
 2025-08-05 19:53 UTC  (3+ messages)

[PATCH v9 00/27] migration: propagate vTPM errors using Error objects
 2025-08-05 18:25 UTC  (28+ messages)
` [PATCH v9 01/27] migration: push Error **errp into vmstate_subsection_load()
` [PATCH v9 02/27] migration: push Error **errp into vmstate_load_state()
` [PATCH v9 03/27] migration: push Error **errp into qemu_loadvm_state_header()
` [PATCH v9 04/27] migration: push Error **errp into vmstate_load()
` [PATCH v9 05/27] migration: push Error **errp into loadvm_process_command()
` [PATCH v9 06/27] migration: push Error **errp into loadvm_handle_cmd_packaged()
` [PATCH v9 07/27] migration: push Error **errp into qemu_loadvm_state()
` [PATCH v9 08/27] migration: push Error **errp into qemu_load_device_state()
` [PATCH v9 09/27] migration: push Error **errp into qemu_loadvm_state_main()
` [PATCH v9 10/27] migration: push Error **errp into qemu_loadvm_section_start_full()
` [PATCH v9 11/27] migration: push Error **errp into qemu_loadvm_section_part_end()
` [PATCH v9 12/27] migration: Update qemu_file_get_return_path() docs and remove dead checks
` [PATCH v9 13/27] migration: make loadvm_postcopy_handle_resume() void
` [PATCH v9 14/27] migration: push Error **errp into ram_postcopy_incoming_init()
` [PATCH v9 15/27] migration: push Error **errp into loadvm_postcopy_handle_advise()
` [PATCH v9 16/27] migration: push Error **errp into loadvm_postcopy_handle_listen()
` [PATCH v9 17/27] migration: push Error **errp into loadvm_postcopy_handle_run()
` [PATCH v9 18/27] migration: push Error **errp into loadvm_postcopy_ram_handle_discard()
` [PATCH v9 19/27] migration: push Error **errp into loadvm_handle_recv_bitmap()
` [PATCH v9 20/27] migration: push Error **errp into loadvm_process_enable_colo()
` [PATCH v9 21/27] migration: push Error **errp into loadvm_postcopy_handle_switchover_start()
` [PATCH v9 22/27] migration: Capture error in postcopy_ram_listen_thread()
` [PATCH v9 23/27] migration: Refactor vmstate_save_state_v() function
` [PATCH v9 24/27] migration: Propagate last encountered error in "
` [PATCH v9 25/27] migration: Remove error variant of vmstate_save_state() function
` [PATCH v9 26/27] migration: Add error-parameterized function variants in VMSD struct
` [PATCH v9 27/27] backends/tpm: Propagate vTPM error on migration failure

[PULL for 10.1-rc2 0/3] doc and testing fixes
 2025-08-05 19:00 UTC  (2+ messages)

[PATCH trivial] qga: correctly write to /sys/power/state on linux
 2025-08-05 18:56 UTC  (2+ messages)

[PATCH] meson: remove 'gnutls-bug1717-workaround' for migration TLS crashes
 2025-08-05 18:54 UTC  (2+ messages)

[PATCH trivial v2] tests/qemu-iotests/tests/mirror-sparse: skip if O_DIRECT is not supported
 2025-08-05 18:50 UTC  (2+ messages)

[PATCH] hw/intc/loongarch_pch_pic: Fix ubsan warning and endianness issue
 2025-08-05 18:26 UTC  (2+ messages)

[PATCH v2] qga: Fix ubsan warning
 2025-08-05 18:26 UTC  (2+ messages)

[PATCH RFC] util/error.c: Print backtrace on error
 2025-08-05 18:00 UTC  (6+ messages)

[PATCH trivial] tests/qemu-iotests/tests/mirror-sparse: skip if O_DIRECT is not supported
 2025-08-05 17:56 UTC  (3+ messages)
` [PATCH-for-10.1] "

[PATCH RFC 0/5] rust: implement tracing
 2025-08-05 17:54 UTC  (6+ messages)

[PULL 00/13] Misc HW patches for 2025-08-05
 2025-08-05 17:31 UTC  (14+ messages)
` [PULL 01/13] hw/sd/sdcard: Do not ignore errors in sd_cmd_to_sendingdata()
` [PULL 02/13] hw/sd/sdcard: Factor sd_response_size() out
` [PULL 03/13] hw/sd/sdbus: Provide buffer size to sdbus_do_command()
` [PULL 04/13] hw/sd/sdcard: Fill SPI response bits in card code
` [PULL 05/13] hw/sd/sdcard: Implement SPI R2 return value
` [PULL 06/13] hw/sd/sdcard: Use complete SEND_OP_COND implementation in SPI mode
` [PULL 07/13] hw/sd/sdcard: Allow using SWITCH_FUNCTION in more SPI states
` [PULL 08/13] hw/sd/sdcard: Factor spi_cmd_SEND_CxD() out
` [PULL 09/13] hw/sd/sdcard: Disable checking STBY mode in SPI SEND_CSD/CID
` [PULL 10/13] hw/sd/sdcard: Remove SDState::mode field
` [PULL 11/13] tests/functional: Test SD cards in SPI mode (using sifive_u machine)
` [PULL 12/13] target/i386/cpu: Move addressable ID encoding out of compat property in CPUID[0x1]
` [PULL 13/13] hw/i386/microvm: Explicitly select ACPI_PCI

[PULL 00/50] ppc queue
 2025-08-05 16:33 UTC  (6+ messages)

Asking for an account on the Qemu wiki
 2025-08-05 16:20 UTC  (2+ messages)

New capabilities for plugins
 2025-08-05 16:12 UTC  (7+ messages)

[PATCH 00/50] ppc/xive: updates for PowerVM
 2025-08-05 15:52 UTC  (7+ messages)

[PATCH for v10.1] i386/cpu: Move addressable ID encoding out of compat property in CPUID[0x1]
 2025-08-05 15:29 UTC  (2+ messages)

[PATCH for-10.1 0/2] migration: actually make gnutls workaround functional
 2025-08-05 15:28 UTC  (10+ messages)
` [PATCH 2/2] migration: fix workaround for gnutls thread safety

[PATCH v4] Add a feature for mapping a host unix socket to a guest tcp socket
 2025-08-05 14:52 UTC 

[PATCH-for-10.1 v2 00/11] hw/sd: Fix SD cards in SPI mode
 2025-08-05 14:29 UTC  (8+ messages)
` [PATCH-for-10.1 v2 02/11] hw/sd/sdcard: Factor sd_response_size() out
` [PATCH-for-10.1 v2 03/11] hw/sd/sdbus: Provide buffer size to sdbus_do_command()

[PATCH] ui/sdl2: Add SDL clipboard support
 2025-08-05 14:27 UTC  (2+ messages)

[PATCH for 10.1] microvm: Explicitly select ACPI_PCI
 2025-08-05 14:26 UTC  (2+ messages)

[PATCH] vfio: Document 'use-legacy-x86-rom' property
 2025-08-05 14:24 UTC  (2+ messages)

[PATCH v3] hw/i386/pc: Avoid overlap between CXL window and PCI 64bit BARs in QEMU
 2025-08-05 14:23 UTC 

[PATCH] ui/sdl2: Add SDL clipboard support
 2025-08-05 13:16 UTC 

[PATCH 00/24] tests/functional: Move tests into architecture specific folders
 2025-08-05 13:58 UTC  (7+ messages)
` [PATCH 07/24] tests/functional: Move arm tests into architecture specific folder
` [PATCH 14/24] tests/functional: Move mips tests into target-specific folders

[PULL 0/8] target-arm queue
 2025-08-05  1:27 UTC  (2+ messages)

[PULL 0/4] aspeed queue
 2025-08-05  1:27 UTC  (2+ messages)

[PATCH for-10.2] hw: add compat machines for 10.2
 2025-08-05 12:26 UTC  (2+ messages)

[PATCH] ui/sdl2: Add SDL clipboard support
 2025-08-05 12:20 UTC  (2+ messages)

[PATCH 0/5] qtest/qom-test: Leak plug, faster, better coverage
 2025-08-05 12:07 UTC  (9+ messages)
` [PATCH 1/5] qtest/qom-test: Plug memory leak with -p
` [PATCH 4/5] qtest/qom-test: Don't bother to execute QMP command quit

[PATCH 0/4] wasm: Enable 64bit guests on TCI using wasm64
 2025-08-05 12:07 UTC  (6+ messages)
` [PATCH 2/4] configure: Enable to propagate -sMEMORY64 flag to Emscripten

[PATCH] 9pfs: Add FreeBSD support
 2025-08-05 11:49 UTC  (4+ messages)

KVM/QEMU community call today @ 13:00 UTC
 2025-08-05 10:59 UTC 

[RFC PATCH] readthedocs: don't build extra formats
 2025-08-05 10:54 UTC  (5+ messages)

[PATCH v4 0/7] contrib/plugins: uftrace
 2025-08-05 10:28 UTC  (7+ messages)
` [PATCH v4 1/7] contrib/plugins/uftrace: new uftrace plugin
` [PATCH v4 4/7] contrib/plugins/uftrace: add timestamp-based-on-real-time option
` [PATCH v4 5/7] contrib/plugins/uftrace_symbols.py

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

[RFC v5 0/7] Add packed format to shadow virtqueue
 2025-08-05  9:07 UTC  (12+ messages)

[PATCH v3] target/arm: add support for 64-bit PMCCNTR in AArch32 mode
 2025-08-05  8:35 UTC  (4+ messages)

[RFC v2] memory.c: improve refcounting for RAM vs MMIO regions
 2025-08-05  8:11 UTC 

[PATCH v2 0/5] MAINTAINERS updates for ppc/spapr/pnv/xive
 2025-08-05  7:53 UTC  (3+ messages)

[PATCH v4 00/20] intel_iommu: Enable stage-1 translation for passthrough device
 2025-08-05  6:04 UTC  (6+ messages)
` [PATCH v4 02/20] hw/pci: Introduce pci_device_get_viommu_cap()

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

[PATCH V2 0/2] preserve pending interrupts during cpr
 2025-08-05  3:41 UTC  (7+ messages)
` [PATCH V2 2/2] vfio/pci: preserve pending interrupts

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

[PATCH v3 00/12] single-binary: compile once semihosting
 2025-08-04 22:43 UTC  (17+ messages)
` [PATCH v3 01/12] semihosting/syscalls: compile once in system and per target for user mode
` [PATCH v3 02/12] semihosting/syscalls: replace uint64_t with vaddr where appropriate
` [PATCH v3 03/12] semihosting/guestfd: compile once for system/user
` [PATCH v3 04/12] semihosting/arm-compat-semi: change common_semi_sys_exit_extended
` [PATCH v3 05/12] target/riscv/common-semi-target: remove sizeof(target_ulong)
` [PATCH v3 06/12] target/{arm, riscv}/common-semi-target: eradicate target_ulong
` [PATCH v3 07/12] include/semihosting/common-semi: extract common_semi API
` [PATCH v3 08/12] semihosting/arm-compat-semi: eradicate sizeof(target_ulong)
` [PATCH v3 09/12] semihosting/arm-compat-semi: replace target_ulong with uint64_t
` [PATCH v3 10/12] semihosting/arm-compat-semi: eradicate target_long
` [PATCH v3 11/12] semihosting/arm-compat-semi: remove dependency on cpu.h
` [PATCH v3 12/12] semihosting/arm-compat-semi: compile once in system and per target for user mode

[PATCH for-10.2 v2 0/3] linux-user/aarch64: Syndrome fixes and enhancements
 2025-08-04 22:11 UTC  (4+ messages)
` [PATCH v2 2/3] linux-user/aarch64: Check syndrome for EXCP_UDEF

[PATCH 00/48] AMD Versal Gen 2 support
 2025-08-04 18:44 UTC  (4+ messages)
` [PATCH 40/48] target/arm/tcg/cpu64: add the cortex-a78ae CPU

[PATCH V2 1/1] hw/intc/arm_gicv3_kvm: preserve pending interrupts during cpr
 2025-08-04 18:52 UTC  (6+ messages)

[PATCH v4 0/2] target/arm: Added support for SME register exposure to GDB
 2025-08-04 18:38 UTC  (6+ messages)
` [PATCH v4 1/2] target/arm: Increase MAX_PACKET_LENGTH for SME ZA remote gdb debugging

[PATCH v8 00/27] migration: propagate vTPM errors using Error objects
 2025-08-04 18:08 UTC  (7+ messages)
` [PATCH v8 23/27] migration: Propagate last encountered error in vmstate_save_state_v() function

[PATCH v2 00/11] single-binary: compile once semihosting
 2025-08-04 18:00 UTC  (4+ messages)
` [PATCH v2 04/11] semihosting/arm-compat-semi: remove common_semi_sys_exit_extended

[PATCH v2 00/85] target/arm: Implement FEAT_GCS
 2025-08-04 17:45 UTC  (3+ messages)
` [PATCH v2 33/85] target/arm: Convert arm_mmu_idx_to_el from switch to table


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