feat: add QEMU support
This commit is contained in:
parent
bb08813700
commit
75f14fa895
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ def is_vm(dmi):
|
||||||
'Xen' in bios[0]['Version'] or \
|
'Xen' in bios[0]['Version'] or \
|
||||||
'Google Compute Engine' in system[0]['Product Name'] or \
|
'Google Compute Engine' in system[0]['Product Name'] or \
|
||||||
'RHEV Hypervisor' in system[0]['Product Name'] or \
|
'RHEV Hypervisor' in system[0]['Product Name'] or \
|
||||||
|
'QEMU' in system[0]['Manufacturer'] or \
|
||||||
'VirtualBox' in bios[0]['Version'] or \
|
'VirtualBox' in bios[0]['Version'] or \
|
||||||
'VMware' in system[0]['Manufacturer']:
|
'VMware' in system[0]['Manufacturer']:
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Reference in a new issue