]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: Report connect type as Xen
authorJim Fehlig <jfehlig@suse.com>
Fri, 17 May 2013 15:17:03 +0000 (09:17 -0600)
committerJim Fehlig <jfehlig@suse.com>
Wed, 12 Jun 2013 14:42:15 +0000 (08:42 -0600)
commit47d14c3791dc185f82364845f10af2f9024c47eb
tree365be4be52242d4273d456fbb197d1a3dd1dbf03
parent12edde5cbb16e06334cd1ebd55d14946831d1de0
libxl: Report connect type as Xen

Currently, the libxl driver reports a connection type of "xenlight".
To be compatible with the legacy Xen driver, it should return "Xen".

Note: I noticed this while testing the libxl driver on OpenStack.
After switching my Xen compute nodes to use the libxl stack, I
could no longer launch instances on those nodes since
hypervisor_type was reported as "xenlight" instead of "xen".
src/libxl/libxl_driver.c