qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-09 13:56:33 to 2025-03-10 08:03:46 UTC [more...]

[PATCH v3 00/10] vfio/igd: Decoupling quirks with legacy mode
 2025-03-10  8:03 UTC  (6+ messages)
` [PATCH v3 07/10] vfio/igd: Decouple common quirks from "

[PATCH v2 00/21] hw/vfio: Build various objects once
 2025-03-10  8:03 UTC  (16+ messages)
` [PATCH v2 08/21] system/kvm: Expose kvm_irqchip_[add, remove]_change_notifier()
  ` [PATCH v2 08/21] system/kvm: Expose kvm_irqchip_[add,remove]_change_notifier()
` [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 15/21] hw/vfio/pci: Check CONFIG_IOMMUFD at runtime using iommufd_builtin()

[PULL 0/8] Migration patches for 2025-03-07
 2025-03-10  8:01 UTC  (4+ messages)
` [PULL 8/8] migration: Add qtest for migration over RDMA

[PATCH v7 0/5] Allow to enable multifd and postcopy migration together
 2025-03-10  7:36 UTC  (12+ messages)
` [PATCH v7 5/5] migration: add MULTIFD_RECV_SYNC migration command

[PATCH v6 00/36] Multifd 🔀 device state transfer support with VFIO consumer
 2025-03-10  7:34 UTC  (4+ messages)
` [PATCH 2/2] vfio/migration: Use BE byte order for device state wire packets

[PATCH v2 00/14] XIVE2 changes to support Group and Crowd operations
 2025-03-10  7:32 UTC  (27+ messages)
` [PATCH v2 01/14] ppc/xive2: Update NVP save/restore for group attributes
` [PATCH v2 02/14] ppc/xive2: Add grouping level to notification
` [PATCH v2 02/14] ppc/xive: Rename ipb_to_pipr() to xive_ipb_to_pipr()
` [PATCH v2 03/14] ppc/xive2: Add grouping level to notification
` [PATCH v2 03/14] ppc/xive2: Support group-matching when looking for target
` [PATCH v2 05/14] ppc/xive2: Add undelivered group interrupt to backlog
` [PATCH v2 07/14] ppc/xive2: Process group backlog when updating the CPPR
` [PATCH v2 08/14] qtest/xive: Add group-interrupt test
` [PATCH v2 09/14] ppc/xive2: Add support for MMIO operations on the NVPG/NVC BAR
` [PATCH v2 10/14] ppc/xive2: Support crowd-matching when looking for target
` [PATCH v2 11/14] pnv/xive: Only support crowd size of 0, 2, 4 and 16
` [PATCH v2 11/14] ppc/xive2: Check crowd backlog when scanning group backlog
` [PATCH v2 13/14] pnv/xive: Fix problem with treating NVGC as a NVP

