QEMU-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
[PATCH v3 0/3] riscv: Add K230 DW 8250-compatible UART
 2026-08-15  2:57 UTC  (6+ messages)

[PATCH v2] tools/hvmloader: implement Intel IGD extended VBT support
 2026-08-15  2:22 UTC  (11+ messages)

[PATCH 0/9] hw/mips: add Octeon III EBB7304 support
 2026-08-14 20:28 UTC  (4+ messages)
` [PATCH 4/9] target/mips: drop hidden TLB shadowing for tlbwr

[RFC PATCH 0/3] vfio-user: support multiple FDs backing region mmaps
 2026-08-14 19:53 UTC  (5+ messages)
` [RFC PATCH 2/3] vfio: mmap sparse regions backed by multiple FDs

[PATCH v1] hw/i2c/aspeed_i2c: Latch first received byte for SMBus block reads
 2026-08-14 19:20 UTC  (5+ messages)

[PATCH] hw/sd: give the RPMB vmstate subsection a name of its own
 2026-08-14 18:38 UTC 

[PATCH v8 01/10] build: add optional librpmi dependency
 2026-08-14 18:34 UTC  (12+ messages)
` [PATCH v8 02/10] hw/misc: add RISC-V RPMI transport and Base support
` [PATCH v8 03/10] hw/riscv: add RPMI FDT helpers
` [PATCH v8 04/10] hw/riscv/virt: add opt-in RPMI base support
` [PATCH v8 05/10] riscv: add RPMI system reset service
` [PATCH v8 06/10] riscv: add RPMI HSM service
` [PATCH v8 07/10] riscv: add RPMI system suspend service
` [PATCH v8 08/10] docs/system/riscv: document initial virt RPMI support
` [PATCH v8 09/10] tests/qtest: cover initial RISC-V RPMI services
` [PATCH v8 10/10] tests/functional: add initial RPMI virt guest smoke

[PULL 0/6] qom-qdev queue 20260814
 2026-08-14 18:04 UTC  (9+ messages)
` [PULL 1/6] qom/object.c: introduce OBJECT_PROPERTY_SCALAR_GETTER(type) macro
` [PULL 2/6] qom/object.c: introduce OBJECT_PROPERTY_SCALAR_SETTER(type) macro
` [PULL 3/6] qom/object.c: introduce DEFINE_OBJECT_PROPERTY_SCALAR_METHODS() macro
` [PULL 4/6] qom/object.h: rename @child to @targetp in object_property_add_link() documentation
` [PULL 5/6] qom/object.h: add missing documentation for object_class_* property functions
` [PULL 6/6] qom/object.c: rename object_class_property_uint*_ptr() to object_class_static_property_uint*_ptr()

[PULL v3 0/7] IDE patches
 2026-08-14 18:03 UTC  (9+ messages)
` [PULL v3 1/7] tests/qtest/ide-test: parametrize the ATAPI CD-ROM read test
` [PULL v3 2/7] tests/qtest/ide-test: add a multi-sector ATAPI DMA "
` [PULL v3 3/7] tests/qtest/ide-test: cover raw (2352-byte) ATAPI CD reads
` [PULL v3 4/7] tests/qtest/libqos/ahci: support raw (2352-byte) READ CD
` [PULL v3 5/7] tests/qtest/ahci: cover raw (2352-byte) ATAPI CD reads
` [PULL v3 6/7] hw/ide/atapi: read the whole elementary transfer asynchronously
` [PULL v3 7/7] tests/qtest/ahci: regression test for ATAPI read vs. drain

[PULL 0/6] Functional test framework improvements & bug fixes
 2026-08-14 18:03 UTC  (8+ messages)
` [PULL 1/6] tests/functional: add skipWithoutSudo() decorator
` [PULL 2/6] tests/functional/qemu_test: drop *args argument from .get_vm()
` [PULL 3/6] tests/testcase.py: passthrough monitor_address
` [PULL 4/6] hw/usb/dev-uas: Don't abort if guest provided an undersized buffer for status
` [PULL 5/6] hw/net/vmxnet3: Do not abort if guest provides bad interrupt numbers
` [PULL 6/6] hw/i386/amd_iommu: Avoid undefined behavior in amdvi_setevent_bits()

[PATCH V12 00/15] iothread: Support tracking and querying IOThread holders
 2026-08-14 17:48 UTC  (16+ messages)
