messages from 2025-07-17 20:14:44 to 2025-07-21 07:37:21 UTC [more...]
[PATCH RFC v3 00/13] virtio: introduce support for GSO over UDP tunnel
2025-07-21 7:33 UTC (35+ messages)
` [PATCH RFC v3 01/13] net: bundle all offloads in a single struct
` [PATCH RFC v3 02/13] linux-headers: Update to Linux ~v6.16-rc5 net-next
` [PATCH RFC v3 03/13] virtio: introduce extended features type
` [PATCH RFC v3 04/13] virtio: serialize extended features state
` [PATCH RFC v3 05/13] virtio: add support for negotiating extended features
` [PATCH RFC v3 06/13] virtio-pci: implement support for "
` [PATCH RFC v3 07/13] vhost: add support for negotiating "
` [PATCH RFC v3 08/13] qmp: update virtio features map to support "
` [PATCH RFC v3 09/13] vhost-backend: implement extended features support
` [PATCH RFC v3 10/13] vhost-net: "
` [PATCH RFC v3 11/13] virtio-net: "
` [PATCH RFC v3 12/13] net: implement tunnel probing
` [PATCH RFC v3 13/13] net: implement UDP tunnel features offloading
[PATCH] tests/functional: add --debug CLI arg
2025-07-21 7:25 UTC (5+ messages)
[PATCH] util: win32: Write hex value when can't get error message
2025-07-21 7:07 UTC (3+ messages)
[PATCH] hostmem/shm: Allow shm memory backend serve as shared memory for coco-VMs
2025-07-21 6:52 UTC
[PULL 0/3] Display 20250718 patches
2025-07-21 6:47 UTC (7+ messages)
` [PULL 1/3] ramfb: Add property to control if load the romfile
` [PULL 2/3] vfio: Move the TYPE_* to hw/vfio/types.h
` [PULL 3/3] hw/i386: Add the ramfb romfile compatibility
[PULL 00/12] Net patches
2025-07-21 5:59 UTC (13+ 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 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 v2 0/2] aarch64: update test images with new trusted firmware
2025-07-19 15:38 UTC (6+ 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] tcg/optimize: Don't fold INDEX_op_and_vec to extract
2025-07-19 13:05 UTC (5+ 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)
[PATCH] ui/spice: Destroy the temporary egl fb after the blit is submitted
2025-07-18 23:40 UTC
[PATCH for-10.1 00/10] target/arm: Some SVE2p1 fixes
2025-07-18 21:46 UTC (21+ messages)
` [PATCH for-10.1 01/10] target/arm: Add BFADD, BFSUB, BFMUL (unpredicated)
` [PATCH for-10.1 02/10] target/arm: Add BFADD, BFSUB, BFMUL, BFMAXNM, BFMINNM (predicated)
` [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
[RFC] target/arm: Concerns about mixed endian support for remote GDB
2025-07-18 18:48 UTC
[PATCH V2 0/2] preserve pending interrupts during cpr
2025-07-18 17:38 UTC (4+ messages)
` [PATCH V2 2/2] vfio/pci: preserve pending interrupts
[RFC V2 0/8] Live update: tap and vhost
2025-07-18 17:31 UTC (11+ messages)
` [RFC V2 1/8] migration: stop vm earlier for cpr
` [RFC V2 2/8] migration: cpr setup notifier
` [RFC V2 3/8] vhost: reset vhost devices for cpr
` [RFC V2 4/8] cpr: delete all fds
` [RFC V2 5/8] Revert "vhost-backend: remove vhost_kernel_reset_device()"
` [RFC V2 6/8] tap: common return label
` [RFC V2 7/8] tap: cpr support
` [RFC V2 8/8] tap: postload fix for cpr
[PATCH 0/4] hw: acpi: support SPCR rev. 3 & UART clock freq in ARM SPCR
2025-07-18 16:20 UTC (5+ 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
[PATCH v5 00/23] migration: propagate vTPM errors using Error objects
2025-07-18 16:27 UTC (14+ messages)
` [PATCH v5 02/23] migration: push Error **errp into vmstate_load_state()
` [PATCH v5 09/23] migration: push Error **errp into ram_postcopy_incoming_init()
` [PATCH v5 20/23] migration: push Error **errp into qemu_load_device_state()
` [PATCH v5 22/23] migration: Add error-parameterized function variants in VMSD struct
` [PATCH v5 23/23] backends/tpm: Propagate vTPM error on migration failure
[PATCH 00/22] vfio: improve use of QOM and coding guidelines
2025-07-18 15:26 UTC (3+ messages)
` [PATCH 19/22] vfio/igd.c: use QOM casts where appropriate
[PATCH 0/4] migration: workaround GNUTLS live migration crashes
2025-07-18 15:05 UTC (5+ 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] net/passt: Fix build failure due to missing GIO dependency
2025-07-18 14:54 UTC (3+ messages)
[PATCH 0/2] cosmetics for the i6300esb watchdog
2025-07-18 14:35 UTC (10+ messages)
` [PATCH 2/2] watchdog: generic name for i6300esb
[PATCH 0/7] hw/i386/amd_iommu: Cleanups and fixes
2025-07-18 14:30 UTC (9+ messages)
[PATCH] hw/i386/pc: Avoid overlap between CXL window and PCI 64bit BARs in QEMU
2025-07-18 13:35 UTC
[PATCH] xen/passthrough: add missing error-report include
2025-07-18 13:20 UTC (7+ messages)
Qemu MIPSel -- MIPS32R1 Config1 register wrong
2025-07-18 9:40 UTC
[PATCH v2 0/3] tests/functional: add more CLI args
2025-07-18 11:04 UTC (4+ messages)
` [PATCH v2 1/3] tests/functional: add --keep-scratch CLI arg
` [PATCH v2 2/3] tests/functional: add --list-tests "
` [PATCH v2 3/3] tests/functional: add -k TEST_NAME_PATTERN "
[PATCH 0/3] tests/functional: add more CLI args
2025-07-18 9:44 UTC (6+ messages)
` [PATCH 1/3] tests/functional: add --keep-scratch CLI arg
` [PATCH 2/3] tests/functional: add --list-tests "
` [PATCH 3/3] tests/functional: add -k TEST_NAME_PATTERN "
[PATCH] target/i386: do not expose ARCH_CAPABILITIES on AMD CPU
2025-07-18 9:47 UTC (2+ messages)
[PATCH v2] tests/functional: add --debug CLI arg
2025-07-18 9:24 UTC (3+ messages)
[PATCH] ui/spice: Destroy the temporary egl fb after the blit is submitted
2025-07-18 8:44 UTC (2+ messages)
[PATCH v2] net/tap: drop too small packets
2025-07-18 8:28 UTC (2+ messages)
[PATCH v8 00/12] hw/arm/virt: Add support for user creatable SMMUv3 device
2025-07-18 8:28 UTC (8+ messages)
` [PATCH v8 08/12] hw/arm/virt: Allow user-creatable SMMUv3 dev instantiation
[PATCH 0/2] hw/nvme: Add support for LID 00h and LID 12h
2025-07-17 11:20 UTC (3+ messages)
` [PATCH 1/2] hw/nvme: Adding support for LID 0x00- Supported Log Pages
` [PATCH 2/2] hw/nvme: Adding Support for Feature Identifiers Supported and Effects (Log Identifier 12h)
[PULL 0/6] Mostly target/i386 patches for QEMU 10.1 hard freeze
2025-07-18 8:09 UTC (4+ messages)
` [PULL 1/6] target/i386: do not expose ARCH_CAPABILITIES on AMD CPU
[PATCH] rust/pl011: merge device_class.rs into device.rs
2025-07-18 7:47 UTC (2+ messages)
[PATCH v2 0/9] target/loongarch: Enhancement about tcg mmu
2025-07-18 7:28 UTC (10+ messages)
` [PATCH v2 1/9] target/loongarch: Move some function definition to kvm directory
` [PATCH v2 2/9] target/loongarch: Define function loongarch_cpu_post_init as static
` [PATCH v2 3/9] target/loongarch: Set page size in TLB misc with STLB
` [PATCH v2 4/9] target/loongarch: Add header file cpu-mmu.h
` [PATCH v2 5/9] target/loongarch: Add common function loongarch_check_pte()
` [PATCH v2 6/9] target/loongarch: Use loongarch_check_pte() with page table walking
` [PATCH v2 7/9] target/loongarch: Use mmu idx bitmap method when flush tlb
` [PATCH v2 8/9] target/loongarch: Use correct page size "
` [PATCH v2 9/9] target/loongarch: Use fine-grained tlb flush method
[PATCH] hw/arm/smmu-common: Avoid using inlined functions with external linkage
2025-07-18 6:11 UTC (2+ messages)
` [PATCH-for-10.1] "
[PATCH] hw/arm: remove `inline` from `smmu_iotlb_inv_vmid_s1`
2025-07-18 6:06 UTC (3+ messages)
[RFC PATCH RESEND 00/42] accel/split/arm: Run EL2 using TCG and EL1/EL0 in hardware with HVF
2025-07-18 5:47 UTC (4+ messages)
` [RFC PATCH RESEND 37/42] accel/hvf: Emulate HVC at EL2
[PATCH v1] PCIE-Host Support 64Bit resource for DesignwarePCIEHost
2025-07-18 5:39 UTC (5+ messages)
[PATCH RFC v2 00/13] virtio: introduce support for GSO over UDP tunnel
2025-07-18 4:38 UTC (5+ messages)
` [PATCH RFC v2 12/13] net: implement tunnel probing
[PATCH] docs: Fix Aspeed title
2025-07-18 4:32 UTC (3+ messages)
[PULL 0/2] 9p queue 2025-07-16
2025-07-17 20:56 UTC (2+ messages)
[PULL 0/6] QAPI patches patches for 2025-07-16
2025-07-17 20:56 UTC (2+ messages)
[PATCH v2] docs/devel/submitting-a-patch.rst: add b4 section
2025-07-17 18:59 UTC
[PATCH] docs/devel/submitting-a-patch.rst: add b4 section
2025-07-17 18:53 UTC (3+ messages)
[PULL v2 00/13] Ui patches
2025-07-17 18:17 UTC (4+ messages)
` [PULL v2 09/13] ui/spice: Blit the scanout texture if its memory layout is not linear
[PATCH 0/2] migration: Fix possible access out of bounds
2025-07-17 12:35 UTC (6+ messages)
` [PATCH 1/2] migration: Fix postcopy latency distribution formatting computation
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).