Re: [PATCH 19/24] qemu: capabilities: Retire unused QEMU_CAPS_DEVICE_IVSHMEM

2023-08-21 Thread Ján Tomko
On a Thursday in 2023, Peter Krempa wrote: qemu removed the support for the old 'ivshmem' device in 4.0 release. Signed-off-by: Peter Krempa --- src/qemu/qemu_capabilities.c | 3 +-- src/qemu/qemu_capabilities.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) Reviewed-by: Ján Tomko

[PATCH 19/24] qemu: capabilities: Retire unused QEMU_CAPS_DEVICE_IVSHMEM

2023-08-17 Thread Peter Krempa
qemu removed the support for the old 'ivshmem' device in 4.0 release. Signed-off-by: Peter Krempa --- src/qemu/qemu_capabilities.c | 3 +-- src/qemu/qemu_capabilities.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_capabilities.c