We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c36f5 commit 9e58da3Copy full SHA for 9e58da3
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