[PATCH v2 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-03-10  7:47 UTC  (9+ messages)
` [PATCH v2 05/10] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
` [PATCH v2 07/10] target/i386/kvm: query kvm.enable_pmu parameter
` [PATCH v2 08/10] target/i386/kvm: reset AMD PMU registers during VM reset

[PATCH] tests/qtest/cpu-plug-test: Add cpu hotplug support for LoongArch
 2025-03-10  7:04 UTC  (2+ messages)

[PATCH 0/4] hw/s390x: Alias @dump-skeys -> @dump-s390-skey and deprecate
 2025-03-10  6:50 UTC  (6+ messages)

[PATCH] bcm2838: Add GIC-400 timer interupt connections
 2025-03-10  6:29 UTC  (7+ messages)

[PATCH v9 00/10] Support virtio-gpu DRM native context
 2025-03-10  6:17 UTC  (12+ messages)
` [PATCH v9 01/10] ui/sdl2: Restore original context after new context creation
` [PATCH v9 02/10] ui/sdl2: Implement dpy dmabuf functions
` [PATCH v9 03/10] virtio-gpu: Handle virgl fence creation errors
` [PATCH v9 04/10] virtio-gpu: Support asynchronous fencing
` [PATCH v9 05/10] virtio-gpu: Support DRM native context
` [PATCH v9 06/10] ui/sdl2: Don't disable scanout when display is refreshed
` [PATCH v9 07/10] ui/gtk: "
` [PATCH v9 08/10] docs/system: virtio-gpu: Add link to Mesa VirGL doc
` [PATCH v9 09/10] docs/system: virtio-gpu: Update Venus link
` [PATCH v9 10/10] docs/system: virtio-gpu: Document host/guest requirements

[PULL 00/31] testing, plugin and maintainer updates
 2025-03-10  5:44 UTC  (4+ messages)

[PATCH v4] spapr: nested: Add support for reporting Hostwide state counter
 2025-03-10  5:22 UTC  (2+ messages)

[PATCH 00/16] make system memory API available for common code
 2025-03-10  4:58 UTC  (17+ messages)
` [PATCH 01/16] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h
` [PATCH 02/16] exec/memory_ldst_phys: extract memory_ldst_phys "
` [PATCH 03/16] include: move target_words_bigendian() from tswap to bswap
` [PATCH 04/16] exec/memory.h: make devend_memop target agnostic
` [PATCH 05/16] qemu/bswap: implement {ld,st}.*_p as functions
` [PATCH 06/16] exec/cpu-all.h: we can now remove ld/st macros
` [PATCH 07/16] codebase: prepare to remove cpu.h from exec/exec-all.h
` [PATCH 08/16] exec/exec-all: remove dependency on cpu.h
` [PATCH 09/16] exec/memory-internal: "
` [PATCH 10/16] exec/ram_addr: "
` [PATCH 11/16] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code
` [PATCH 12/16] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
` [PATCH 13/16] hw/xen: add stubs for various functions
` [PATCH 14/16] system/physmem: compilation unit is now common to all targets
` [PATCH 15/16] system/memory: make compilation unit common
` [PATCH 16/16] system/ioport: "

[PULL 0/2] loongarch tcg queue
 2025-03-09  0:41 UTC  (2+ messages)

[PULL 00/23] tcg patch queue
 2025-03-09 10:25 UTC  (2+ messages)

[PULL 00/15] Functional and s390x patches before 10.0 soft-freeze
 2025-03-09  0:41 UTC  (2+ messages)

[PULL 00/21] target-arm queue
 2025-03-09  0:41 UTC  (2+ messages)

[PATCH rfcv2 00/20] intel_iommu: Enable stage-1 translation for passthrough device
 2025-03-10  3:48 UTC  (7+ messages)
` [PATCH rfcv2 06/20] host_iommu_device: Define two new capabilities HOST_IOMMU_DEVICE_CAP_[NESTING|FS1GP]

[PATCH v4 0/2] Enhanced VSTART and VL checks for vector instructions
 2025-03-10  2:35 UTC  (3+ messages)
` [PATCH v4 1/2] target/riscv: refactor VSTART_CHECK_EARLY_EXIT() to accept vl as a parameter
` [PATCH v4 2/2] target/riscv: fix handling of nop for vstart >= vl in some vector instruction

[PATCH v4 0/7] hw/hyperv: remove duplication compilation units
 2025-03-10  2:10 UTC  (6+ messages)

[PATCH] hw/elf_ops: Use physical address about kernel entry
 2025-03-10  2:07 UTC  (2+ messages)

[PATCH] hw/net/smc91c111: Don't allow data register access to overrun buffer
 2025-03-10  1:32 UTC  (2+ messages)

[PATCH v7 0/7] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2025-03-10  1:28 UTC  (8+ messages)
` [PATCH v7 1/7] hw/char/pl011: Add transmit FIFO to PL011State
` [PATCH v7 2/7] hw/char/pl011: Introduce pl011_xmit()
` [PATCH v7 3/7] hw/char/pl011: Factor pl011_xmit_cb() out as GSource
` [PATCH v7 4/7] hw/char/pl011: Trace FIFO enablement
` [PATCH v7 5/7] hw/char/pl011: Consider TX FIFO overrun error
` [PATCH v7 6/7] hw/char/pl011: Drain TX FIFO when no backend connected
` [PATCH v7 7/7] hw/char/pl011: Implement TX FIFO

[PULL 00/41] Misc HW patches for 2025-03-05
 2025-03-10  1:22 UTC  (3+ messages)
` [PULL 09/41] hw/vmapple/vmapple: Add vmapple machine type

[PATCH v2] QIOChannelSocket: Flush zerocopy socket error queue on ENOBUF failure for sendmsg
 2025-03-10  1:15 UTC 

[PATCH v5 00/14] hw/sd/sdhci: Set reset value of interrupt registers
 2025-03-10  0:06 UTC  (15+ messages)
` [PATCH v5 01/14] hw/qdev-properties-system: Include missing 'qapi/qapi-types-common.h'
` [PATCH v5 02/14] hw/sd/sdhci: Remove need for SDHCIState::vendor field
` [PATCH v5 03/14] hw/sd/sdhci: Redefine SDHCI_QUIRK_NO_BUSY_IRQ bitmask as bit
` [PATCH v5 04/14] hw/sd/sdhci: Include 'wp-inverted' property in quirk bitmask
` [PATCH v5 05/14] hw/sd/sdhci: Include 'pending-insert-quirk' "
` [PATCH v5 06/14] hw/sd/sdhci: Introduce SDHCIClass stub
` [PATCH v5 07/14] hw/sd/sdhci: Make quirks a class property
` [PATCH v5 08/14] hw/sd/sdhci: Make I/O region size "
` [PATCH v5 09/14] hw/sd/sdhci: Allow SDHCI classes to register their own MemoryRegionOps
` [PATCH v5 10/14] hw/sd/sdhci: Allow SDHCI classes to register their own read-only regs
` [PATCH v5 11/14] hw/sd/sdhci: Allow SDHCI classes to have different register reset values
` [PATCH v5 12/14] hw/sd/sdhci: Implement Freescale eSDHC as TYPE_FSL_ESDHC
` [PATCH v5 13/14] hw/ppc/e500: Replace generic SDHCI by Freescale eSDHC
` [PATCH v5 14/14] hw/sd/sdhci: Remove unnecessary 'endianness' property

[PATCH] system: initialize target_page_bits as soon as possible
 2025-03-09 23:31 UTC  (4+ messages)

[PATCH v3 0/3] user: Extract common MMAP API to 'user/mmap.h'
 2025-03-09 23:21 UTC  (5+ messages)
` [PATCH v3 1/3] bsd-user: Always use mmap_find_vma_aligned() in target_mmap()
` [PATCH v3 2/3] bsd-user: Propagate alignment argument to mmap_find_vma()

[PATCH v4 00/14] hw/sd/sdhci: Set reset value of interrupt registers
 2025-03-09 22:50 UTC  (14+ 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 09/14] hw/sd/sdhci: Unify default MemoryRegionOps
` [PATCH v4 14/14] hw/ppc/e500: Replace generic SDHCI by Freescale eSDHC

[PATCH] target/riscv/csr.c: fix OVERFLOW_BEFORE_WIDEN in rmw_sctrdepth()
 2025-03-09 22:42 UTC  (3+ messages)

[PATCH v2] hw/riscv/riscv-iommu: Fix process directory table walk
 2025-03-09 22:33 UTC  (2+ messages)

[PATCH v3 0/2] Enhanced VSTART and VL checks for vector instructions
 2025-03-09 22:31 UTC  (2+ messages)

[PATCH v2 00/62] docs: Add new QAPI transmogrifier
 2025-03-09 21:19 UTC  (36+ messages)
` [PATCH v2 02/62] qapi: shush pylint up
` [PATCH v2 15/62] docs/qapi-domain: add "Arguments:" field lists
` [PATCH v2 16/62] docs/qapi-domain: add "Features:" "
` [PATCH v2 18/62] docs/qapi-domain: add "Return:" "
` [PATCH v2 23/62] docs/qapi-domain: add :deprecated: directive option
` [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 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 45/62] docs/qapidoc: add visit_errors() method
` [PATCH v2 48/62] docs/qapidoc: add visit_feature() method
` [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 56/62] docs/qapidoc: add intermediate output debugger
` [PATCH v2 61/62] docs: enable qapidoc transmogrifier for QEMU QMP Reference

[PATCH 0/3] hw/net/smc91c111: Fix potential array overflows
 2025-03-09 19:01 UTC  (7+ messages)
` [PATCH 1/3] hw/net/smc91c111: Sanitize packet numbers
` [PATCH 2/3] hw/net/smc91c111: Sanitize packet length on tx
` [PATCH 3/3] hw/net/smc91c111: Use MAX_PACKET_SIZE instead of magic numbers

[PULL 00/38] Accelerators & CPU patches for 2025-03-09
 2025-03-09 17:52 UTC  (39+ messages)
` [PULL 01/38] linux-user: Only include 'exec/tb-flush.h' header when necessary
` [PULL 02/38] bsd-user: Always use mmap_find_vma_aligned() in target_mmap()
` [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 05/38] cpus: Register VMState per user / system emulation
` [PULL 06/38] cpus: Build cpu_exec_[un]realizefn() methods once
` [PULL 07/38] cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
` [PULL 08/38] accel: "
` [PULL 09/38] user: "
` [PULL 10/38] disas: "
` [PULL 11/38] gdbstub: "
` [PULL 12/38] hw/acpi: "
` [PULL 13/38] target/arm: "
` [PULL 14/38] cpus: Restrict cpu_has_work() to system emulation
` [PULL 15/38] cpus: Un-inline cpu_has_work()
` [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 32/38] target/s390x: Move has_work() from CPUClass to SysemuCPUOps
` [PULL 33/38] target/sh4: "
` [PULL 34/38] target/sparc: "
` [PULL 35/38] target/tricore: "
` [PULL 36/38] target/xtensa: "
` [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  (4+ 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 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  (16+ messages)
` [PULL 05/46] tests/functional: Introduce a bletchley machine test
` [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 12/46] hw/misc/aspeed_scu: Skipping dram_init in u-boot
` [PULL 14/46] hw/arm/aspeed Update HW Strap Default Values for AST2700
` [PULL 16/46] hw/arm/aspeed_ast27x0.c Separate HW Strap Registers for SCU and SCUIO
` [PULL 25/46] hw/arm/aspeed: Rename IRQ table and machine name for AST2700 A0
` [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 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 38/46] hw/arm/aspeed_ast27x0: Support two levels of INTC controllers for AST2700 A1
` [PULL 40/46] hw/arm/aspeed: Add Machine Support "
` [PULL 41/46] hw/arm/aspeed_ast27x0: Sort the memmap table by mapping address


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