qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-09 07:43:10 to 2025-03-09 17:59:56 UTC [more...]

[PULL 00/38] Accelerators & CPU patches for 2025-03-09
 2025-03-09 17:52 UTC  (32+ messages)
` [PULL 01/38] linux-user: Only include 'exec/tb-flush.h' header when necessary
` [PULL 03/38] bsd-user: Propagate alignment argument to mmap_find_vma()
` [PULL 04/38] user: Extract common MMAP API to 'user/mmap.h'
` [PULL 06/38] cpus: Build cpu_exec_[un]realizefn() methods once
` [PULL 08/38] accel: Prefer cached CpuClass over CPU_GET_CLASS() macro
` [PULL 09/38] user: "
` [PULL 10/38] disas: "
` [PULL 12/38] hw/acpi: "
` [PULL 13/38] target/arm: "
` [PULL 14/38] cpus: Restrict cpu_has_work() to system emulation
` [PULL 16/38] cpus: Introduce SysemuCPUOps::has_work() handler
` [PULL 17/38] target/alpha: Move has_work() from CPUClass to SysemuCPUOps
` [PULL 18/38] target/arm: "
` [PULL 19/38] target/avr: "
` [PULL 20/38] target/hexagon: Remove CPUClass:has_work() handler
` [PULL 21/38] target/hppa: Move has_work() from CPUClass to SysemuCPUOps
` [PULL 22/38] target/i386: "
` [PULL 23/38] target/loongarch: "
` [PULL 24/38] target/m68k: "
` [PULL 25/38] target/microblaze: "
` [PULL 26/38] target/mips: "
` [PULL 27/38] target/openrisc: "
` [PULL 28/38] target/ppc: "
` [PULL 29/38] target/riscv: "
` [PULL 30/38] target/rx: "
` [PULL 31/38] target/s390x: Restrict I/O handler installers to system emulation
` [PULL 33/38] target/sh4: Move has_work() from CPUClass to SysemuCPUOps
` [PULL 34/38] target/sparc: "
` [PULL 35/38] target/tricore: "
` [PULL 37/38] cpus: Remove CPUClass::has_work() handler
` [PULL 38/38] MAINTAINERS: Consolidate core exec/vCPU handling section

[PATCH] tests/functional: skip vulkan tests when not configured
 2025-03-09 17:19 UTC 

[PATCH 0/3] vhost: fix the IO error after live migration
 2025-03-09 16:30 UTC  (5+ 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 14:20 UTC  (25+ messages)
` [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 09/14] hw/sd/sdhci: Unify default MemoryRegionOps
` [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 v5 0/8] Power11 support for QEMU [PowerNV]
 2025-03-09 14:10 UTC  (5+ messages)
` [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

[PULL 00/46] aspeed queue
 2025-03-09 13:51 UTC  (47+ messages)
` [PULL 01/46] tests/functional: Introduce a new test routine for OpenBMC images
` [PULL 02/46] tests/functional: Update OpenBMC image of palmetto machine
` [PULL 03/46] tests/functional: Update OpenBMC image of romulus machine
` [PULL 04/46] tests/functional: Introduce a witherspoon machine test
` [PULL 05/46] tests/functional: Introduce a bletchley "
` [PULL 06/46] aspeed/soc: Support Non-maskable Interrupt for AST2700
` [PULL 07/46] aspeed: Remove duplicate typename in AspeedSoCClass
` [PULL 08/46] hw/misc/aspeed_hace: Fix coding style
` [PULL 09/46] hw/misc/aspeed_hace: Add AST2700 support
` [PULL 10/46] hw/arm/aspeed_ast27x0: Add HACE support for AST2700
` [PULL 11/46] hw/misc/aspeed_hace: Fix boot issue in the Crypto Manager Self Test
` [PULL 12/46] hw/misc/aspeed_scu: Skipping dram_init in u-boot
` [PULL 13/46] hw/misc/aspeed_scu: Fix the revision ID cannot be set in the SOC layer for AST2700
` [PULL 14/46] hw/arm/aspeed Update HW Strap Default Values "
` [PULL 15/46] hw/misc/aspeed_scu: Fix the hw-strap1 cannot be set in the SOC layer "
` [PULL 16/46] hw/arm/aspeed_ast27x0.c Separate HW Strap Registers for SCU and SCUIO
` [PULL 17/46] hw/arm/aspeed_ast27x0.c Fix boot issue for AST2700
` [PULL 18/46] hw/intc/aspeed: Support setting different memory size
` [PULL 19/46] hw/intc/aspeed: Rename status_addr and addr to status_reg and reg for clarity
` [PULL 20/46] hw/intc/aspeed: Introduce dynamic allocation for regs array
` [PULL 21/46] hw/intc/aspeed: Support setting different register size
` [PULL 22/46] hw/intc/aspeed: Reduce regs array size by adding a register sub-region
` [PULL 23/46] hw/intc/aspeed: Introduce helper functions for enable and status registers
` [PULL 24/46] hw/intc/aspeed: Add object type name to trace events for better debugging
` [PULL 25/46] hw/arm/aspeed: Rename IRQ table and machine name for AST2700 A0
` [PULL 26/46] hw/arm/aspeed_ast27x0: Sort the IRQ table by IRQ number
` [PULL 27/46] hw/intc/aspeed: Support different memory region ops
` [PULL 28/46] hw/intc/aspeed: Rename num_ints to num_inpins for clarity
` [PULL 29/46] hw/intc/aspeed: Add support for multiple output pins in INTC
` [PULL 30/46] hw/intc/aspeed: Refactor INTC to support separate input and output pin indices
` [PULL 31/46] hw/intc/aspeed: Introduce AspeedINTCIRQ structure to save the irq index and register address
` [PULL 32/46] hw/intc/aspeed: Introduce IRQ handler function to reduce code duplication
` [PULL 33/46] hw/intc/aspeed: Add Support for Multi-Output IRQ Handling
` [PULL 34/46] hw/intc/aspeed: Add Support for AST2700 INTCIO Controller
` [PULL 35/46] hw/misc/aspeed_scu: Add Support for AST2700/AST2750 A1 Silicon Revisions
` [PULL 36/46] hw/arm/aspeed_ast27x0.c Support AST2700 A1 GIC Interrupt Mapping
` [PULL 37/46] hw/arm/aspeed_ast27x0: Define an Array of AspeedINTCState with Two Instances
` [PULL 38/46] hw/arm/aspeed_ast27x0: Support two levels of INTC controllers for AST2700 A1
` [PULL 39/46] hw/arm/aspeed_ast27x0: Add SoC Support "
` [PULL 40/46] hw/arm/aspeed: Add Machine "
` [PULL 41/46] hw/arm/aspeed_ast27x0: Sort the memmap table by mapping address
` [PULL 42/46] tests/functional/aspeed: Introduce start_ast2700_test API
` [PULL 43/46] tests/functional/aspeed: Update temperature hwmon path
` [PULL 44/46] tests/functional/aspeed: Update test ASPEED SDK v09.05
` [PULL 45/46] tests/functional/aspeed: Add test case for AST2700 A1
` [PULL 46/46] docs/specs: Add aspeed-intc

[PATCH] pci-ids.rst: Add Red Hat pci-id for AMD IOMMU device
 2025-03-09 13:44 UTC  (2+ messages)

[PATCH v3 00/24] cpus: Restrict CPU has_work() handlers to system emulation
 2025-03-09 13:38 UTC  (2+ messages)

[PATCH v4 0/3] user: Extract common MMAP API to 'user/mmap.h'
 2025-03-09 12:10 UTC  (2+ messages)

[PATCH] MAINTAINERS: Consolidate core exec/vCPU handling section
 2025-03-09 12:10 UTC  (2+ messages)

[PATCH v3 0/9] target/arm: Implement SEL2 physical and virtual timers
 2025-03-09 12:05 UTC  (3+ messages)

[PULL 00/25] (Mostly) Rust patches for QEMU 10.0 soft freeze
 2025-03-09 10:31 UTC  (26+ 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 05/25] rust: vmstate: add std::pin::Pin as transparent wrapper
` [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 08/25] rust: irq: wrap IRQState with Opaque<>
` [PULL 09/25] rust: qom: wrap Object "
` [PULL 10/25] rust: qdev: wrap Clock and DeviceState "
` [PULL 11/25] rust: hpet: do not access fields of SysBusDevice
` [PULL 12/25] rust: sysbus: wrap SysBusDevice with Opaque<>
` [PULL 13/25] rust: memory: wrap MemoryRegion "
` [PULL 14/25] rust: chardev: wrap Chardev "
` [PULL 15/25] rust: bindings: remove more unnecessary Send/Sync impls
` [PULL 16/25] rust: chardev: provide basic bindings to character devices
` [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 20/25] rust: pl011: pass around registers::Data
` [PULL 21/25] rust: hpet: decode HPET registers into enums
` [PULL 22/25] rust: cell: add full example of declaring a SysBusDevice
` [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 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  (7+ messages)
` [PATCH 35/57] docs/qapidoc: Fix static typing on qapidoc.py
` [PATCH 54/57] docs/qapidoc: add transmogrifier test document


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).