qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-07 19:09:03 to 2025-03-08 07:25:11 UTC [more...]

[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] tests/functional: Require 'user' netdev for ppc64 e500 test
 2025-03-08  7:13 UTC 

[PATCH 00/57] docs: Add new QAPI transmogrifier
 2025-03-08  7:00 UTC  (32+ messages)
` [PATCH 04/57] docs/sphinx: add compat.py module and nested_parse helper
` [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] usb-storage: Allow manually adding SCSI device
 2025-03-08  6:17 UTC  (3+ messages)

[PULL 0/8] Migration patches for 2025-03-07
 2025-03-08  6:00 UTC  (3+ messages)
` [PULL 8/8] migration: Add qtest for migration over RDMA

[PATCH v2 0/7] hw/virtio: Build virtio-mem.c once
 2025-03-08  5:41 UTC  (9+ 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/38] hexagon system emu, part 1/3
 2025-03-08  1:47 UTC  (26+ messages)
` [PATCH 08/38] target/hexagon: Add guest, system reg number defs
` [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 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  (31+ 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 09/16] system: Build "
` [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 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  (10+ 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

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 00/14] hw/vfio: Build various objects once
 2025-03-07 21:12 UTC  (45+ 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 v8 00/20] Change ghes to use HEST-based offsets and add support for error inject
 2025-03-07 21:05 UTC  (24+ 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

[PATCH 0/7] hw/virtio: Build virtio-mem.c once
 2025-03-07 21:00 UTC  (8+ messages)
` [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

[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  (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 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 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 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

[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


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