` [PATCH V12 01/15] qapi/misc: Fix missed query-iothreads items
` [PATCH V12 02/15] iothread: introduce holder tracking
` [PATCH V12 03/15] iothread: track users with holder name
` [PATCH V12 04/15] iothread: introduce iothread_unsafe_get_aio_context()
` [PATCH V12 05/15] block/export: track IOThread references
` [PATCH V12 06/15] monitor: track IOThread users with QOM paths
` [PATCH V12 07/15] virtio-vq-mapping: track iothread-vq-mapping references using device path
` [PATCH V12 08/15] virtio: track IOThread references for thread pinning
` [PATCH V12 09/15] net/colo: track IOThread references using path-based holder
` [PATCH V12 10/15] virtio-balloon: Update tracking iothread users with holder
` [PATCH V12 11/15] vfio-user/proxy: Update tracking iothread users with holder name
` [PATCH V12 12/15] xen-block: "
` [PATCH V12 13/15] monitor/hmp: display IOThread holders
` [PATCH V12 14/15] iothread: remove legacy iothread_get_aio_context()
` [PATCH V12 15/15] tests/unit/iothread: update AioContext ref/put helpers

[PATCH v8 00/36] Hexagon system emulation - Part 1/3
 2026-08-14 17:33 UTC  (3+ messages)
` [PATCH v8] target/hexagon: Add sreg_{read,write} helpers

[PATCH v5 00/28] Hexagon system emulation, Part 2/3
 2026-08-14 17:29 UTC  (3+ messages)
` [PATCH v5 05/28] target/hexagon: Implement wait helper

[PATCH] s390x/sclp: pv: only copy the original SCCB buffer
 2026-08-14 17:18 UTC  (2+ messages)

[PATCH 1/1] s390x/css: Fix css stsch detection to go beyond 8192 devices
 2026-08-14 17:17 UTC  (2+ messages)

[PATCH V11 00/15] iothread: Support tracking and querying IOThread holders
 2026-08-14 16:36 UTC  (12+ messages)
` [PATCH V11 03/15] iothread: track users with holder name
` [PATCH V11 05/15] block/export: track IOThread references
` [PATCH V11 06/15] monitor: track IOThread users with QOM paths

[PULL 00/15] s390x queue
 2026-08-14 16:07 UTC  (4+ messages)
` [PULL 15/15] pc-bios/s390-ccw.img: update s390x bios

[PATCH v3 0/3] hw/riscv/k230: add IOMUX register block model
 2026-08-14 15:56 UTC  (5+ messages)
` [PATCH v3 1/3] hw/misc/k230_iomux: add Kendryte K230 IOMUX model

[PATCH] target/riscv: Restore register dump zero padding
 2026-08-14 15:55 UTC  (3+ messages)

[PATCH v3 0/5] hw/riscv: Add K230 DWC SSI Standard PIO support
 2026-08-14 15:51 UTC  (4+ messages)

[PATCH] tests/qtest: remove trace output from k230 watchdog test
 2026-08-14 15:50 UTC  (2+ messages)

[RFC PATCH v3 00/19] named CPU models for Arm64 on KVM
 2026-08-14 15:40 UTC  (29+ messages)
` [RFC PATCH v3 02/19] scripts: bug fixes in update-aarch64-cpu-sysreg-properties
` [RFC PATCH v3 04/19] target/arm: expose all ID regs fields as properties
` [RFC PATCH v3 07/19] target/arm/kvm: handle special ID registers cases when reading from KVM
` [RFC PATCH v3 08/19] target/arm/kvm: Handle writeback for special ID register fields
` [RFC PATCH v3 09/19] target/arm: Add named cpu model infra + graviton3 named model
` [RFC PATCH v3 14/19] target/arm/kvm: compute supported values for ID register fields
` [RFC PATCH v3 16/19] qmp: add query-cpu-props-info command

[PATCH] target/i386: show nested VMX peer state in info registers
 2026-08-14 15:36 UTC 

[PATCH] target/arm: Restrict arm_do_plugin_vcpu_discon_cb() to TCG
 2026-08-14 15:35 UTC  (4+ messages)

[PATCH 00/20] hw/arm: Store the ARM boot info in the machine state
 2026-08-14 15:32 UTC  (6+ messages)
` [PATCH 16/20] hw/arm: orangepi: Store "
` [PATCH 20/20] hw/arm: xilinx_zynq: "

[PATCH v2 00/52] disas/riscv: Reorganize the disassembler
 2026-08-14 15:28 UTC  (4+ messages)
` [PATCH v2 36/52] disas/riscv: Skip post-processing of illegal insns

[PATCH v4 00/12] KVM/hostmem: Support init-shared guest-memfd as VM backends
 2026-08-14 15:27 UTC  (12+ messages)
