qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-07 15:19:03 to 2025-03-07 20:45:56 UTC [more...]

[PATCH 00/38] hexagon system emu, part 1/3
 2025-03-07 20:45 UTC  (11+ messages)
` [PATCH 12/38] target/hexagon: Add imported macro, attr defs for sysemu
` [PATCH 13/38] target/hexagon: Define DCache states
` [PATCH 14/38] target/hexagon: Add new macro definitions for sysemu
` [PATCH 15/38] target/hexagon: Add handlers for guest/sysreg r/w
` [PATCH 16/38] target/hexagon: Add placeholder greg/sreg r/w helpers

[PATCH 00/14] hw/vfio: Build various objects once
 2025-03-07 20:45 UTC  (41+ 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 08/14] system/kvm: Expose kvm_irqchip_[add, remove]_change_notifier()
  ` [PATCH 08/14] system/kvm: Expose kvm_irqchip_[add,remove]_change_notifier()
` [PATCH 09/14] hw/vfio/pci: Convert CONFIG_KVM check to runtime one
` [PATCH 10/14] system/iommufd: Introduce iommufd_builtin() helper
` [PATCH 11/14] hw/vfio/pci: Check CONFIG_IOMMUFD at runtime using iommufd_builtin()
` [PATCH 12/14] hw/vfio/ap: "
` [PATCH 13/14] hw/vfio/ccw: "
` [PATCH 14/14] hw/vfio/platform: Check CONFIG_IOMMUFD at runtime using iommufd_builtin

[PATCH 0/4] Integrate IOMMUs with PCI hosts that have ATUs
 2025-03-07 20:39 UTC  (5+ messages)
` [PATCH 1/4] include/hw/pci: Introduce a callback to set the downstream mr of PCI hosts
` [PATCH 2/4] hw/pci: Introduce an API to set PCI host downstream mr for IOMMU integration
` [PATCH 3/4] hw/pci-host/designware: Implement PCIIOMMUOps.set_downstream_mr()
` [PATCH 4/4] hw/riscv/riscv-iommu: Connect the IOMMU with PCI hosts that have ATUs

[PATCH 00/16] accel/tcg: Compile more files once
 2025-03-07 20:13 UTC  (30+ messages)
` [PATCH] include/exec: Move TARGET_PAGE_{SIZE, MASK, BITS} to target_page.h
` [PATCH 01/16] include/exec: Split out exec/cpu-interrupt.h
` [PATCH 02/16] accel/tcg: Compile watchpoint.c once
` [PATCH 03/16] exec: Declare tlb_reset_dirty*() in 'exec/cputlb.h'
` [PATCH 04/16] exec: Declare tlb_set_page_full() "
` [PATCH 05/16] exec: Declare tlb_set_page_with_attrs() "
` [PATCH 06/16] exec: Declare tlb_set_page() "
` [PATCH 07/16] exec: Declare tlb_hit*() "
` [PATCH 08/16] exec: Declare tlb_flush*() "
` [PATCH 09/16] system: Build watchpoint.c once
` [PATCH 10/16] accel/tcg: Build tcg-accel-ops.c once
` [PATCH 11/16] accel/tcg: Build tcg-accel-ops-icount.c once
` [PATCH 12/16] accel/tcg: Build tcg-accel-ops-rr.c once
` [PATCH 13/16] accel/tcg: Build tcg-accel-ops-mttcg.c once
` [PATCH 14/16] include/exec: Split out helper-getpc.h
` [PATCH 15/16] accel/tcg: Build tcg-runtime.c once
` [PATCH 16/16] accel/tcg: Build tcg-runtime-gvec.c once

[PATCH 00/57] docs: Add new QAPI transmogrifier
 2025-03-07 20:08 UTC  (5+ messages)
` [PATCH 04/57] docs/sphinx: add compat.py module and nested_parse helper

[PATCH v2 00/14] Factor out HVF's instruction emulator
 2025-03-07 19:55 UTC  (15+ messages)
