Re: [libvirt] [PATCH v3 1/2] Make virSecurityDeviceLabelDefParseXML into generic device parser.

2012-09-21 Thread Michal Privoznik
On 20.09.2012 17:29, Richard W.M. Jones wrote: > From: "Richard W.M. Jones" > > This is just code motion, allowing us to reuse the same function to > parse the from character devices too. > --- > src/conf/domain_conf.c | 36 +++- > 1 file changed, 19 insertions

[libvirt] [PATCH v3 1/2] Make virSecurityDeviceLabelDefParseXML into generic device parser.

2012-09-20 Thread Richard W.M. Jones
From: "Richard W.M. Jones" This is just code motion, allowing us to reuse the same function to parse the from character devices too. --- src/conf/domain_conf.c | 36 +++- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/src/conf/domain_conf.c b/s