` [PATCH v4 03/12] kvm: Provide explicit error for kvm_create_guest_memfd()
` [PATCH v4 08/12] hostmem: Support fully shared guest memfd to back a VM

[RFC PATCH v1 00/17] target/riscv: Add KVM CoVE confidential VM support
 2026-08-14 15:14 UTC  (7+ messages)
` [RFC PATCH v1 11/17] hw/virtio: force modern virtio for a CoVE guest
    ` 回复:[RFC "
  ` 回复:[RFC PATCH v1 00/17] target/riscv: Add KVM CoVE confidential VM support

[PATCH] system: Define ram_addr_t to be always uint64_t
 2026-08-14 14:48 UTC  (3+ messages)

[PATCH] accel/tcg: Allow overlapping reads in record_save
 2026-08-14 14:21 UTC 

[PATCH v3] qga: implement 'guest-get-fsinfo' for FreeBSD
 2026-08-14 14:16 UTC  (4+ messages)

[PATCH] target/riscv: prevent abrupt abortion on unassigned value write to tdata
 2026-08-14 13:14 UTC  (2+ messages)

[PATCH] target/riscv: fix invalid sstc predicate in gdbstub
 2026-08-14 13:12 UTC  (2+ messages)

[PATCH] target/i386: Fix incorrect tcg generation for RCR & RCL instructions
 2026-08-14 13:10 UTC  (2+ messages)

[PATCH] scripts/clean_functional_cache: Remove also .stamp files
 2026-08-14 12:34 UTC  (2+ messages)

[PATCH] vfio-user: reject failover during init
 2026-08-14 11:25 UTC  (3+ messages)

[PATCH 0/7] target/ppc: PPC ISA 2.07 flag cleanup and updates
 2026-08-14 10:49 UTC  (4+ messages)
` [PATCH 1/7] target/ppc: Replace PPC2_VSX207 flag with PPC2_ISA207

[PATCH v4] powernv: boot OpenBSD on POWER9
 2026-08-14 10:47 UTC  (2+ messages)

[PATCH v3 0/2] Add K230 SoC GPIO controller support
 2026-08-14 10:39 UTC  (7+ messages)
` [PATCH v3 1/2] hw/gpio: add K230 GPIO controller model

[PATCH 00/10] QEMU: CXL Type-2 device passthrough via vfio-pci
 2026-08-14  9:54 UTC  (3+ messages)

[PATCH v4] target/ppc: Validate HTABMASK and reserved bits in SDR1 for 32-bit mode
 2026-08-14  9:26 UTC 

[PATCH v2 0/6] qom: tidy-ups and preparation for class property conversion
 2026-08-14  9:23 UTC  (5+ messages)

[PATCH v3] target/ppc: Validate HTABMASK and reserved bits in SDR1 for 32-bit mode
 2026-08-14  9:18 UTC  (2+ messages)

[PATCH v1] hw/usb/hcd-ehci: Handle get_dwords() failures in async writeback
 2026-08-14  9:06 UTC  (4+ messages)

[PATCH v1 0/3] hw/riscv: add SDHCI support for K230
 2026-08-14  8:50 UTC  (3+ messages)
` [PATCH v1 1/3] hw/sd: add Kendryte K230 SDHCI controller

[PATCH] target/ppc: Validate HTABMASK and reserved bits in SDR1 for 32-bit mode
 2026-08-14  8:29 UTC  (3+ messages)

[PATCH] target/riscv: make cbo helpers [ms]envcfg gating in user-mode
 2026-08-14  8:22 UTC 

[PATCH 0/4] Kendryte K230 CMU register model
 2026-08-14  7:53 UTC  (2+ messages)

[PATCH v4 0/3] hw/timer: add DesignWare APB timer
 2026-08-14  7:40 UTC  (7+ messages)
` [PATCH v4 1/3] hw/timer: add DesignWare APB timer model
` [PATCH v4 2/3] hw/riscv: add DesignWare APB timer to K230 board
` [PATCH v4 3/3] tests/qtest: add k230 dwapb timer test

[RFC PATCH 0/5] tests: CPR-test-cases for live-TAP local migration
 2026-08-14  7:09 UTC  (7+ messages)
` [PATCH 1/5] python/qemu/machine: add possibility to postpone qmp connect
` [PATCH 2/5] tests/functional/qemu_test: drop *args argument from .get_vm()
` [PATCH 4/5] tests/testcase.py: passthrough monitor_address

[PATCH v3 0/6] ppc/spapr: Add RTAS error injection support for VFIO EEH
 2026-08-14  6:26 UTC  (3+ messages)
` [PATCH v3 5/6] ppc/spapr: Split VFIO code and refactor EEH interface

[PATCH 0/6] whpx: i386: some fixes
 2026-08-14  5:38 UTC  (3+ messages)
` [PATCH 4/6] whpx: i386: synchronise PAT too

[RFC v5 0/5] tests/qtest: Add memory-access attributes (secure/space)
 2026-08-14  3:56 UTC  (6+ messages)
` [RFC v5 1/5] tests/qtest: Add attrs support to qtest server memory commands
` [RFC v5 2/5] tests/qtest: Add libqtest attrs helpers for memory accesses
` [RFC v5 3/5] tests/qtest: Add raw command response helper
` [RFC v5 4/5] tests/qtest: Add qtest-attrs-test for memory access attrs
` [RFC v5 5/5] [NOT-MERGE] tests/qtest: add q35 SMM-only x86 attrs coverage

[PATCH v1] hw/core/machine: Move EHCI migration compat properties to 11.1
 2026-08-14  3:26 UTC 

[PATCH v2] hw/i2c/aspeed_i2c: Latch received bytes for SMBus block reads
 2026-08-14  2:08 UTC 

[PATCH v3 00/23] monitor: Reduce headers included in 'monitor/monitor.h'
 2026-08-14  1:08 UTC  (3+ messages)
` [PATCH v3 13/23] system/dirtylimit: Extract HMP code to dirtylimit-hmp-cmds.c

[PATCH RFC 00/15] vhost-user: isolated memory
 2026-08-14  0:02 UTC  (4+ messages)
` [PATCH RFC 14/15] hw/virtio/vhost-user: handle data movement with shadow vqs

[PULL v2 00/41] hex queue
 2026-08-13 20:06 UTC  (3+ messages)
` [PULL v2 07/41] hw/intc: Add l2vic interrupt controller

[PATCH v4 0/7] Add IBM Huygens BMC machine for AST2700
 2026-08-13 19:30 UTC  (8+ messages)
` [PATCH v4 1/7] fsi/cfam: Add common CFAM base class
` [PATCH v4 2/7] fsi/cfam: Add CFAM-S model
` [PATCH v4 3/7] arm/aspeed: Wire AST2700 FSI controllers to APB-to-OPB bridges
` [PATCH v4 4/7] hw/sensor: Add UCD90320 model
` [PATCH v4 5/7] ufs: Make the logical block size configurable and answer absent LUNs
` [PATCH v4 6/7] ufs/aspeed: Add AST2700 UFS host controller
` [PATCH v4 7/7] arm/aspeed: Add AST2700 Huygens machine

[PULL v2 0/7] IDE patches
 2026-08-13 19:16 UTC  (3+ messages)

[PATCH v2 0/3] block: reject persistent bitmaps a node can never store
 2026-08-13 19:03 UTC  (4+ messages)

[PATCH v3 0/4] iotests fixes
 2026-08-13 18:37 UTC  (5+ messages)
` [PATCH v3 1/4] iotests/nbd-in-qcow2-chain: use default machine
` [PATCH v3 2/4] iotests/nbd-tls-iothread: skip on non-x86 hardware
` [PATCH v3 3/4] iotests/fuse-truncate: skip if FUSE is not usable
` [PATCH v3 4/4] iotests/108: skip if fuse is unsuable

[PATCH 00/16] cpus: Improvements around BQL locking, improving docstring
 2026-08-13 18:16 UTC  (14+ messages)
` [PATCH 02/16] cpus: Improve qemu_cpu_kick_self() docstring
` [PATCH 04/16] cpus: Rename qemu_cpu_stop() to qemu_cpu_ack_stop_request()
` [PATCH 06/16] cpus: Improve cpu_exit() docstring
` [PATCH 07/16] cpus: Document process_queued_cpu_work*() runs on current vCPU
` [PATCH 08/16] cpus: Slightly improve *run_on_cpu() docstrings
` [PATCH 09/16] accel/tcg: Use RUN_ON_CPU_NULL for tcg_commit() callbacks
` [PATCH 10/16] accel/kvm: Clarify use of @r variable in vcpu thread loop
` [PATCH 11/16] accel/kvm: Consistently return CPU halt state from process_async_events
` [PATCH 12/16] target/arm/hvf: Move flush_cpu_state() into the inner vCPU loop
` [PATCH 13/16] target/arm/hvf: Lock BQL outside of the vCPU inner execution loop
` [PATCH 14/16] target/i386/hvf: "
` [PATCH 15/16] target/arm/powerctl: Move BQL assertions to async work context
` [PATCH 16/16] target/arm/whpx: Fix argument order typo in memory access error message


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox