On 28/01/2025 19.57, David Hildenbrand wrote:
Let's do it similar as virtio-balloon-pci. With this change, we can
use virtio-mem-pci on s390x, although plugging will still fail until
properly wired up in the machine.
No need to worry about transitional/non_transitional devices, because they
don't exist for virtio-mem.
Signed-off-by: David Hildenbrand <da...@redhat.com>
---
hw/core/machine.c | 1 +
hw/virtio/virtio-mem-pci.c | 12 ++++++++++++
2 files changed, 13 insertions(+)
Reviewed-by: Thomas Huth <th...@redhat.com>