Re: [libvirt] [PATCH v3 03/13] Introduce PCI Multifunction device parser

2016-05-24 Thread Nikunj A Dadhania
Shivaprasad G Bhat writes: > This patch just introduces the parser function used by > the later patches. The parser disallows hostdevices to be > used with other virtio devices simultaneously. > > Signed-off-by: Shivaprasad G Bhat > --- > src/conf/domain_conf.c | 123 > +

[libvirt] [PATCH v3 03/13] Introduce PCI Multifunction device parser

2016-05-23 Thread Shivaprasad G Bhat
This patch just introduces the parser function used by the later patches. The parser disallows hostdevices to be used with other virtio devices simultaneously. Signed-off-by: Shivaprasad G Bhat --- src/conf/domain_conf.c | 123 ++ src/conf/domain_co