Re: [libvirt] [PATCH 08/12] qemu-command: Move qemuDomain*Address* functions to qemu_domain.c

2016-02-16 Thread John Ferlan
On 02/16/2016 09:46 AM, Ján Tomko wrote: > On Tue, Feb 16, 2016 at 09:36:58AM -0500, John Ferlan wrote: >> >> >> On 02/16/2016 08:58 AM, Ján Tomko wrote: >>> On Mon, Feb 15, 2016 at 02:37:22PM -0500, John Ferlan wrote: Move the functions into qemu_domain.c - additionally move any supporting

Re: [libvirt] [PATCH 08/12] qemu-command: Move qemuDomain*Address* functions to qemu_domain.c

2016-02-16 Thread Ján Tomko
On Tue, Feb 16, 2016 at 09:36:58AM -0500, John Ferlan wrote: > > > On 02/16/2016 08:58 AM, Ján Tomko wrote: > > On Mon, Feb 15, 2016 at 02:37:22PM -0500, John Ferlan wrote: > >> Move the functions into qemu_domain.c - additionally move any supporting > >> static functions. > >> > >> Make qemuDoma

Re: [libvirt] [PATCH 08/12] qemu-command: Move qemuDomain*Address* functions to qemu_domain.c

2016-02-16 Thread John Ferlan
On 02/16/2016 08:58 AM, Ján Tomko wrote: > On Mon, Feb 15, 2016 at 02:37:22PM -0500, John Ferlan wrote: >> Move the functions into qemu_domain.c - additionally move any supporting >> static functions. >> >> Make qemuDomainSupportsPCI non static. >> >> Also, move and rename the following: >> >> qe

Re: [libvirt] [PATCH 08/12] qemu-command: Move qemuDomain*Address* functions to qemu_domain.c

2016-02-16 Thread Ján Tomko
On Mon, Feb 15, 2016 at 02:37:22PM -0500, John Ferlan wrote: > Move the functions into qemu_domain.c - additionally move any supporting > static functions. > > Make qemuDomainSupportsPCI non static. > > Also, move and rename the following: > > qemuSetSCSIControllerModel to qemuDomainSetSCSIContr

[libvirt] [PATCH 08/12] qemu-command: Move qemuDomain*Address* functions to qemu_domain.c

2016-02-15 Thread John Ferlan
Move the functions into qemu_domain.c - additionally move any supporting static functions. Make qemuDomainSupportsPCI non static. Also, move and rename the following: qemuSetSCSIControllerModel to qemuDomainSetSCSIControllerModel qemuCollectPCIAddress to qemuDomainCollectPCIAddress qemuValidateD