` [PATCH v2 01/14] target/i386/hvf: introduce x86_emul_ops
` [PATCH v2 02/14] target/i386/hvf: remove HVF specific calls from x86_decode.c
` [PATCH v2 03/14] target/i386/hvf: provide and use handle_io in emul_ops
` [PATCH v2 04/14] target/i386: rename hvf_mmio_buf to emu_mmio_buf
` [PATCH v2 05/14] target/i386/hvf: use emul_ops->read_mem in x86_emu.c
` [PATCH v2 06/14] taret/i386/hvf: provide and use write_mem in emul_ops
` [PATCH v2 07/14] target/i386/hvf: provide and use simulate_{wrmsr, rdmsr} "
` [PATCH v2 08/14] target/i386: rename lazy flags field and its type
` [PATCH v2 09/14] target/i386/hvf: drop unused headers
` [PATCH v2 10/14] target/i386/hvf: rename some include guards
` [PATCH v2 11/14] target/i386: add a directory for x86 instruction emulator
` [PATCH v2 12/14] target/i386/emulate: add a panic.h
` [PATCH v2 13/14] target/i386: move x86 instruction emulator out of hvf
` [PATCH v2 14/14] MAINTAINERS: add an entry for the x86 instruction emulator

[PATCH v3 0/7] hw/hyperv: remove duplication compilation units
 2025-03-07 19:37 UTC  (8+ messages)
` [PATCH v3 1/7] hw/hyperv/hv-balloon-stub: common compilation unit
` [PATCH v3 2/7] hw/hyperv/hyperv.h: header cleanup
` [PATCH v3 3/7] hw/hyperv/vmbus: common compilation unit
` [PATCH v3 4/7] hw/hyperv/hyperv-proto: move SYNDBG definition from target/i386
` [PATCH v3 5/7] hw/hyperv/syndbg: common compilation unit
` [PATCH v3 6/7] hw/hyperv/balloon: common balloon compilation units
` [PATCH v3 7/7] hw/hyperv/hyperv_testdev: common compilation unit

[PATCH v2 0/7] hw/hyperv: remove duplication compilation units
 2025-03-07 19:33 UTC  (16+ messages)
` [PATCH v2 1/7] hw/hyperv/hv-balloon-stub: common compilation unit
` [PATCH v2 2/7] hw/hyperv/hyperv.h: header cleanup
` [PATCH v2 3/7] hw/hyperv/vmbus: common compilation unit
` [PATCH v2 4/7] hw/hyperv/hyperv-proto: move SYNDBG definition from target/i386
` [PATCH v2 5/7] hw/hyperv/syndbg: common compilation unit
` [PATCH v2 6/7] hw/hyperv/balloon: common balloon compilation units
` [PATCH v2 7/7] hw/hyperv/hyperv_testdev: common compilation unit

[PATCH 0/7] hw/virtio: Build virtio-mem.c once
 2025-03-07 19:28 UTC  (18+ messages)
` [PATCH 2/7] hw/acpi: Introduce acpi_builtin() helper
` [PATCH 3/7] hw/i386/fw_cfg: Check ACPI availability with acpi_builtin()
` [PATCH 4/7] hw/virtio/virtio-mem: Remove CONFIG_DEVICES include
` [PATCH 5/7] hw/virtio/virtio-mem: Convert VIRTIO_MEM_USABLE_EXTENT to runtime
` [PATCH 6/7] hw/virtio/virtio-mem: Convert VIRTIO_MEM_HAS_LEGACY_GUESTS "
` [PATCH 7/7] hw/virtio: Compile virtio-mem.c once

[PATCH v2 00/18] Add i.MX 8M Plus EVK machine
 2025-03-07 19:18 UTC  (4+ messages)
` [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation

Ideas to Improve GDB Stub in Qemu for i8086
 2025-03-07 19:26 UTC  (3+ messages)
` [PATCH] target/i386: Improve 16-bit/real mode debug support in GDB

[PATCH v8 00/20] Change ghes to use HEST-based offsets and add support for error inject
 2025-03-07 19:14 UTC  (21+ messages)
` [PATCH v8 01/20] tests/acpi: virt: add an empty HEST file
` [PATCH v8 02/20] tests/qtest/bios-tables-test: extend to also check HEST table
` [PATCH v8 03/20] tests/acpi: virt: update HEST file with its current data
` [PATCH v8 04/20] Revert "hw/acpi/ghes: Make ghes_record_cper_errors() static"
` [PATCH v8 05/20] acpi/ghes: Cleanup the code which gets ghes ged state
` [PATCH v8 06/20] acpi/ghes: prepare to change the way HEST offsets are calculated
` [PATCH v8 07/20] acpi/ghes: add a firmware file with HEST address
` [PATCH v8 08/20] acpi/ghes: Use HEST table offsets when preparing GHES records
` [PATCH v8 09/20] acpi/ghes: don't hard-code the number of sources for HEST table
` [PATCH v8 10/20] acpi/ghes: add a notifier to notify when error data is ready
` [PATCH v8 11/20] acpi/generic_event_device: Update GHES migration to cover hest addr
` [PATCH v8 12/20] acpi/generic_event_device: add logic to detect if HEST addr is available
` [PATCH v8 13/20] acpi/generic_event_device: add an APEI error device
` [PATCH v8 14/20] tests/acpi: virt: allow acpi table changes at DSDT and HEST tables
` [PATCH v8 15/20] arm/virt: Wire up a GED error device for ACPI / GHES
` [PATCH v8 16/20] qapi/acpi-hest: add an interface to do generic CPER error injection
` [PATCH v8 17/20] acpi/generic_event_device.c: enable use_hest_addr for QEMU 10.x
` [PATCH v8 18/20] tests/acpi: virt: update HEST and DSDT tables
` [PATCH v8 19/20] docs: hest: add new "etc/acpi_table_hest_addr" and update workflow
` [PATCH v8 20/20] scripts/ghes_inject: add a script to generate GHES error inject

