messages from 2025-03-11 03:58:16 to 2025-03-11 13:00:03 UTC [more...]
[PULL 00/72] ppc-for-10.0-1 queue
2025-03-11 12:57 UTC (2+ messages)
` [PULL 08/72] ppc/pnv/homer: Make dummy reads return 0
[PATCH v2] hw/misc: use extract64 instead of 1 << i
2025-03-11 12:56 UTC (4+ messages)
Building QEMU as a Shared Library
2025-03-11 12:48 UTC (8+ messages)
[PATCH v7 0/5] Allow to enable multifd and postcopy migration together
2025-03-11 12:44 UTC (16+ messages)
` [PATCH v7 5/5] migration: add MULTIFD_RECV_SYNC migration command
[PATCH 0/3] vhost: fix the IO error after live migration
2025-03-11 12:34 UTC (5+ messages)
` [PATCH 2/3] vhost: return failure if stop virtqueue failed in vhost_dev_stop
` [PATCH 3/3] vhost-user: return failure if backend crash when live migration
[PATCH v2 00/18] Add i.MX 8M Plus EVK machine
2025-03-11 12:18 UTC (7+ messages)
` [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation
[PATCH v2 00/13] virtio-scsi: add iothread-vq-mapping parameter
2025-03-11 12:06 UTC (15+ messages)
` [PATCH v2 01/13] scsi-disk: drop unused SCSIDiskState->bh field
` [PATCH v2 02/13] dma: use current AioContext for dma_blk_io()
` [PATCH v2 03/13] scsi: track per-SCSIRequest AioContext
` [PATCH v2 04/13] scsi: introduce requests_lock
` [PATCH v2 05/13] virtio-scsi: introduce event and ctrl virtqueue locks
` [PATCH v2 06/13] virtio-scsi: protect events_dropped field
` [PATCH v2 07/13] virtio-scsi: perform TMFs in appropriate AioContexts
` [PATCH v2 08/13] virtio-blk: extract cleanup_iothread_vq_mapping() function
` [PATCH v2 09/13] virtio-blk: tidy up iothread_vq_mapping functions
` [PATCH v2 10/13] virtio: extract iothread-vq-mapping.h API
` [PATCH v2 11/13] virtio-scsi: add iothread-vq-mapping parameter
` [PATCH v2 12/13] virtio-scsi: handle ctrl virtqueue in main loop
` [PATCH v2 13/13] virtio-scsi: only expose cmd vqs via iothread-vq-mapping
[PULL 00/61] QAPI patches patches for 2025-03-11
2025-03-11 11:31 UTC (62+ messages)
` [PULL 01/61] docs/sphinx: create QAPI domain extension stub
` [PULL 02/61] docs/sphinx: add compat.py module and nested_parse helper
` [PULL 03/61] docs/qapi-domain: add QAPI domain object registry
` [PULL 04/61] docs/qapi-domain: add QAPI index
` [PULL 05/61] docs/qapi-domain: add resolve_any_xref()
` [PULL 06/61] docs/qapi-domain: add QAPI xref roles
` [PULL 07/61] docs/qapi-domain: add compatibility node classes
` [PULL 08/61] docs/qapi-domain: Add QAPIDescription abstract class
` [PULL 09/61] docs/qapi-domain: add qapi:module directive
` [PULL 10/61] docs/qapi-domain: add QAPIObject class
` [PULL 11/61] docs/qapi-domain: add qapi:command directive
` [PULL 12/61] docs/qapi-domain: add :since: directive option
` [PULL 13/61] docs/qapi-domain: add "Arguments:" field lists
` [PULL 14/61] docs/qapi-domain: add "Features:" "
` [PULL 15/61] docs/qapi-domain: add "Errors:" "
` [PULL 16/61] docs/qapi-domain: add "Return:" "
` [PULL 17/61] docs/qapi-domain: add qapi:enum directive
` [PULL 18/61] docs/qapi-domain: add qapi:alternate directive
` [PULL 19/61] docs/qapi-domain: add qapi:event directive
` [PULL 20/61] docs/qapi-domain: add qapi:object directive
` [PULL 21/61] docs/qapi-domain: add :deprecated: directive option
` [PULL 22/61] docs/qapi-domain: add :unstable: "
` [PULL 23/61] docs/qapi-domain: add :ifcond: "
` [PULL 24/61] docs/qapi-domain: add warnings for malformed field lists
` [PULL 25/61] docs/qapi-domain: add type cross-refs to "
` [PULL 26/61] docs/qapi-domain: add CSS styling
` [PULL 27/61] docs/qapi-domain: add XREF compatibility goop for Sphinx < 4.1
` [PULL 28/61] docs/qapi-domain: warn when QAPI domain xrefs fail to resolve
` [PULL 29/61] docs/qapi-domain: Fix error context reporting in Sphinx 5.x and 6.x
` [PULL 30/61] qapi/parser: adjust info location for doc body section
` [PULL 31/61] qapi: clean up encoding of section kinds
` [PULL 32/61] qapi/schema: add __repr__ to QAPIDoc.Section
` [PULL 33/61] docs/qapidoc: add transmogrifier stub
` [PULL 34/61] docs/qapidoc: split old implementation into qapidoc_legacy.py
` [PULL 35/61] docs/qapidoc: Fix static typing on qapidoc.py
` [PULL 36/61] docs/qapidoc: add transmogrifier class stub
` [PULL 37/61] docs/qapidoc: add visit_module() method
` [PULL 38/61] qapi/source: allow multi-line QAPISourceInfo advancing
` [PULL 39/61] docs/qapidoc: add visit_freeform() method
` [PULL 40/61] docs/qapidoc: add preamble() method
` [PULL 41/61] docs/qapidoc: add visit_paragraph() method
` [PULL 42/61] docs/qapidoc: add visit_errors() method
` [PULL 43/61] docs/qapidoc: add format_type() method
` [PULL 44/61] docs/qapidoc: add add_field() and generate_field() helper methods
` [PULL 45/61] docs/qapidoc: add visit_feature() method
` [PULL 46/61] docs/qapidoc: prepare to record entity being transmogrified
` [PULL 47/61] docs/qapidoc: add visit_returns() method
` [PULL 48/61] docs/qapidoc: add visit_member() method
` [PULL 49/61] docs/qapidoc: add visit_sections() method
` [PULL 50/61] docs/qapidoc: add visit_entity()
` [PULL 51/61] docs/qapidoc: implement transmogrify() method
` [PULL 52/61] docs/qapidoc: process @foo into ``foo``
` [PULL 53/61] docs/qapidoc: add intermediate output debugger
` [PULL 54/61] docs/qapidoc: Add "the members of" pointers
` [PULL 55/61] docs/qapidoc: generate entries for undocumented members
` [PULL 56/61] qapi/parser: add undocumented stub members to all_sections
` [PULL 57/61] docs: disambiguate cross-references
` [PULL 58/61] docs: enable qapidoc transmogrifier for QEMU QMP Reference
` [PULL 59/61] docs: add qapi-domain syntax documentation
` [PULL 60/61] MAINTAINERS: Add jsnow as maintainer for Sphinx documentation
` [PULL 61/61] scripts/qapi/backend: Clean up create_backend()'s failure mode
[PATCH v2] blockdev-backup: Add error handling option for copy-before-write jobs
2025-03-11 11:49 UTC (2+ messages)
[RFC PATCH-for-9.1? 0/2] hw/intc/arm_gic: Only provide query-gic-capabilities when GIC built-in
2025-03-11 11:39 UTC (2+ messages)
[PATCH 0/4] 9pfs: Fix ftruncate-after-unlink
2025-03-11 11:25 UTC (10+ messages)
` [PATCH 1/4] 9pfs: local : Introduce local_fid_fd() helper
` [PATCH 2/4] 9pfs: Don't use file descriptors in core code
` [PATCH 3/4] 9pfs: Introduce ftruncate file op
` [PATCH 4/4] 9pfs: Introduce futimens "
[RFC] Proposal for a QEMU video subsystem for cameras and webcams
2025-03-11 11:19 UTC (4+ messages)
` "
[PATCH] hw/misc/edu: Rename macros indicating the direction of DMA operations
2025-03-11 11:15 UTC (2+ messages)
[PULL 00/13] Misc HW/UI patches for 2024-07-16
2025-03-11 10:52 UTC (7+ messages)
` [PULL 11/13] ui/console: Remove dpy_cursor_define_supported()
[PATCH v5 00/14] hw/sd/sdhci: Set reset value of interrupt registers
2025-03-11 10:56 UTC (6+ messages)
` [PATCH v5 01/14] hw/qdev-properties-system: Include missing 'qapi/qapi-types-common.h'
` [PATCH v5 14/14] hw/sd/sdhci: Remove unnecessary 'endianness' property
[PATCH for-10.1] tests/functional: Convert the SMMU test to the functional framework
2025-03-11 10:49 UTC
[PATCH] tests/9p: add 'Tsetattr' request to test client
2025-03-11 10:42 UTC
[PATCH v7 0/7] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
2025-03-11 10:33 UTC (4+ messages)
[RFC PATCH 00/11] qemu: Remove TARGET_NAME definition
2025-03-11 10:24 UTC (3+ messages)
` [RFC PATCH 01/11] system: Extract target-specific globals to their own compilation unit
[PATCH v2] hw/sd/sdhci: Set reset value of interrupt registers
2025-03-11 9:51 UTC (5+ messages)
[PATCH-for-10.0 v3 0/8] hw/vfio: Build various objects once
2025-03-11 9:30 UTC (10+ messages)
` [PATCH-for-10.0 v3 1/8] system: Declare qemu_[min/max]rampagesize() in 'system/hostmem.h'
` [PATCH-for-10.0 v3 2/8] hw/vfio/spapr: Do not include <linux/kvm.h>
` [PATCH-for-10.0 v3 3/8] hw/vfio/common: Include missing 'system/tcg.h' header
` [PATCH-for-10.0 v3 4/8] hw/vfio/common: Get target page size using runtime helpers
` [PATCH-for-10.0 v3 5/8] hw/vfio: Compile some common objects once
` [PATCH-for-10.0 v3 6/8] hw/vfio: Compile more "
` [PATCH-for-10.0 v3 7/8] hw/vfio: Compile iommufd.c once
` [PATCH-for-10.0 v3 8/8] hw/vfio: Compile display.c once
[PATCH 00/12] virtio-scsi: add iothread-vq-mapping parameter
2025-03-11 9:29 UTC (8+ messages)
` [PATCH 01/12] scsi-disk: drop unused SCSIDiskState->bh field
` [PATCH 04/12] scsi: introduce requests_lock
[PATCH v3 00/63] docs: Add new QAPI transmogrifier
2025-03-11 9:22 UTC (32+ messages)
` [PATCH v3 02/63] qapi: shush pylint up
` [PATCH v3 20/63] docs/qapi-domain: add qapi:alternate directive
` [PATCH v3 21/63] docs/qapi-domain: add qapi:event directive
` [PATCH v3 28/63] docs/qapi-domain: add CSS styling
` [PATCH v3 30/63] docs/qapi-domain: warn when QAPI domain xrefs fail to resolve
` [PATCH v3 31/63] docs/qapi-domain: Fix error context reporting in Sphinx 5.x and 6.x
` [PATCH v3 32/63] qapi/parser: adjust info location for doc body section
` [PATCH v3 33/63] qapi: clean up encoding of section kinds
` [PATCH v3 34/63] qapi/schema: add __repr__ to QAPIDoc.Section
` [PATCH v3 35/63] docs/qapidoc: add transmogrifier stub
` [PATCH v3 36/63] docs/qapidoc: split old implementation into qapidoc_legacy.py
` [PATCH v3 37/63] docs/qapidoc: Fix static typing on qapidoc.py
` [PATCH v3 39/63] docs/qapidoc: add transmogrifier class stub
` [PATCH v3 41/63] qapi/source: allow multi-line QAPISourceInfo advancing
` [PATCH v3 46/63] docs/qapidoc: add format_type() method
` [PATCH v3 48/63] docs/qapidoc: add visit_feature() method
` [PATCH v3 51/63] docs/qapidoc: add visit_member() method
` [PATCH v3 52/63] docs/qapidoc: add visit_sections() method
` [PATCH v3 54/63] docs/qapidoc: implement transmogrify() method
` [PATCH v3 58/63] docs/qapidoc: generate entries for undocumented members
` [PATCH v3 59/63] qapi/parser: add undocumented stub members to all_sections
[PATCH 0/3] hw/net/smc91c111: Fix potential array overflows
2025-03-11 9:08 UTC (7+ messages)
` [PATCH 2/3] hw/net/smc91c111: Sanitize packet length on tx
[PATCH] hw/net/smc91c111: Don't allow data register access to overrun buffer
2025-03-11 9:01 UTC (2+ messages)
[PATCH v2 00/21] hw/vfio: Build various objects once
2025-03-11 8:54 UTC (11+ messages)
` [PATCH v2 09/21] hw/vfio/pci: Convert CONFIG_KVM check to runtime one
` [PATCH v2 15/21] hw/vfio/pci: Check CONFIG_IOMMUFD at runtime using iommufd_builtin()
[PATCH v5 0/8] Power11 support for QEMU [PowerNV]
2025-03-11 8:50 UTC (10+ messages)
` [PATCH v5 8/8] ppc/pnv: Update skiboot to support Power11
[PATCH v2] QIOChannelSocket: Flush zerocopy socket error queue on ENOBUF failure for sendmsg
2025-03-11 8:13 UTC (5+ messages)
[PATCH] pci-ids.rst: Add Red Hat pci-id for AMD IOMMU device
2025-03-11 8:08 UTC (3+ messages)
[PULL SUBSYSTEM qemu-pnv] ppc/pnv: Update skiboot firmware image
2025-03-11 8:01 UTC
[RFC PATCH-for-9.1 00/21] qapi: Make @query-cpu-definitions command target-agnostic
2025-03-11 7:56 UTC (2+ messages)
[PATCH v2 0/5] ppc/amigaone patches
2025-03-11 7:36 UTC (2+ messages)
[PATCH v2 00/16] make system memory API available for common code
2025-03-11 7:36 UTC (21+ messages)
` [PATCH v2 01/16] exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_bigendian()
` [PATCH v2 02/16] exec/tswap: implement {ld, st}.*_p as functions instead of macros
` [PATCH v2 03/16] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h
` [PATCH v2 04/16] exec/memory_ldst_phys: extract memory_ldst_phys "
` [PATCH v2 05/16] exec/memory.h: make devend_memop "target defines" agnostic
` [PATCH v2 06/16] codebase: prepare to remove cpu.h from exec/exec-all.h
` [PATCH v2 07/16] exec/exec-all: remove dependency on cpu.h
` [PATCH v2 08/16] exec/memory-internal: "
` [PATCH v2 09/16] exec/ram_addr: "
` [PATCH v2 10/16] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code
` [PATCH v2 11/16] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
` [PATCH v2 12/16] hw/xen: add stubs for various functions
` [PATCH v2 13/16] system/physmem: compilation unit is now common to all targets
` [PATCH v2 14/16] include/exec/memory: extract devend_big_endian from devend_memop
` [PATCH v2 15/16] system/memory: make compilation unit common
` [PATCH v2 16/16] system/ioport: "
[PATCH] linux-user: fix handling of cpu mask in riscv_hwprobe syscall
2025-03-11 7:28 UTC (3+ messages)
[PATCH] scripts/qapi/backend: Clean up create_backend()'s failure mode
2025-03-11 7:22 UTC (2+ messages)
[PATCH v2 00/15] target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c
2025-03-11 7:15 UTC (3+ messages)
[PATCH v2 0/3] ppc: Remove ref405ep
2025-03-11 6:25 UTC (2+ messages)
[PATCH 0/7] target/riscv: store max SATP mode as a single integer in RISCVCPUConfig
2025-03-11 6:17 UTC (8+ messages)
` [PATCH 2/7] target/riscv: env->misa_mxl is a constant
[PATCH v2 00/62] docs: Add new QAPI transmogrifier
2025-03-11 6:08 UTC (5+ messages)
` [PATCH v2 45/62] docs/qapidoc: add visit_errors() method
[PATCH 0/7] Implement MPIPL for PowerNV
2025-03-11 5:41 UTC (15+ messages)
` [PATCH 1/7] hw/ppc: Log S0/S1 Interrupt triggers by OPAL
` [PATCH 2/7] hw/ppc: Implement S0 SBE interrupt as cpu_pause then host reset
` [PATCH 3/7] hw/ppc: Handle stash command in PowerNV SBE
` [PATCH 4/7] hw/ppc: Add MDST/MDDT/MDRT table structures and offsets
` [PATCH 5/7] hw/ppc: Preserve Memory Regions as per MDST/MDDT tables
` [PATCH 6/7] hw/ppc: [WIP] Add Processor Dump Area offsets in Pnv SBE
` [PATCH 7/7] hw/ppc: Implement MPIPL in PowerNV
[PULL v2 0/3] Migration patches for 2025-03-10
2025-03-11 5:04 UTC (2+ messages)
[PULL 0/5] Net patches
2025-03-11 5:03 UTC (2+ messages)
[PULL 0/3] xen queue 2025-03-10
2025-03-11 5:04 UTC (2+ messages)
[PULL v2 00/31] testing, plugin and maintainer updates
2025-03-11 5:03 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).