messages from 2025-03-08 20:53:34 to 2025-03-09 10:34:17 UTC [more...]
[PULL 00/25] (Mostly) Rust patches for QEMU 10.0 soft freeze
2025-03-09 10:31 UTC (18+ messages)
` [PULL 01/25] chardev: express dependency on io/
` [PULL 02/25] scripts: dump stdin on meson-buildoptions error
` [PULL 03/25] rust: cell: add wrapper for FFI types
` [PULL 04/25] rust: qemu_api_macros: add Wrapper derive macro
` [PULL 06/25] rust: hpet: embed Timer without the Option and Box indirection
` [PULL 07/25] rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements
` [PULL 10/25] rust: qdev: wrap Clock and DeviceState with Opaque<>
` [PULL 11/25] rust: hpet: do not access fields of SysBusDevice
` [PULL 13/25] rust: memory: wrap MemoryRegion with Opaque<>
` [PULL 14/25] rust: chardev: wrap Chardev "
` [PULL 15/25] rust: bindings: remove more unnecessary Send/Sync impls
` [PULL 17/25] rust: pl011: move register definitions out of lib.rs
` [PULL 18/25] rust: pl011: clean up visibilities of callbacks
` [PULL 19/25] rust: pl011: switch to safe chardev operation
` [PULL 23/25] rust: qom: remove operations on &mut
` [PULL 24/25] meson.build: default to -gsplit-dwarf for debug info
` [PULL 25/25] rust: pl011: Allow NULL chardev argument to pl011_create()
[PATCH] rust: pl011: Allow NULL chardev argument to pl011_create()
2025-03-09 10:25 UTC (2+ messages)
[PATCH] tests/functional: Require 'user' netdev for ppc64 e500 test
2025-03-09 9:49 UTC (2+ messages)
[PATCH 0/3] vhost: fix the IO error after live migration
2025-03-09 9:40 UTC (4+ messages)
` [PATCH 1/3] virtio: add VM state change cb with return value
` [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 v4 00/14] hw/sd/sdhci: Set reset value of interrupt registers
2025-03-09 9:27 UTC (21+ messages)
` [PATCH v4 01/14] hw/qdev-properties-system: Include missing 'qapi/qapi-types-common.h'
` [PATCH v4 02/14] hw/sd/sdhci: Remove need for SDHCIState::vendor field
` [PATCH v4 03/14] hw/sd/sdhci: Introduce SDHCIClass stub
` [PATCH v4 04/14] hw/sd/sdhci: Make quirks a class property
` [PATCH v4 05/14] hw/sd/sdhci: Make I/O region size "
` [PATCH v4 06/14] hw/sd/sdhci: Enforce little endianness on PCI devices
` [PATCH v4 07/14] hw/sd/sdhci: Allow SDHCI classes to register their own MemoryRegionOps
` [PATCH v4 08/14] hw/sd/sdhci: Simplify MemoryRegionOps endianness check
` [PATCH v4 09/14] hw/sd/sdhci: Unify default MemoryRegionOps
` [PATCH v4 10/14] hw/sd/sdhci: Convert SDHCIState::endianness to EndianMode
` [PATCH v4 11/14] hw/sd/sdhci: Add SDHCIClass::ro::capareg field
` [PATCH v4 12/14] hw/sd/sdhci: Allow SDHCI classes to have different register reset values
` [PATCH v4 13/14] hw/sd/sdhci: Implement Freescale eSDHC as TYPE_FSL_ESDHC
` [PATCH v4 14/14] hw/ppc/e500: Replace generic SDHCI by Freescale eSDHC
[PATCH v2 00/62] docs: Add new QAPI transmogrifier
2025-03-09 8:35 UTC (63+ messages)
` [PATCH v2 01/62] do-not-merge
` [PATCH v2 02/62] qapi: shush pylint up
` [PATCH v2 03/62] docs/sphinx: create QAPI domain extension stub
` [PATCH v2 04/62] docs/sphinx: add compat.py module and nested_parse helper
` [PATCH v2 05/62] docs/qapi-domain: add QAPI domain object registry
` [PATCH v2 06/62] docs/qapi-domain: add QAPI index
` [PATCH v2 07/62] docs/qapi-domain: add resolve_any_xref()
` [PATCH v2 08/62] docs/qapi-domain: add QAPI xref roles
` [PATCH v2 09/62] docs/qapi-domain: add compatibility node classes
` [PATCH v2 10/62] docs/qapi-domain: Add ObjectDescription abstract class
` [PATCH v2 11/62] docs/qapi-domain: add qapi:module directive
` [PATCH v2 12/62] docs/qapi-domain: add QAPIObject class
` [PATCH v2 13/62] docs/qapi-domain: add qapi:command directive
` [PATCH v2 14/62] docs/qapi-domain: add :since: directive option
` [PATCH v2 15/62] docs/qapi-domain: add "Arguments:" field lists
` [PATCH v2 16/62] docs/qapi-domain: add "Features:" "
` [PATCH v2 17/62] docs/qapi-domain: add "Errors:" "
` [PATCH v2 18/62] docs/qapi-domain: add "Return:" "
` [PATCH v2 19/62] docs/qapi-domain: add qapi:enum directive
` [PATCH v2 20/62] docs/qapi-domain: add qapi:alternate directive
` [PATCH v2 21/62] docs/qapi-domain: add qapi:event directive
` [PATCH v2 22/62] docs/qapi-domain: add qapi:object directive
` [PATCH v2 23/62] docs/qapi-domain: add :deprecated: directive option
` [PATCH v2 24/62] docs/qapi-domain: add :unstable: "
` [PATCH v2 25/62] docs/qapi-domain: add :ifcond: "
` [PATCH v2 26/62] docs/qapi-domain: add warnings for malformed field lists
` [PATCH v2 27/62] docs/qapi-domain: add type cross-refs to "
` [PATCH v2 28/62] docs/qapi-domain: add CSS styling
` [PATCH v2 29/62] docs/qapi-domain: add XREF compatibility goop for Sphinx < 4.1
` [PATCH v2 30/62] docs/qapi-domain: warn when QAPI domain xrefs fail to resolve
` [PATCH v2 31/62] docs/qapi-domain: Fix error context reporting in Sphinx 5.x and 6.x
` [PATCH v2 32/62] qapi/parser: adjust info location for doc body section
` [PATCH v2 33/62] qapi: expand tags to all doc sections
` [PATCH v2 34/62] qapi/schema: add __repr__ to QAPIDoc.Section
` [PATCH v2 35/62] docs/qapidoc: add transmogrifier stub
` [PATCH v2 36/62] docs/qapidoc: split old implementation into qapidoc_legacy.py
` [PATCH v2 37/62] docs/qapidoc: Fix static typing on qapidoc.py
` [PATCH v2 38/62] do-not-merge
` [PATCH v2 39/62] docs/qapidoc: add transmogrifier class stub
` [PATCH v2 40/62] docs/qapidoc: add visit_module() method
` [PATCH v2 41/62] qapi/source: allow multi-line QAPISourceInfo advancing
` [PATCH v2 42/62] docs/qapidoc: add visit_freeform() method
` [PATCH v2 43/62] docs/qapidoc: add preamble() method
` [PATCH v2 44/62] docs/qapidoc: add visit_paragraph() method
` [PATCH v2 45/62] docs/qapidoc: add visit_errors() method
` [PATCH v2 46/62] docs/qapidoc: add format_type() method
` [PATCH v2 47/62] docs/qapidoc: add add_field() and generate_field() helper methods
` [PATCH v2 48/62] docs/qapidoc: add visit_feature() method
` [PATCH v2 49/62] docs/qapidoc: prepare to record entity being transmogrified
` [PATCH v2 50/62] docs/qapidoc: add visit_returns() method
` [PATCH v2 51/62] docs/qapidoc: add visit_member() method
` [PATCH v2 52/62] docs/qapidoc: add visit_sections() method
` [PATCH v2 53/62] docs/qapidoc: add visit_entity()
` [PATCH v2 54/62] docs/qapidoc: implement transmogrify() method
` [PATCH v2 55/62] docs/qapidoc: process @foo into ``foo``
` [PATCH v2 56/62] docs/qapidoc: add intermediate output debugger
` [PATCH v2 57/62] docs/qapidoc: Add "the members of" pointers
` [PATCH v2 58/62] docs/qapidoc: generate entries for undocumented members
` [PATCH v2 59/62] qapi/parser: add undocumented stub members to all_sections
` [PATCH v2 60/62] docs: disambiguate cross-references
` [PATCH v2 61/62] docs: enable qapidoc transmogrifier for QEMU QMP Reference
` [PATCH v2 62/62] docs: add qapi-domain syntax documentation
[PATCH v2 00/62] docs: Add new QAPI transmogrifier
2025-03-09 8:31 UTC (2+ messages)
` [PATCH v2 01/62] do-not-merge
[PATCH 00/57] docs: Add new QAPI transmogrifier
2025-03-09 7:19 UTC (8+ messages)
` [PATCH 35/57] docs/qapidoc: Fix static typing on qapidoc.py
` [PATCH 54/57] docs/qapidoc: add transmogrifier test document
[PATCH] pci-ids.rst: Add Red Hat pci-id for AMD IOMMU device
2025-03-09 6:47 UTC (4+ messages)
[PATCH v3 0/9] target/arm: Implement SEL2 physical and virtual timers
2025-03-09 5:24 UTC (2+ messages)
[PULL 00/31] testing, plugin and maintainer updates
2025-03-09 3:44 UTC (33+ messages)
` [PULL 01/31] tests/functional: move aarch64 GPU test into own file
` [PULL 02/31] tests/functional: factor out common code in gpu test
` [PULL 03/31] tests/functional: ensure we have a GPU device for tests
` [PULL 04/31] tests/functional: bail early if vkmark hangs
` [PULL 05/31] tests/functional: skip vulkan tests with nVidia
` [PULL 06/31] tests/functional: expand tests to cover virgl
` [PULL 07/31] tests/functional: update the aarch64_virg_gpu images
` [PULL 08/31] plugins: add explicit dependency in functional tests
` [PULL 09/31] tests/functional: Introduce the dso_suffix() helper
` [PULL 10/31] tests/functional: Allow running TCG plugins tests on non-Linux/BSD hosts
` [PULL 11/31] libvirt-ci: bump to latest for vulkan-tools
` [PULL 12/31] tests/vm: bump timeout for shutdown
` [PULL 13/31] tests/tcg: mark test-vma as a linux-only test
` [PULL 14/31] tests/tcg: add message to _Static_assert in test-avx
` [PULL 15/31] tests/tcg: fix constraints in test-i386-adcox
` [PULL 16/31] tests/tcg: enable -fwrapv for test-i386-bmi
` [PULL 17/31] tests/tcg: Suppress compiler false-positive warning on sha1.c
` [PULL 18/31] gitlab: add a new build_unit job to track build size
` [PULL 19/31] tests/functional: add boot error detection for RME tests
` [PULL 20/31] plugins/api: use qemu_target_page_mask() to get value
` [PULL 21/31] plugins/loader: populate target_name with target_name()
` [PULL 22/31] include/qemu: plugin-memory.h doesn't need cpu-defs.h
` [PULL 23/31] plugins/api: clean-up the includes
` [PULL 24/31] plugins/plugin.h: include queue.h
` [PULL 25/31] plugins/loader: compile loader only once
` [PULL 26/31] plugins/api: split out binary path/start/end/entry code
` [PULL 27/31] plugins/api: split out the vaddr/hwaddr helpers
` [PULL 28/31] plugins/api: split out time control helpers
` [PULL 29/31] plugins/api: build only once
` [PULL 30/31] plugins/core: make a single build unit
` [PULL 31/31] MAINTAINERS: remove widely sanctioned entities
[PATCH v2 00/21] hw/vfio: Build various objects once
2025-03-08 23:09 UTC (22+ messages)
` [PATCH v2 01/21] hw/vfio/common: Include missing 'system/tcg.h' header
` [PATCH v2 02/21] hw/vfio/spapr: Do not include <linux/kvm.h>
` [PATCH v2 03/21] hw/vfio: Compile some common objects once
` [PATCH v2 04/21] hw/vfio: Compile more "
` [PATCH v2 05/21] hw/vfio: Compile iommufd.c once
` [PATCH v2 06/21] system: Declare qemu_[min/max]rampagesize() in 'system/hostmem.h'
` [PATCH v2 07/21] hw/vfio: Compile display.c once
` [PATCH v2 08/21] system/kvm: Expose kvm_irqchip_[add, remove]_change_notifier()
` [PATCH v2 09/21] hw/vfio/pci: Convert CONFIG_KVM check to runtime one
` [PATCH v2 10/21] qom: Introduce type_is_registered()
` [PATCH v2 11/21] hw/vfio/igd: Define TYPE_VFIO_PCI_IGD_LPC_BRIDGE
` [PATCH v2 12/21] hw/vfio/igd: Check CONFIG_VFIO_IGD at runtime using vfio_igd_builtin()
` [PATCH v2 13/21] hw/vfio/igd: Compile once
` [PATCH v2 14/21] system/iommufd: Introduce iommufd_builtin() helper
` [PATCH v2 15/21] hw/vfio/pci: Check CONFIG_IOMMUFD at runtime using iommufd_builtin()
` [PATCH v2 16/21] hw/vfio/pci: Compile once
` [PATCH v2 17/21] hw/vfio/ap: Check CONFIG_IOMMUFD at runtime using iommufd_builtin()
` [PATCH v2 18/21] hw/vfio/ccw: "
` [PATCH v2 19/21] hw/vfio/s390x: Compile AP and CCW once
` [PATCH v2 20/21] hw/vfio/platform: Check CONFIG_IOMMUFD at runtime using iommufd_builtin
` [PATCH v2 21/21] hw/vfio/platform: Compile once
[PULL 00/23] tcg patch queue
2025-03-08 22:59 UTC (25+ messages)
` [PULL 01/23] linux-user/main: Allow setting tb-size
` [PATCH v2] linux-user/riscv: Fix handling of cpu mask in riscv_hwprobe syscall
` [PULL 02/23] accel/tcg: Restrict CPU_TLB_DYN_*_BITS definitions to accel/tcg/
` [PULL 03/23] include/exec: Move TARGET_PAGE_{SIZE, MASK, BITS} to target_page.h
` [PULL 04/23] include/exec: Split out exec/cpu-interrupt.h
` [PULL 05/23] accel/tcg: Compile watchpoint.c once
` [PULL 06/23] exec: Declare tlb_reset_dirty*() in 'exec/cputlb.h'
` [PULL 07/23] exec: Declare tlb_set_page_full() "
` [PULL 08/23] exec: Declare tlb_set_page_with_attrs() "
` [PULL 09/23] exec: Declare tlb_set_page() "
` [PULL 10/23] exec: Declare tlb_hit*() "
` [PULL 11/23] exec: Declare tlb_flush*() "
` [PULL 12/23] system: Build watchpoint.c once
` [PULL 13/23] accel/tcg: Build tcg-accel-ops.c once
` [PULL 14/23] accel/tcg: Build tcg-accel-ops-icount.c once
` [PULL 15/23] accel/tcg: Build tcg-accel-ops-rr.c once
` [PULL 16/23] accel/tcg: Build tcg-accel-ops-mttcg.c once
` [PULL 17/23] accel/tcg: Restrict GETPC_ADJ to 'tb-internal.h'
` [PULL 18/23] accel/tcg: Split out getpc.h
` [PULL 19/23] qemu/atomic: Rename atomic128-cas.h headers using .h.inc suffix
` [PULL 20/23] qemu/atomic: Rename atomic128-ldst.h "
` [PULL 21/23] qemu/atomic128: Include missing 'qemu/atomic.h' header
` [PULL 22/23] accel/tcg: Build tcg-runtime.c once
` [PULL 23/23] accel/tcg: Build tcg-runtime-gvec.c once
[PATCH 00/14] hw/vfio: Build various objects once
2025-03-08 22:31 UTC (6+ messages)
` [PATCH 08/14] system/kvm: Expose kvm_irqchip_[add, remove]_change_notifier()
` [PATCH 08/14] system/kvm: Expose kvm_irqchip_[add,remove]_change_notifier()
[PATCH v5 0/8] Power11 support for QEMU [PowerNV]
2025-03-08 20:51 UTC (4+ messages)
` [PATCH v5 4/8] ppc/pnv: Add a PSI bridge model for Power11
` [PATCH v5 7/8] ppc/pnv: Add a Power11 Pnv11Chip, and a Power11 Machine
` [PATCH v5 8/8] ppc/pnv: Update skiboot to support Power11
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).