messages from 2025-03-07 20:41:33 to 2025-03-08 22:02:10 UTC [more...]
[PULL 00/31] testing, plugin and maintainer updates
2025-03-08 21:53 UTC (32+ 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 v4 00/14] hw/sd/sdhci: Set reset value of interrupt registers
2025-03-08 21:36 UTC (15+ 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 v5 0/8] Power11 support for QEMU [PowerNV]
2025-03-08 20:51 UTC (9+ messages)
` [PATCH v5 1/8] ppc/pnv: Add HOMER for POWER11
` [PATCH v5 2/8] ppc/pnv: Add a LPC controller "
` [PATCH v5 3/8] ppc/pnv: Add OCC for Power11
` [PATCH v5 4/8] ppc/pnv: Add a PSI bridge model "
` [PATCH v5 5/8] ppc/pnv: Add SBE "
` [PATCH v5 6/8] ppc/pnv: Add ChipTOD "
` [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
[PATCH 00/14] hw/vfio: Build various objects once
2025-03-08 20:37 UTC (30+ messages)
` [PATCH 01/14] hw/vfio/common: Include missing 'system/tcg.h' header
` [PATCH 02/14] hw/vfio/spapr: Do not include <linux/kvm.h>
` [PATCH 03/14] hw/vfio: Compile some common objects once
` [PATCH 04/14] hw/vfio: Compile more "
` [PATCH 05/14] hw/vfio: Compile iommufd.c once
` [PATCH 06/14] system: Declare qemu_[min/max]rampagesize() in 'system/hostmem.h'
` [PATCH 07/14] hw/vfio: Compile display.c once
` [PATCH 09/14] hw/vfio/pci: Convert CONFIG_KVM check to runtime one
` [PATCH 10/14] system/iommufd: Introduce iommufd_builtin() helper
` [PATCH 12/14] hw/vfio/ap: Check CONFIG_IOMMUFD at runtime using iommufd_builtin()
` [PATCH 13/14] hw/vfio/ccw: "
` [PATCH 14/14] hw/vfio/platform: Check CONFIG_IOMMUFD at runtime using iommufd_builtin
[PATCH v2] linux-user/riscv: Fix handling of cpu mask in riscv_hwprobe syscall
2025-03-08 20:34 UTC
[PATCH v3 00/12] hw/sd/sdhci: Set reset value of interrupt registers
2025-03-08 19:02 UTC (13+ messages)
` [PATCH v3 01/12] hw/sd/sdhci: Remove need for SDHCIState::vendor field
` [PATCH v3 02/12] hw/sd/sdhci: Introduce SDHCIClass stub
` [PATCH v3 03/12] hw/sd/sdhci: Make quirks a class property
` [PATCH v3 04/12] hw/sd/sdhci: Make I/O region size "
` [PATCH v3 05/12] hw/sd/sdhci: Enforce little endianness on PCI devices
` [PATCH v3 06/12] hw/sd/sdhci: Allow SDHCI classes to register their own MemoryRegionOps
` [PATCH v3 07/12] hw/sd/sdhci: Simplify MemoryRegionOps endianness check
` [PATCH v3 08/12] hw/sd/sdhci: Unify default MemoryRegionOps
` [PATCH v3 09/12] hw/sd/sdhci: Add SDHCIClass::ro::capareg field
` [PATCH v3 10/12] hw/sd/sdhci: Allow SDHCI classes to have different register reset values
` [PATCH v3 11/12] hw/sd/sdhci: Implement Freescale eSDHC as TYPE_FSL_ESDHC
` [PATCH v3 12/12] hw/ppc/e500: Replace generic SDHCI by Freescale eSDHC
[PATCH v2 0/7] hw/virtio: Build virtio-mem.c once
2025-03-08 18:57 UTC (10+ messages)
` [PATCH v2 1/7] system: Replace arch_type global by qemu_arch_available() helper
` [PATCH v2 2/7] hw/acpi: Introduce acpi_builtin() helper
` [PATCH v2 3/7] hw/i386/fw_cfg: Check ACPI availability with acpi_builtin()
` [PATCH v2 4/7] hw/virtio/virtio-mem: Remove CONFIG_DEVICES include
` [PATCH v2 5/7] hw/virtio/virtio-mem: Convert VIRTIO_MEM_USABLE_EXTENT to runtime
` [PATCH v2 6/7] hw/virtio/virtio-mem: Convert VIRTIO_MEM_HAS_LEGACY_GUESTS "
` [PATCH v2 7/7] hw/virtio: Compile virtio-mem.c once
[PATCH 00/57] docs: Add new QAPI transmogrifier
2025-03-08 18:32 UTC (61+ messages)
` [PATCH 09/57] docs/qapi-domain: add QAPI xref roles
` [PATCH 11/57] docs/qapi-domain: add qapi:command directive
` [PATCH 12/57] docs/qapi-domain: add :since: directive option
` [PATCH 13/57] docs/qapi-domain: add "Arguments:" field lists
` [PATCH 15/57] docs/qapi-domain: add "Errors:" "
` [PATCH 16/57] docs/qapi-domain: add "Returns:" "
` [PATCH 18/57] docs/qapi-domain: add qapi:alternate directive
` [PATCH 19/57] docs/qapi-domain: add qapi:event directive
` [PATCH 21/57] docs/qapi-domain: add :deprecated: directive option
` [PATCH 35/57] docs/qapidoc: Fix static typing on qapidoc.py
` [PATCH 40/57] docs/qapidoc: add visit_freeform() method
` [PATCH 41/57] docs/qapidoc: add preamble() method
` [PATCH 48/57] docs/qapidoc: add visit_returns() method
` [PATCH 49/57] docs/qapidoc: add visit_member() method
` [PATCH 50/57] docs/qapidoc: add visit_sections() method
` [PATCH 51/57] docs/qapidoc: add visit_entity()
` [PATCH 56/57] docs/qapidoc: add intermediate output debugger
` [PATCH 57/57] docs/qapidoc: Add "the members of" pointers
[PATCH v2] hw/sd/sdhci: Set reset value of interrupt registers
2025-03-08 18:20 UTC (5+ messages)
[PATCH v4 0/3] user: Extract common MMAP API to 'user/mmap.h'
2025-03-08 17:33 UTC (6+ messages)
` [PATCH v4 1/3] bsd-user: Always use mmap_find_vma_aligned() in target_mmap()
` [PATCH v4 2/3] bsd-user: Propagate alignment argument to mmap_find_vma()
` [PATCH v4 3/3] user: Extract common MMAP API to 'user/mmap.h'
[PATCH] MAINTAINERS: Consolidate core exec/vCPU handling section
2025-03-08 16:11 UTC (2+ messages)
[PATCH 0/2] qapi: Fix qmp_block_set_io_throttle blocked for too long
2025-03-08 10:16 UTC (3+ messages)
` [PATCH 1/2] io/block: Refactoring the bdrv_drained_begin() function and implement a timeout mechanism
` [PATCH 2/2] qapi: Fix qmp_block_set_io_throttle blocked for too long
[PATCH v8 00/20] Change ghes to use HEST-based offsets and add support for error inject
2025-03-08 9:22 UTC (8+ messages)
` [PATCH v8 04/20] Revert "hw/acpi/ghes: Make ghes_record_cper_errors() static"
` [PATCH v8 18/20] tests/acpi: virt: update HEST and DSDT tables
` [PATCH v8 20/20] scripts/ghes_inject: add a script to generate GHES error inject
[PULL 0/8] Migration patches for 2025-03-07
2025-03-08 8:42 UTC (4+ messages)
` [PULL 8/8] migration: Add qtest for migration over RDMA
[PATCH] tests/functional: Require 'user' netdev for ppc64 e500 test
2025-03-08 7:26 UTC (2+ messages)
[PATCH v2 00/18] accel/tcg: Compile more files once
2025-03-08 7:23 UTC (4+ messages)
` [PATCH v2 15/18] accel/tcg: Restrict GETPC_ADJ() to 'tb-internal.h'
` [PATCH v2 16/18] accel/tcg: Split out getpc.h
` [PATCH v2 17/18] accel/tcg: Build tcg-runtime.c once
[PATCH] usb-storage: Allow manually adding SCSI device
2025-03-08 6:17 UTC (3+ messages)
[PATCH 00/38] hexagon system emu, part 1/3
2025-03-08 1:47 UTC (22+ messages)
` [PATCH 08/38] target/hexagon: Add guest, system reg number defs
` [PATCH 16/38] target/hexagon: Add placeholder greg/sreg r/w helpers
` [PATCH 17/38] target/hexagon: Add vmstate representation
` [PATCH 18/38] target/hexagon: Make A_PRIV, "J2_trap*" insts need_env()
` [PATCH 19/38] target/hexagon: Define register fields for system regs
` [PATCH 20/38] target/hexagon: Implement do_raise_exception()
` [PATCH 21/38] target/hexagon: Add system reg insns
` [PATCH 22/38] target/hexagon: Add sysemu TCG overrides
` [PATCH 24/38] target/hexagon: Add TCG overrides for int handler insts
` [PATCH 25/38] target/hexagon: Add TCG overrides for thread ctl
[PATCH V1 0/4] skip memory init during CPR
2025-03-07 23:08 UTC (6+ messages)
` [PATCH V1 1/4] migration: cpr_is_incoming
` [PATCH V1 2/4] pflash: fix cpr
` [PATCH V1 3/4] hw/loader: fix roms during cpr
` [PATCH V1 4/4] hw/qxl: fix cpr
[PATCH v6 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
2025-03-07 22:47 UTC (2+ messages)
[PATCH v7 0/5] Allow to enable multifd and postcopy migration together
2025-03-07 22:51 UTC (12+ messages)
` [PATCH v7 5/5] migration: add MULTIFD_RECV_SYNC migration command
[PATCH v2 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
2025-03-07 22:49 UTC (7+ messages)
` [PATCH v2 05/10] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
` [PATCH v2 06/10] target/i386/kvm: rename architectural PMU variables
[PATCH v4 0/7] hw/hyperv: remove duplication compilation units
2025-03-07 22:38 UTC (13+ messages)
` [PATCH v4 1/7] hw/hyperv/hv-balloon-stub: common compilation unit
` [PATCH v4 2/7] hw/hyperv/hyperv.h: header cleanup
` [PATCH v4 3/7] hw/hyperv/vmbus: common compilation unit
` [PATCH v4 4/7] hw/hyperv/hyperv-proto: move SYNDBG definition from target/i386
` [PATCH v4 5/7] hw/hyperv/syndbg: common compilation unit
` [PATCH v4 6/7] hw/hyperv/balloon: common balloon compilation units
` [PATCH v4 7/7] hw/hyperv/hyperv_testdev: common compilation unit
[PATCH 00/16] accel/tcg: Compile more files once
2025-03-07 22:23 UTC (13+ messages)
` [PATCH 01/16] include/exec: Split out exec/cpu-interrupt.h
` [PATCH 02/16] accel/tcg: Compile watchpoint.c once
` [PATCH 09/16] system: Build "
` [PATCH 14/16] include/exec: Split out helper-getpc.h
` [PATCH 16/16] accel/tcg: Build tcg-runtime-gvec.c once
[PATCH 0/5] block: Improve writethrough performance
2025-03-07 22:16 UTC (6+ messages)
` [PATCH 1/5] file-posix: Support FUA writes
` [PATCH 2/5] block/io: Ignore FUA with cache.no-flush=on
` [PATCH 3/5] aio: Create AioPolledEvent
` [PATCH 4/5] aio-posix: Factor out adjust_polling_time()
` [PATCH 5/5] aio-posix: Separate AioPolledEvent per AioHandler
[PATCH 0/2] migration: multifd documentation
2025-03-07 22:15 UTC (5+ messages)
` [PATCH 1/2] migration: Add some documentation for multifd
[PATCH v3 0/7] hw/hyperv: remove duplication compilation units
2025-03-07 21:55 UTC (4+ messages)
` [PATCH v3 5/7] hw/hyperv/syndbg: common compilation unit
make check-functional failures with --enable-rust: unsafe precondition(s) violated: NonNull::new_unchecked
2025-03-07 21:53 UTC (2+ messages)
[PATCH] rust: pl011: Allow NULL chardev argument to pl011_create()
2025-03-07 21:51 UTC (2+ messages)
[PATCH 0/7] hw/virtio: Build virtio-mem.c once
2025-03-07 21:00 UTC (6+ messages)
` [PATCH 5/7] hw/virtio/virtio-mem: Convert VIRTIO_MEM_USABLE_EXTENT to runtime
[BUG, RFC] cpr-transfer: qxl guest driver crashes after migration
2025-03-07 21:00 UTC (12+ messages)
[PATCH 0/4] Integrate IOMMUs with PCI hosts that have ATUs
2025-03-07 20:39 UTC (2+ messages)
` [PATCH 3/4] hw/pci-host/designware: Implement PCIIOMMUOps.set_downstream_mr()
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).