Re: [libvirt] [PATCH 3/5] conf: add virDomainDefAddController()

2016-01-11 Thread Laine Stump
On 12/09/2015 09:01 AM, John Ferlan wrote: On 11/19/2015 01:25 PM, Laine Stump wrote: We need a virDomainDefAddController() that doesn't check for an existing controller at the same index (since USB2 controllers must be added in sets of 4 that are all at the same index), so rather than

Re: [libvirt] [PATCH 3/5] conf: add virDomainDefAddController()

2015-12-09 Thread John Ferlan
On 11/19/2015 01:25 PM, Laine Stump wrote: > We need a virDomainDefAddController() that doesn't check for an > existing controller at the same index (since USB2 controllers must be > added in sets of 4 that are all at the same index), so rather than > duplicating the code in

[libvirt] [PATCH 3/5] conf: add virDomainDefAddController()

2015-11-19 Thread Laine Stump
We need a virDomainDefAddController() that doesn't check for an existing controller at the same index (since USB2 controllers must be added in sets of 4 that are all at the same index), so rather than duplicating the code in virDomainDefMaybeAddController(), split it into two functions, in the