Re: [libvirt] [PATCH v4 2/6] nodedev: conf: Split PCI sub-capability parsing to separate methods

2017-05-17 Thread John Ferlan
On 05/15/2017 08:10 AM, Erik Skultety wrote: > Since there's at least SRIOV and MDEV sub-capabilities to be parsed, > let's make the code more readable by splitting it to several logical > blocks. > > Signed-off-by: Erik Skultety > --- > src/conf/node_device_conf.c | 142

[libvirt] [PATCH v4 2/6] nodedev: conf: Split PCI sub-capability parsing to separate methods

2017-05-15 Thread Erik Skultety
Since there's at least SRIOV and MDEV sub-capabilities to be parsed, let's make the code more readable by splitting it to several logical blocks. Signed-off-by: Erik Skultety --- src/conf/node_device_conf.c | 142 ++-- 1 file changed,