[libvirt] [PATCH 6/7] Add sysinfo/smbios support to the QEmu driver

Daniel Veillard veillard at redhat.com
Wed Nov 3 13:09:14 UTC 2010


On Wed, Nov 03, 2010 at 11:51:07AM +0000, Daniel P. Berrange wrote:
> On Tue, Nov 02, 2010 at 05:36:48PM +0100, Daniel Veillard wrote:
> > @@ -4092,6 +4171,44 @@ int qemudBuildCommandLine(virConnectPtr conn,
> >          }
> >      }
> >  
> > +    if ((def->smbios_mode != VIR_DOMAIN_SMBIOS_NONE) &&
> > +        (def->smbios_mode != VIR_DOMAIN_SMBIOS_EMULATE) &&
> > +        (qemuCmdFlags & QEMUD_CMD_FLAG_SMBIOS_TYPE)) {
> 
> It would be to report a VIR_ERR_CONFIG_UNSUPPORTED error in the else
> clause for this.

 Hum ... Okay I see,

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list