messages from 2026-03-20 09:11:01 to 2026-03-20 21:51:58 UTC [more...]
[PATCH-for-11.1 v6 0/6] monitor/hmp: Reduce target-specific definitions
2026-03-20 21:51 UTC (12+ messages)
` [PATCH-for-11.1 v6 1/6] target/sparc/monitor: Dump all registers as 32-bit
` [PATCH-for-11.1 v6 2/6] monitor: Remove MonitorDef::type field and MD_TLONG / MD_I32
` [PATCH-for-11.1 v6 3/6] monitor: Have MonitorDef::get_value() always return int64_t type
` [PATCH-for-11.1 v6 4/6] monitor: Remove last target_long use in get_monitor_def()
` [PATCH-for-11.1 v6 5/6] monitor: Reduce target-specific methods further
` [PATCH-for-11.1 v6 6/6] monitor: Remove 'monitor/hmp-target.h' header
[PATCH 0/2] Fix probe_pages and vext_ldff issues
2026-03-20 20:53 UTC (2+ messages)
[PATCH 0/8] qapi: enforce section ordering
2026-03-20 20:47 UTC (24+ messages)
` [PATCH 1/8] qapi: differentiate "intro" and "details" sections
` [PATCH 2/8] qapi: prohibit 'details' sections between tagged sections
` [PATCH 3/8] qapi: add "Details:" disambiguation marker
` [PATCH 4/8] qapi: detect potentially semantically ambiguous intro paragraphs
` [PATCH 5/8] qapi: re-order QAPI doc block sections
` [PATCH 6/8] qapi: enforce doc block section ordering
` [PATCH 7/8] qapi: re-order 'since' sections to always be last
[PATCH] virtio-qmp: use stringification in FEATURE_ENTRY to prevent copy-paste bugs
2026-03-20 19:37 UTC
[PATCH] mailmap: Update email for Nina Schoetterl-Glausch
2026-03-20 19:29 UTC (2+ messages)
[PATCH 0/5] target/s390x: Forbid to use legacy ldst_phys() API
2026-03-20 19:28 UTC (2+ messages)
[RFC v2 0/7] hw/tpm: CRB chunking capability to handle PQC
2026-03-20 18:57 UTC (3+ messages)
` [RFC v2 7/7] hw/tpm: Increase TPM TIS max buffer size to 8192
[PATCH-for-11.1 v2 0/7] monitor: Have 'info tlb' dump MMU information on monitor
2026-03-20 18:10 UTC (11+ messages)
` [PATCH-for-11.1 v2 1/7] target/m68k: "
` [PATCH-for-11.1 v2 2/7] target/ppc: "
` [PATCH-for-11.1 v2 3/7] target/xtensa: "
` [PATCH-for-11.1 v2 4/7] target/xtensa: Display [ID]TLB header within dump_tlb()
` [PATCH-for-11.1 v2 5/7] target/m68k: Rename dump_mmu() -> m68k_monitor_dump_mmu()
` [PATCH-for-11.1 v2 6/7] target/ppc: Rename dump_mmu() -> ppc_monitor_dump_mmu()
` [PATCH-for-11.1 v2 7/7] target/xtensa: Rename dump_mmu() -> xtensa_monitor_dump_mmu()
[RFC PATCH 0/9] plugins: Introduce Fault Injection framework and API extensions
2026-03-20 18:08 UTC (6+ messages)
[RFC DISCUSSION] virtio-rdma: RDMA device emulation for QEMU
2026-03-20 17:23 UTC (3+ messages)
[PATCH 0/8] arm: implement WFx[T] for aa64 (!!GenAI usage!!)
2026-03-20 16:55 UTC (4+ messages)
` [PATCH 3/8] AGENTS.md: add basic AGENTS.md for QEMU
[PATCH-for-11.1] target/xtensa: Have 'info tlb' dump MMU information on monitor
2026-03-20 16:46 UTC (4+ messages)
[PATCH] virtio-net: allow vhost-user backends to provide config space
2026-03-20 16:38 UTC
[PATCH-for-11.1 00/10] monitor: Remove need of per-target handlers
2026-03-20 16:08 UTC (11+ messages)
` [PATCH-for-11.1 01/10] monitor: Extract completion declarations to 'monitor/hmp-completion.h'
` [PATCH-for-11.1 02/10] monitor: Forward-declare the MonitorDef type
` [PATCH-for-11.1 03/10] cpus: Introduce CPUClass::legacy_monitor_defs hook
` [PATCH-for-11.1 04/10] target/i386: Replace legacy target_monitor_defs -> legacy_monitor_defs
` [PATCH-for-11.1 05/10] target/m68k: "
` [PATCH-for-11.1 06/10] target/sparc: "
` [PATCH-for-11.1 07/10] monitor: Remove target_monitor_defs()
` [PATCH-for-11.1 08/10] cpus: Introduce CPUClass::legacy_monitor_get_register() hook
` [PATCH-for-11.1 09/10] target/riscv: Register target_get_monitor_def in CPUClass
` [PATCH-for-11.1 10/10] monitor: Remove target_get_monitor_def()
[PATCH v3 0/8] testing/next: gdb-multiarch, check-tcg, docker, vbsa tests (pre-PR)
2026-03-20 15:51 UTC (9+ messages)
` [PATCH v3 1/8] tests/tcg: allow filtering of TCG tests
` [PATCH v3 2/8] tests/tcg/multiarch/linux-test: use portable alternative for dirent64
` [PATCH v3 3/8] tests/functional: allow tests to define decompression target
` [PATCH v3 4/8] tests/functional: add VBSA linux tests
` [PATCH v3 5/8] tests/lcitool: Remove python3-sqlite3 from the list of needed packages
` [PATCH v3 6/8] tests/lcitool: Update openSUSE to version 16
` [PATCH v3 7/8] tests/docker: Update the opensuse-leap container file "
` [PATCH v3 8/8] tests: Replace ncat with socat in migration test and drop ncat from containers
[PATCH v4 0/7] Add RISC-V big-endian target support
2026-03-20 15:51 UTC (9+ messages)
` [PATCH v4 2/7] target/riscv: Add big-endian CPU property
` [PATCH v4 1/7] target/riscv: Define MSTATUS_SBE and MSTATUS_MBE bit masks
` [PATCH v4 3/7] target/riscv: Set endianness MSTATUS bits at CPU reset
` [PATCH v4 4/7] target/riscv: Implement runtime data endianness via MSTATUS bits
` [PATCH v4 6/7] target/riscv: Fix page table walk endianness for big-endian harts
` [PATCH v4 5/7] hw/riscv: Make boot code endianness-aware at runtime
` [PATCH v4 7/7] target/riscv: Support runtime endianness in virtio via sysemu callback
[PATCH for-11.0 v2] hw/hyperv: fix SynIC not initialized for CPUs after the first
2026-03-20 15:47 UTC
[PATCH 0/3] Update openSUSE to version 16 in our CI
2026-03-20 15:43 UTC (2+ messages)
[PATCH] tests: Replace ncat with socat in migration test and drop ncat from containers
2026-03-20 15:41 UTC (2+ messages)
[PATCH RFC 00/10] vmstate: Implement VMS_ARRAY_OF_POINTER_AUTO_ALLOC
2026-03-20 15:37 UTC (9+ messages)
` [PATCH RFC 08/10] vmstate: Implement load of ptr marker in vmstate core
` [PATCH RFC 09/10] vmstate: Implement VMS_ARRAY_OF_POINTER_AUTO_ALLOC
[PATCH] linux-user/i386/signal.c: Correct definition of target_fpstate_32
2026-03-20 15:37 UTC (6+ messages)
[PATCH 0/5] i386/sev: Add TCG-emulated AMD SEV guest support
2026-03-20 15:34 UTC (16+ messages)
` [PATCH 1/5] i386/sev: Add sev-emulated QOM object with TCG support
` [PATCH 4/5] i386/sev: Add launch measurement emulation and TIK property
[PULL 0/3] hex queue
2026-03-20 14:50 UTC (4+ messages)
` [PULL 1/3] target/hexagon: fix J2_jumptnew/pt predicate check to use LSB
` [PULL 2/3] target/hexagon: use TCG_COND_TSTEQ/TSTNE for predicate branches
` [PULL 3/3] tests/tcg/hexagon: add test for predicated .new branch LSB evaluation
[RFC v2 00/14] virtio-net: early VMStateDescription live migration support
2026-03-20 14:20 UTC (15+ messages)
` [RFC v2 01/14] machine,virtio-net: add early-mig property
` [RFC v2 02/14] virtio, virtio-net: add initial early VMSD for setup-phase migration
` [RFC v2 03/14] virtio,virtio-net: virtio-delta VMSD - VQ state
` [RFC v2 04/14] virtio-net: detect VirtIODevice status mid-migration change
` [RFC v2 05/14] virtio-net: detect VirtIODevice config buffer "
` [RFC v2 06/14] virtio-net: detect VirtIONet MAC addr "
` [RFC v2 07/14] virtio-net: detect VirtIONet MAC table mid-migration changes
` [RFC v2 08/14] virtio-net: detect VirtIONet status mid-migration change
` [RFC v2 09/14] virtio-net: detect VirtIONet Rx filter mid-migration changes
` [RFC v2 10/14] virtio-net: detect VirtIONet VLAN filter table changes
` [RFC v2 11/14] virtio-net: detect VirtIONet guest offload & MQ mid-migration changes
` [RFC v2 12/14] virtio-net: detect RSS state "
` [RFC v2 13/14] virtio-net: detect pending Tx work for VQs "
` [RFC v2 14/14] virtio-net, vhost-net: early migration support for vhost-net
[PATCH-for-11.1 0/8] system/memory: Constify various AddressSpace/MemoryRegionCache arguments
2026-03-20 14:12 UTC (3+ messages)
` [PATCH-for-11.1 3/8] system/memory: Constify various AddressSpace arguments (xlat)
[PATCH v5 0/3] target/riscv: add draft RISC-V Zbr ext as xbr0p93
2026-03-20 13:42 UTC (4+ messages)
` [PATCH v5 1/3] util: export CRC32[C] lookup tables
` [PATCH v5 2/3] target/riscv: add draft RISC-V Zbr ext as xbr0p93
` [PATCH v5 3/3] disas: diassemble RISC-V xlrbr (crc32) instructions
[RFC PATCH 00/35] target/arm: fully model WFxT instructions for A-profile
2026-03-20 13:06 UTC (36+ messages)
` [RFC PATCH 01/35] target/arm: migrate basic syndrome helpers to registerfields
` [RFC PATCH 02/35] target/arm: migrate system/cp trap syndromes "
` [RFC PATCH 03/35] target/arm: migrate FP/SIMD "
` [RFC PATCH 04/35] target/arm: migrate eret "
` [RFC PATCH 05/35] target/arm: migrate SME "
` [RFC PATCH 06/35] target/arm: migrate PAC "
` [RFC PATCH 07/35] target/arm: migrate BTI "
` [RFC PATCH 08/35] target/arm: migrate BXJ "
` [RFC PATCH 09/35] target/arm: migrate Granule Protection traps "
` [RFC PATCH 10/35] target/arm: migrate fault syndromes "
` [RFC PATCH 11/35] target/arm: migrate debug "
` [RFC PATCH 12/35] target/arm: migrate wfx "
` [RFC PATCH 13/35] target/arm: migrate gcs "
` [RFC PATCH 14/35] target/arm: migrate memory op "
` [RFC PATCH 15/35] target/arm: migrate check_hcr_el2_trap to use syndrome helper
` [RFC PATCH 16/35] target/arm: use syndrome helpers in arm_cpu_do_interrupt_aarch32_hyp
` [RFC PATCH 17/35] target/arm: use syndrome helpers to set SAME_EL EC bit
` [RFC PATCH 18/35] target/arm: make whpx use syndrome helpers for decode
` [RFC PATCH 19/35] target/arm: make hvf "
` [RFC PATCH 20/35] target/arm: use syndrome helpers in merge_syn_data_abort
` [RFC PATCH 21/35] target/arm: use syndrome helpers to query VNCR bit
` [RFC PATCH 22/35] target/arm: remove old syndrome defines
` [RFC PATCH 23/35] target/arm: report register in WFIT syndromes
` [RFC PATCH 24/35] target/arm: remove event_register check from arm_cpu_has_work
` [RFC PATCH 25/35] target/arm: redefine event stream fields
` [RFC PATCH 26/35] target/arm: add gt_calc_next_event_stream
` [RFC PATCH 27/35] target/arm: wrap event_register in a union
` [RFC PATCH 28/35] target/arm: ensure aarch64 DISAS_WFE will exit
` [RFC PATCH 29/35] target/arm: implements SEV/SEVL for all modes
` [RFC PATCH 30/35] target/arm: implement global monitor events
` [RFC PATCH 31/35] target/arm: enable event stream on WFE instructions
` [RFC PATCH 32/35] target/arm: implement WFET
` [RFC PATCH 33/35] tests/tcg: split stage 1 between devices and RAM
` [RFC PATCH 34/35] tests/tcg: create a mini-gic3 library
` [RFC PATCH 35/35] tests/tcg: add basic test for aarch64 wf[ie][t] insns
[PATCH v13 0/8] virtio-net: live-TAP local migration
2026-03-20 13:15 UTC (3+ messages)
[PATCH v1] qga: rework slog to support multiple severity levels
2026-03-20 12:58 UTC (3+ messages)
` [PATCH v2 1/2] qga: replace slog() with standard GLib logging
[PATCH-for-11.0?] configs/targets: Restrict the legacy ldst_phys() API on ARM / Aarch64
2026-03-20 12:55 UTC (3+ messages)
[PATCH 00/14] Add ARM64 support for MSHV accelerator
2026-03-20 6:46 UTC (4+ messages)
` [PATCH 08/14] accel/mshv: Add access_vp_regs synthetic proc features
[PATCH] hw/hyperv: fix SynIC not initialized for CPUs after the first
2026-03-20 11:47 UTC (2+ messages)
[PATCH RFC 00/12] migration/vfio: Fix a few issues on API misuse or statistic reports
2026-03-20 12:26 UTC (5+ messages)
` [PATCH RFC 01/12] migration: Fix low possibility downtime violation
` [PATCH RFC 09/12] migration: Make iteration counter out of RAM
[PULL 0/2] Staging patches
2026-03-20 11:49 UTC (2+ messages)
[PULL 00/17] riscv-to-apply queue
2026-03-20 11:49 UTC (2+ messages)
[PULL 0/6] Hppa fixes for v11 patches
2026-03-20 11:49 UTC (2+ messages)
[PATCH v3] linux-user: update select timeout writeback
2026-03-20 11:31 UTC (2+ messages)
[PATCH-for-11.1 00/16] target/riscv: Forbid to use legacy native endianness API
2026-03-20 11:27 UTC (3+ messages)
` [PATCH-for-11.1 15/16] target/riscv: Use MO_LE for instruction fetch
[PATCH] target/sparc: Set reg window data structures currently after vmstate load
2026-03-20 11:02 UTC (3+ messages)
[PATCH] hw/isa/piix: Embed i8259 irq in device state instead of allocating
2026-03-20 10:57 UTC (2+ messages)
[PATCH rfc] hvf: arm: Inject SEA when executing insn in invalid memory range
2026-03-20 10:52 UTC (2+ messages)
[PATCH 0/3] target/ppc: Replace target_ulong -> uint64_t for TARGET_PPC64
2026-03-20 10:35 UTC (3+ messages)
` [PATCH 3/3] target/ppc: Explicitly declare BHRB related register as 64-bit
[PATCH v3 0/6] whpx: arm: set of small fixes for QEMU 11.0
2026-03-20 10:29 UTC (8+ messages)
` [PATCH v3 3/6] whpx: arm: enable more enlightements
[PATCH] linux-user: Make openat2() use -L for absolute paths
2026-03-20 10:13 UTC (2+ messages)
[PATCH V3 0/2] add rtc acpi table
2026-03-20 10:05 UTC (4+ messages)
` [PATCH V3 1/2] hw/loongarch: "
[PATCH v2 00/21] qom: introduce property flags to track external user input
2026-03-20 10:09 UTC (9+ messages)
` [PATCH v2 01/21] qom/object: use BIT macro for ObjectPropertyFlags
` [PATCH v2 02/21] qom/object: cache ObjectPropertyFlags in ObjectProperty
[PATCH v1 00/13] intel_iommu: Enable PASID support for passthrough device
2026-03-20 10:13 UTC (8+ messages)
` [PATCH v1 07/13] intel_iommu: Handle PASID entry addition for pc_inv_dsc request
` [PATCH v1 08/13] intel_iommu: Handle PASID entry removal "
[PULL 00/28] Block layer patches
2026-03-20 9:50 UTC (7+ messages)
` [PULL 26/28] block/nfs: add support for libnfs v6
[PATCH v2] linux-user: update select timeout writeback
2026-03-20 9:41 UTC (2+ messages)
[RFC PATCH 0/7] Add FEAT_MEC (encryption)
2026-03-20 9:31 UTC (5+ messages)
` [RFC PATCH 5/7] hw/arm/virt: Add machine option 'mec'
QEMU requires a 64-bit CPU host architecture?
2026-03-20 9:26 UTC (3+ messages)
[PATCH] block/curl: free s->password in cleanup paths
2026-03-20 9:24 UTC (2+ messages)
[PATCH v2] hw/char: clear dangling GLib event source tag
2026-03-20 9:21 UTC (2+ messages)
[PATCH for-11.0] Fix several typos in documentation (found by codespell)
2026-03-20 9:15 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