Re: [libvirt] [PATCH 07/12] qemu-command: Move qemuDomainSupports* functions

2016-02-16 Thread Ján Tomko
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 > --- >

[libvirt] [PATCH 07/12] qemu-command: Move qemuDomainSupports* functions

2016-02-15 Thread John Ferlan
Move qemuDomainSupportsNicdev and qemuDomainSupportsNetdev into qemu_domain.c and expose from there. Signed-off-by: John Ferlan --- src/qemu/qemu_command.c | 29 - src/qemu/qemu_domain.c | 29 + src/qemu/qemu_domain.h | 9 + 3 fi