[PULL 00/18] Functional and other test improvements
 2025-03-07 19:08 UTC  (3+ messages)
` [PULL 11/18] tests/functional: Convert the arm replay avocado tests

[PATCH 0/2] migration: multifd documentation
 2025-03-07 19:06 UTC  (6+ messages)
` [PATCH 1/2] migration: Add some documentation for multifd
` [PATCH 2/2] migration: Move compression docs under multifd

[PATCH 0/2] target/arm: SME vs FP enable fixes
 2025-03-07 19:04 UTC  (3+ messages)
` [PATCH 1/2] target/arm: Make DisasContext.{fp, sve}_access_checked tristate
` [PATCH 2/2] target/arm: Simplify pstate_sm check in sve_access_check

[PATCH] rust: pl011: Allow NULL chardev argument to pl011_create()
 2025-03-07 19:00 UTC 

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

make check-functional failures with --enable-rust: unsafe precondition(s) violated: NonNull::new_unchecked
 2025-03-07 18:29 UTC  (2+ messages)

[PULL 0/8] Migration patches for 2025-03-07
 2025-03-07 18:15 UTC  (9+ messages)
` [PULL 1/8] migration: Fix UAF for incoming migration on MigrationState
` [PULL 2/8] migration: ram block cpr blockers
` [PULL 3/8] migration: Prioritize RDMA in ram_save_target_page()
` [PULL 4/8] migration: check RDMA and capabilities are compatible on both sides
` [PULL 5/8] migration: disable RDMA + postcopy-ram
` [PULL 6/8] migration/rdma: Remove redundant migration_in_postcopy checks
` [PULL 7/8] migration: Unfold control_save_page()
` [PULL 8/8] migration: Add qtest for migration over RDMA

[PATCH v6 00/29] Support AST2700 A1
 2025-03-07 17:47 UTC  (3+ messages)

[PATCH 0/7] hw/hyperv: remove duplication compilation units
 2025-03-07 17:34 UTC  (15+ messages)
` [PATCH 3/7] hw/hyperv/vmbus: common compilation unit
` [PATCH 5/7] hw/hyperv/syndbg: "

[PATCH v4] meson.build: default to -gsplit-dwarf for debug info
 2025-03-07 16:34 UTC  (2+ messages)

[PATCH v1 0/1] xen: Remove invalidation of mapcache_grants on IOREQ_TYPE_INVALIDATE
 2025-03-07 16:27 UTC  (3+ messages)
` [PATCH v1 1/1] xen: No need to flush the mapcache for grants

[PATCH v3 0/3] user: Extract common MMAP API to 'user/mmap.h'
 2025-03-07 16:17 UTC  (6+ 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] MAINTAINERS: Fix status for Arm boards I "maintain"
 2025-03-07 16:02 UTC  (2+ messages)

[PULL 00/11] s390x and qtest patches 2024-06-24
 2025-03-07 16:01 UTC  (5+ messages)
` [PULL 11/11] target/s390x: Add a CONFIG switch to disable legacy CPUs

[PATCH v2 0/5] ppc/amigaone patches
 2025-03-07 15:36 UTC  (6+ messages)
` [PATCH v2 3/5] ppc/amigaone: Add default environment

[PATCH v2 00/14] arm: rework id register storage
 2025-03-07 15:35 UTC  (7+ messages)
` [PATCH v2 01/14] arm/cpu: Add sysreg definitions in cpu-sysregs.h
` [PATCH v2 02/14] arm/kvm: add accessors for storing host features into idregs

[PATCH qemu v2 1/3] hw/s390x: add CPI identifiers to QOM
 2025-03-07 15:29 UTC  (8+ messages)
` [PATCH qemu v2 3/3] hw/s390x: support migration of CPI values


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