Re: [libvirt] [PATCH] conf: Remove 'vmdef' from virDomainHostdevDefParseXML

2015-08-12 Thread Laine Stump
On 08/12/2015 04:35 PM, John Ferlan wrote: Since it's not used, let's remove it to avoid any future usage. I came in prepared to say let's save it for the sake of consistency with other similar functions. But then I looked at all the device parsing functions called by virDomainDeviceDefParse(),

[libvirt] [PATCH] conf: Remove 'vmdef' from virDomainHostdevDefParseXML

2015-08-12 Thread John Ferlan
Since it's not used, let's remove it to avoid any future usage. Signed-off-by: John Ferlan jfer...@redhat.com --- src/conf/domain_conf.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index b743bdd..f66fccd 100644 ---