diff options
author | Reyad Attiyat <reyad.attiyat@gmail.com> | 2014-05-05 16:29:57 -0500 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-05-24 14:39:34 +0800 |
commit | f31faa119f98ab822adc6b804709b759b7d8dedf (patch) | |
tree | 2887e31b17e089512ba6ec679699117f8f785108 | |
parent | 6936cd8926b6935364874b3701e86fe823e8c4ce (diff) |
detect-virt: Remove string for Microsoft virtualization detection in DMI vendor string array.
The string "Microsoft Corporation" is used in the Surface Tablet's DMI vendor ID.
https://bugs.freedesktop.org/show_bug.cgi?id=78312
-rw-r--r-- | src/shared/virt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/virt.c b/src/shared/virt.c index ec2ddcfe67..0db0514dd3 100644 --- a/src/shared/virt.c +++ b/src/shared/virt.c @@ -117,7 +117,6 @@ static int detect_vm_dmi(const char **_id) { /* http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1009458 */ "VMware\0" "vmware\0" "VMW\0" "vmware\0" - "Microsoft Corporation\0" "microsoft\0" "innotek GmbH\0" "oracle\0" "Xen\0" "xen\0" "Bochs\0" "bochs\0"; |