]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
esx: Ignore malformed host UUID from BIOS
authorMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 18 Feb 2011 09:09:32 +0000 (10:09 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 18 Feb 2011 16:59:05 +0000 (17:59 +0100)
commit791da4e7367326b09357c94a5fd626efd8a85aa8
tree8d51bfc103375b3bced632eb81a5622b06f3427c
parent595174aeb786c4ff5773ebeea4b744fd60902569
esx: Ignore malformed host UUID from BIOS

Etienne Gosset reported that libvirt fails to connect to his ESX
server because it failed to parse its malformed host UUID, that
contains an additional space and lacks one hexdigit in the last
group:

xxxxxxxx-xxxx-xxxx-xxxx- xxxxxxxxxxx

Don't treat this as a fatal error, just ignore it.
src/esx/esx_driver.c