messages from 2025-07-18 22:10:36 to 2025-07-21 16:21:53 UTC [more...]
[PATCH RFC] arm/kvm: report registers we failed to set
2025-07-21 16:19 UTC
[PATCH] scripts/make-release: Go back to cloning all the EDK2 submodules
2025-07-21 15:50 UTC (3+ messages)
[RFC PATCH] tests/functional: add hypervisor test for aarch64
2025-07-21 15:33 UTC
[PATCH 0/2] target/arm: hvf: add timer freq note and stubbing LORC_EL1 reads
2025-07-21 15:29 UTC (3+ messages)
` [PATCH 1/2] target/arm: hvf: add timer frequency note
` [PATCH 2/2] target/arm: hvf: stubbing reads to LORC_EL1
[PATCH 0/4] migration: workaround GNUTLS live migration crashes
2025-07-21 15:28 UTC (13+ messages)
` [PATCH 1/4] crypto: implement workaround for GNUTLS thread safety problems
` [PATCH 2/4] io: add support for activating TLS thread safety workaround
` [PATCH 3/4] migration: activate "
` [PATCH 4/4] crypto: add tracing & warning about GNUTLS countermeasures
[PATCH v6 00/24] migration: propagate vTPM errors using Error objects
2025-07-21 15:15 UTC (41+ messages)
` [PATCH v6 01/24] migration: push Error **errp into vmstate_subsection_load()
` [PATCH v6 02/24] migration: push Error **errp into vmstate_load_state()
` [PATCH v6 03/24] migration: push Error **errp into qemu_loadvm_state_header()
` [PATCH v6 04/24] migration: push Error **errp into vmstate_load()
` [PATCH v6 05/24] migration: push Error **errp into qemu_loadvm_section_start_full()
` [PATCH v6 06/24] migration: push Error **errp into qemu_loadvm_section_part_end()
` [PATCH v6 07/24] migration: Update qemu_file_get_return_path() docs and remove dead checks
` [PATCH v6 08/24] migration: push Error **errp into loadvm_process_command()
` [PATCH v6 09/24] migration: push Error **errp into loadvm_handle_cmd_packaged()
` [PATCH v6 10/24] migration: push Error **errp into ram_postcopy_incoming_init()
` [PATCH v6 11/24] migration: push Error **errp into loadvm_postcopy_handle_advise()
` [PATCH v6 12/24] migration: push Error **errp into loadvm_postcopy_handle_listen()
` [PATCH v6 13/24] migration: push Error **errp into loadvm_postcopy_handle_run()
` [PATCH v6 14/24] migration: push Error **errp into loadvm_postcopy_ram_handle_discard()
` [PATCH v6 15/24] migration: make loadvm_postcopy_handle_resume() void
` [PATCH v6 16/24] migration: push Error **errp into loadvm_handle_recv_bitmap()
` [PATCH v6 17/24] migration: push Error **errp into loadvm_process_enable_colo()
` [PATCH v6 18/24] migration: push Error **errp into loadvm_postcopy_handle_switchover_start()
` [PATCH v6 19/24] migration: push Error **errp into qemu_loadvm_state_main()
` [PATCH v6 20/24] migration: push Error **errp into qemu_loadvm_state()
` [PATCH v6 21/24] migration: push Error **errp into qemu_load_device_state()
` [PATCH v6 22/24] migration: Capture error in postcopy_ram_listen_thread()
` [PATCH v6 23/24] migration: Add error-parameterized function variants in VMSD struct
` [PATCH v6 24/24] backends/tpm: Propagate vTPM error on migration failure
[PULL 0/1] tcg patch queue
2025-07-21 15:11 UTC (2+ messages)
` [PULL 1/1] tcg/optimize: Don't fold INDEX_op_and_vec to extract
[PATCH] virtio: fix off-by-one and invalid access in virtqueue_ordered_fill
2025-07-21 15:02 UTC
[PATCH RFC 0/1] block/export: FUSE-over-io_uring Support for QEMU FUSE Exports
2025-07-21 13:51 UTC (5+ messages)
` [PATCH RFC 1/1] "
[PATCH 0/1] hw/arm: virt: add GICv2m for the case when ITS is not available
2025-07-21 14:38 UTC (2+ messages)
` [PATCH 1/1] "
[RFC] target/arm: Concerns about mixed endian support for remote GDB
2025-07-21 14:35 UTC (2+ messages)
[PATCH] migration: show error message when postcopy fails
2025-07-21 14:29 UTC (2+ messages)
[PATCH v2 0/3] migration: Fix possible access out of bounds
2025-07-21 14:28 UTC (2+ messages)
[PATCH 0/4] hw/net/npcm_gmac: Various fixes to gmac_try_send_next_packet()
2025-07-21 14:03 UTC (3+ messages)
` [PATCH 2/4] hw/net/npcm_gmac.c: Unify length and prev_buf_size variables
[PULL 0/5] Functional test patches and 32-bit arm Linux header removal
2025-07-21 13:59 UTC (7+ messages)
` [PULL 1/5] linux-headers: Remove the 32-bit arm headers
` [PULL 2/5] functional: ensure log handlers are closed
` [PULL 3/5] functional: ensure sockets and files "
` [PULL 4/5] functional: always enable all python warnings
` [PULL 5/5] docs/devel: fix over-quoting of QEMU_TEST_KEEP_SCRATCH
[PULL 00/12] Net patches
2025-07-21 13:59 UTC (14+ messages)
` [PULL 01/12] net/tap: drop too small packets
` [PULL 02/12] tap: fix net_init_tap() return code
` [PULL 03/12] hw/net/npcm_gmac.c: Send the right data for second packet in a row
` [PULL 04/12] hw/net/npcm_gmac.c: Unify length and prev_buf_size variables
` [PULL 05/12] hw/net/npcm_gmac.c: Correct test for when to reallocate packet buffer
` [PULL 06/12] hw/net/npcm_gmac.c: Drop 'buf' local variable
` [PULL 07/12] net/passt: Remove unused "err" from passt_vhost_user_event() (CID 1612375)
` [PULL 08/12] net/vhost-user: Remove unused "err" from net_vhost_user_event() (CID 1612372)
` [PULL 09/12] net/passt: Remove dead code in passt_vhost_user_start error path (CID 1612371)
` [PULL 10/12] net/passt: Check return value of g_remove() in net_passt_cleanup() (CID 1612369)
` [PULL 11/12] net/passt: Initialize "error" variable in net_passt_send() (CID 1612368)
` [PULL 12/12] net/vhost-user: Remove unused "err" from chr_closed_bh() (CID 1612365)
[PATCH] hw/display/framebuffer: Add cast to force 64x64 multiply
2025-07-21 13:57 UTC (2+ messages)
[PULL 00/20] target-arm queue
2025-07-21 13:27 UTC (21+ messages)
` [PULL 01/20] hvf: arm: Remove $pc from trace_hvf_data_abort()
` [PULL 02/20] target/arm: Correct encoding of Debug Communications Channel registers
` [PULL 03/20] hw/misc/ivshmem-pci: Improve error handling
` [PULL 04/20] target/arm: Provide always-false kvm_arm_*_supported() stubs for usermode
` [PULL 05/20] host-utils: Drop workaround for buggy Apple Clang __builtin_subcll()
` [PULL 06/20] hw/misc/max78000_aes: Comment Internal Key Storage
` [PULL 07/20] docs: Fix Aspeed title
` [PULL 08/20] target/arm: Add BFADD, BFSUB, BFMUL (unpredicated)
` [PULL 09/20] target/arm: Add BFADD, BFSUB, BFMUL, BFMAXNM, BFMINNM (predicated)
` [PULL 10/20] target/arm: Add BFMIN, BFMAX (predicated)
` [PULL 11/20] target/arm: Add BFMUL (indexed)
` [PULL 12/20] target/arm: Add BFMLA, BFMLS (vectors)
` [PULL 13/20] target/arm: Add BFMLA, BFMLS (indexed)
` [PULL 14/20] target/arm: Correct sense of FPCR.AH test for FMAXQV and FMINQV
` [PULL 15/20] target/arm: Don't nest H() macro calls in SVE DO_REDUCE
` [PULL 16/20] target/arm: Honour FPCR.AH=1 default NaN value in FMAXNMQV, FMINNMQV
` [PULL 17/20] target/arm: Make LD1Q decode and trans fn agree about a->u
` [PULL 18/20] hvf: arm: Add permission check in GIC sysreg handlers
` [PULL 19/20] hvf: arm: Emulate ICC_RPR_EL1 accesses properly
` [PULL 20/20] accel/hvf: Display executable bit as 'X'
[PATCH-for-10.1 0/3] accel/hvf: Do not abort in hvf_arm_get_*_ipa_bit_size()
2025-07-21 13:14 UTC (5+ messages)
` [PATCH-for-10.1 3/3] hw/arm/virt: Warn when HVF doesn't report IPA bit length
[PATCH] util: win32: Write hex value when can't get error message
2025-07-21 11:53 UTC (7+ messages)
apparent race condition in mttcg memory handling
2025-07-21 11:47 UTC (2+ messages)
[PATCH] rust: devices are not staticlibs
2025-07-21 11:29 UTC (3+ messages)
[PATCH V2 0/2] preserve pending interrupts during cpr
2025-07-21 11:18 UTC (5+ messages)
` [PATCH V2 2/2] vfio/pci: preserve pending interrupts
[PATCH 0/7] hw/i386/amd_iommu: Cleanups and fixes
2025-07-21 10:44 UTC (4+ messages)
` [PATCH 5/7] hw/i386/amd_iommu: Fix event log generation
[PULL v2 0/4] Misc crypto & UI patches
2025-07-21 10:45 UTC (5+ messages)
` [PULL v2 1/4] ui: fix setting client_endian field defaults
` [PULL v2 2/4] ui: add trace events for all client messages
` [PULL v2 3/4] crypto/x509-utils: Check for error from gnutls_x509_crt_init()
` [PULL v2 4/4] crypto: load all certificates in X509 CA file
[PATCH v2 0/2] hvf: arm: two small GIC sysreg emulation fixes
2025-07-21 10:28 UTC (6+ messages)
` [PATCH v2 1/2] hvf: arm: Add permission check in GIC sysreg handlers
[PATCH V2 1/1] hw/intc/arm_gicv3_kvm: preserve pending interrupts during cpr
2025-07-21 10:24 UTC (2+ messages)
[PATCH] i386/kvm: Disable hypercall patching quirk by default
2025-07-21 10:22 UTC (2+ messages)
[PATCH] target/i386: Fix CR2 handling for non-canonical addresses
2025-07-21 10:17 UTC (2+ messages)
KVM/QEMU community call for agenda items (22/7/25)
2025-07-21 9:50 UTC
[PATCH 0/4] hw: acpi: support SPCR rev. 3 & UART clock freq in ARM SPCR
2025-07-21 9:44 UTC (9+ messages)
` [PATCH 1/4] hw: acpi: add support for SPCR revision 3
` [PATCH 2/4] tests: acpi: whitelist expected blobs
` [PATCH 3/4] hw: arm: acpi: add UART clock frequency to SPCR table
` [PATCH 4/4] tests: acpi: update expected blobs
GICv3 + GICv2m configuration for -M virt
2025-07-21 9:19 UTC
[PATCH RFC v3 00/13] virtio: introduce support for GSO over UDP tunnel
2025-07-21 8:48 UTC (26+ messages)
` [PATCH RFC v3 01/13] net: bundle all offloads in a single struct
` [PATCH RFC v3 03/13] virtio: introduce extended features type
` [PATCH RFC v3 04/13] virtio: serialize extended features state
` [PATCH RFC v3 07/13] vhost: add support for negotiating extended features
` [PATCH RFC v3 08/13] qmp: update virtio features map to support "
` [PATCH RFC v3 12/13] net: implement tunnel probing
[PATCH] ui/curses: Fix infinite loop on windows
2025-07-21 8:35 UTC (3+ messages)
` [PATCH-for-10.1] "
[PATCH v2 0/2] aarch64: update test images with new trusted firmware
2025-07-21 8:31 UTC (7+ messages)
` [PATCH v2 1/2] tests/functional/test_aarch64_device_passthrough: update image
` [PATCH v2 2/2] tests/functional/test_aarch64_rme: "
[PATCH for-10.1 00/10] target/arm: Some SVE2p1 fixes
2025-07-21 8:21 UTC (18+ messages)
` [PATCH for-10.1 03/10] target/arm: Add BFMIN, BFMAX (predicated)
` [PATCH for-10.1 04/10] target/arm: Add BFMUL (indexed)
` [PATCH for-10.1 05/10] target/arm: Add BFMLA, BFMLS (vectors)
` [PATCH for-10.1 06/10] target/arm: Add BFMLA, BFMLS (indexed)
` [PATCH for-10.1 07/10] target/arm: Correct sense of FPCR.AH test for FMAXQV and FMINQV
` [PATCH for-10.1 08/10] target/arm: Don't nest H() macro calls in SVE DO_REDUCE
` [PATCH for-10.1 09/10] target/arm: Honour FPCR.AH=1 default NaN value in FMAXNMQV, FMINNMQV
` [PATCH for-10.1 10/10] target/arm: Make LD1Q decode and trans fn agree about a->u
[PATCH] ui/spice: Destroy the temporary egl fb after the blit is submitted
2025-07-21 8:03 UTC (2+ messages)
[PATCH] hostmem/shm: Allow shm memory backend serve as shared memory for coco-VMs
2025-07-21 8:00 UTC (3+ messages)
[PATCH] target/riscv: do not call GETPC() in check_ret_from_m_mode()
2025-07-21 7:44 UTC (2+ messages)
[PATCH] target/riscv: Fix exception type when VU accesses supervisor CSRs
2025-07-21 7:40 UTC (2+ messages)
[PATCH] tests/functional: add --debug CLI arg
2025-07-21 7:25 UTC (5+ messages)
[PULL 0/3] Display 20250718 patches
2025-07-21 6:47 UTC (5+ messages)
` [PULL 2/3] vfio: Move the TYPE_* to hw/vfio/types.h
[PATCH 00/50] ppc/xive: updates for PowerVM
2025-07-20 21:26 UTC (4+ messages)
[PULL 0/6] Mostly target/i386 patches for QEMU 10.1 hard freeze
2025-07-18 19:57 UTC (2+ messages)
[PATCH 0/6] net: Fix various Coverity issues in vhost-user and passt
2025-07-19 19:53 UTC (13+ messages)
` [PATCH 1/6] net/passt: Remove unused "err" from passt_vhost_user_event() (CID 1612375)
` [PATCH 2/6] net/vhost-user: Remove unused "err" from net_vhost_user_event() (CID 1612372)
` [PATCH 3/6] net/passt: Remove dead code in passt_vhost_user_start error path (CID 1612371)
` [PATCH 4/6] net/passt: Check return value of g_remove() in net_passt_cleanup() (CID 1612369)
` [PATCH 5/6] net/passt: Initialize "error" variable in net_passt_send() (CID 1612368)
` [PATCH 6/6] net/vhost-user: Remove unused "err" from chr_closed_bh() (CID 1612365)
[PATCH for-10.1] tcg/optimize: Don't fold INDEX_op_and_vec to extract
2025-07-19 13:05 UTC (2+ messages)
Galaxy S2 in QEMU
2025-07-19 8:50 UTC
[PATCH 0/2] aarch64: update test images with new trusted firmware
2025-07-19 4:01 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).