Re: [libvirt] [PATCHv4 6/5] conf: reject controllers with duplicate indexes

2013-04-24 Thread Eric Blake
On 04/23/2013 06:47 AM, Ján Tomko wrote: > Reject multiple controllers with the same index, > except for USB controllers. > Multi-function USB controllers can have the same index. > --- > src/conf/domain_conf.c | 64 > ++ > 1 file changed, 64 insert

[libvirt] [PATCHv4 6/5] conf: reject controllers with duplicate indexes

2013-04-23 Thread Ján Tomko
Reject multiple controllers with the same index, except for USB controllers. Multi-function USB controllers can have the same index. --- src/conf/domain_conf.c | 64 ++ 1 file changed, 64 insertions(+) diff --git a/src/conf/domain_conf.c b/src/conf/