Uppercase ESX and GSX (from the esx driver)

This commit is contained in:
Richard Laager 2010-04-18 00:13:33 -05:00
parent 1ab62042cf
commit 272a6e24ce

View File

@ -459,6 +459,8 @@ class vmmConnection(gobject.GObject):
hv = "QEMU"
if active and self.is_kvm_supported():
hv += "/KVM"
elif scheme in ('esx', 'gsx'):
hv = scheme.upper()
else:
hv = scheme.capitalize()