We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bd4cc7 + 1b523f6 commit d9c0cd2Copy full SHA for d9c0cd2
1 file changed
src/vmaware.hpp
@@ -10278,7 +10278,7 @@ struct VM {
10278
switch (hash) {
10279
case 0x110350C5: return core::add(brand_enum::QEMU); // TianoCore EDK2
10280
case 0x87c39681: return core::add(brand_enum::HYPERV);
10281
- case 0x9502cb33: return core::add(brand_enum::VBOX);
+ // case 0x9502cb33: return core::add(brand_enum::VBOX); // conflicts with some MSI logo images
10282
default: return false;
10283
}
10284
#else
0 commit comments