On 09/27/2016 08:24 AM, Martin Kletzander wrote:
The old ivshmem is deprecated in QEMU, so let's use the better
ivshmem-{plain,doorbell} variants instead.
Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com>
---
docs/schemas/domaincommon.rng | 2 ++
src/conf/domain_conf.c | 4 +++-
src/conf/domain_conf.h | 2 ++
src/qemu/qemu_command.c | 7 +++++++
4 files changed, 14 insertions(+), 1 deletion(-)
Doh... As I'm reading patch 7, I realized...
This doesn't alter qemuxml2xmltest.c and it needs to as well as of
course creating XML for each type (which can be stolen from 7/8)
John