messages from 2025-07-17 18:04:10 to 2025-07-18 22:10:36 UTC [more...]
[PATCH for-10.1 00/10] target/arm: Some SVE2p1 fixes
2025-07-18 21:38 UTC (14+ 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
[PATCH for-10.1] tcg/optimize: Don't fold INDEX_op_and_vec to extract
2025-07-18 21:26 UTC (4+ messages)
[PULL 0/3] Display 20250718 patches
2025-07-18 21:03 UTC (5+ 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
[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 (47+ messages)
` [PATCH v5 01/23] migration: push Error **errp into vmstate_subsection_load()
` [PATCH v5 02/23] migration: push Error **errp into vmstate_load_state()
` [PATCH v5 03/23] migration: push Error **errp into qemu_loadvm_state_header()
` [PATCH v5 04/23] migration: push Error **errp into vmstate_load()
` [PATCH v5 05/23] migration: push Error **errp into qemu_loadvm_section_start_full()
` [PATCH v5 06/23] migration: push Error **errp into qemu_loadvm_section_part_end()
` [PATCH v5 07/23] migration: push Error **errp into loadvm_process_command()
` [PATCH v5 08/23] migration: push Error **errp into loadvm_handle_cmd_packaged()
` [PATCH v5 09/23] migration: push Error **errp into ram_postcopy_incoming_init()
` [PATCH v5 10/23] migration: push Error **errp into loadvm_postcopy_handle_advise()
` [PATCH v5 11/23] migration: push Error **errp into loadvm_postcopy_handle_listen()
` [PATCH v5 12/23] migration: push Error **errp into loadvm_postcopy_handle_run()
` [PATCH v5 14/23] migration: make loadvm_postcopy_handle_resume() void
` [PATCH v5 15/23] migration: push Error **errp into loadvm_handle_recv_bitmap()
` [PATCH v5 17/23] migration: push Error **errp into loadvm_postcopy_handle_switchover_start()
` [PATCH v5 18/23] migration: push Error **errp into qemu_loadvm_state_main()
` [PATCH v5 19/23] migration: push Error **errp into qemu_loadvm_state()
` [PATCH v5 20/23] migration: push Error **errp into qemu_load_device_state()
` [PATCH v5 21/23] migration: Capture error in postcopy_ram_listen_thread()
` [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 RFC v3 00/13] virtio: introduce support for GSO over UDP tunnel
2025-07-18 15:21 UTC (26+ 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 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 (11+ 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 (9+ messages)
` [PULL 1/6] target/i386: do not expose ARCH_CAPABILITIES on AMD CPU
` [PULL 2/6] i386/cpu: Move x86_ext_save_areas[] initialization to .instance_init
` [PULL 3/6] meson: re-generate scripts/meson-buildoptions.sh to fix IGVM entry
` [PULL 4/6] target/i386: tdx: fix locking for interrupt injection
` [PULL 5/6] i386/cpu: Cleanup host_cpu_max_instance_init()
` [PULL 6/6] i386/tdx: Remove the redundant qemu_mutex_init(&tdx->lock)
[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
[PATCH] target/arm: Provide always-false kvm_arm_*_supported() stubs for usermode
2025-07-17 17:29 UTC (7+ messages)
[PATCH] hw/misc/max78000_aes: Comment Internal Key Storage
2025-07-17 17:00 UTC (2+ messages)
[PATCH] host-utils: Drop workaround for buggy Apple Clang __builtin_subcll()
2025-07-17 16:59 UTC (3+ messages)
[PATCH v4 00/23] migration: propagate vTPM errors using Error objects
2025-07-17 12:30 UTC (4+ messages)
HVF EL2 support in QEMU (aka FEAT_NV/FEAT_NV2) for MacOS
2025-07-17 16:15 UTC (10+ messages)
[PULL 0/6] Mostly target/i386 patches for QEMU 10.1 hard freeze
2025-07-17 16:07 UTC (7+ messages)
` [PULL 1/6] target/i386: do not expose ARCH_CAPABILITIES on AMD CPU
` [PULL 2/6] i386/cpu: Move x86_ext_save_areas[] initialization to .instance_init
` [PULL 3/6] meson: re-generate scripts/meson-buildoptions.sh to fix IGVM entry
` [PULL 4/6] target/i386: tdx: fix locking for interrupt injection
` [PULL 5/6] i386/cpu: Cleanup host_cpu_max_instance_init()
` [PULL 6/6] i386/tdx: Remove the redundant qemu_mutex_init(&tdx->lock)
[PATCH v4 00/27] refresh qemu-img options handling
2025-07-17 16:01 UTC (4+ messages)
[PULL 00/77] Rust, target/i386 changes for QEMU 10.1 soft freeze
2025-07-17 15:47 UTC (6+ messages)
` [PULL 17/77] meson: Add optional dependency on IGVM library
[PATCH] util: win32: Write hex value when can't get error message
2025-07-17 15:28 UTC (2+ messages)
[PULL 0/4] Misc crypto & UI patches
2025-07-17 15:17 UTC (2+ messages)
[PATCH v11 0/3] ramfb: Add property to control if load the romfile
2025-07-17 15:19 UTC (3+ messages)
` [PATCH v11 3/3] hw/i386: Add the ramfb romfile compatibility
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).