Here I'd rather drop the command from the prefix completely, since the
fuctions get moved.
On Mon, Feb 15, 2016 at 02:37:21PM -0500, John Ferlan wrote:
Move qemuDomainSupportsNicdev and qemuDomainSupportsNetdev into
qemu_domain.c
and expose from there.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/qemu/qemu_command.c | 29 -----------------------------
src/qemu/qemu_domain.c | 29 +++++++++++++++++++++++++++++
src/qemu/qemu_domain.h | 9 +++++++++
3 files changed, 38 insertions(+), 29 deletions(-)
ACK
Jan