On 25.09.2014 11:45, Martin Kletzander wrote:
This patch implements support for the ivshmem device in QEMU.
Signed-off-by: Maxime Leroy <maxime.leroy(a)6wind.com>
Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com>
---
src/qemu/qemu_command.c | 118 ++++++++++++++++++++++++++++++++++++++++++++++-
src/qemu/qemu_command.h | 1 +
tests/qemuxml2argvtest.c | 3 ++
3 files changed, 121 insertions(+), 1 deletion(-)
This is the correct place to introduce .args. It's okay to introduce
.xml in the patch that adds XML parsing/formatting as the .xml can be
tested straight away.
Michal