Merge pull request #211 from cyrinux/feat/add_qemu_support
feat: add QEMU support
This commit is contained in:
commit
ce83364ff9
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ def is_vm(dmi):
|
|||
'Xen' in bios[0]['Version'] or \
|
||||
'Google Compute Engine' 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 \
|
||||
'VMware' in system[0]['Manufacturer']:
|
||||
return True
|
||||
|
|
Loading…
Reference in a new issue