[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 0/5] hw/virtio: Build virtio-mem.c once
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v3 0/5] hw/virtio: Build virtio-mem.c once |
Date: |
Fri, 2 May 2025 23:45:46 +0200 |
Since v2:
- Use TargetInfo API (Pierrick)
Since v1:
- Use max extent size of all archs (David)
Based-on: <20250501212113.2961531-1-richard.henderson@linaro.org>
Philippe Mathieu-Daudé (5):
qemu/target-info: Factor target_system_arch() out
qemu/target-info: Add %target_arch field to TargetInfo
hw/virtio/virtio-mem: Convert VIRTIO_MEM_USABLE_EXTENT to runtime
hw/virtio/virtio-mem: Convert VIRTIO_MEM_HAS_LEGACY_GUESTS to runtime
hw/virtio: Compile virtio-mem.c once
include/qemu/target-info-impl.h | 4 +-
include/qemu/target-info.h | 9 +++
hw/core/machine-qmp-cmds.c | 6 +-
hw/virtio/virtio-mem.c | 101 +++++++++++++++++++-------------
target-info-stub.c | 1 +
target-info.c | 15 +++++
hw/virtio/meson.build | 2 +-
7 files changed, 90 insertions(+), 48 deletions(-)
--
2.47.1
- [PATCH v3 0/5] hw/virtio: Build virtio-mem.c once,
Philippe Mathieu-Daudé <=