We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034961b commit 8200aaaCopy full SHA for 8200aaa
src/cli.cpp
@@ -454,7 +454,6 @@ bool is_unsupported(VM::enum_flags flag) {
454
case VM::HDD_SERIAL:
455
case VM::PORT_CONNECTORS:
456
case VM::GPU:
457
- case VM::VM_MEMORY:
458
case VM::IDT_GDT_MISMATCH:
459
case VM::PROCESSOR_NUMBER:
460
case VM::NUMBER_OF_CORES:
@@ -975,7 +974,6 @@ void general() {
975
974
checker(VM::HDD_SERIAL, "HDD serial number");
976
checker(VM::PORT_CONNECTORS, "physical connection ports");
977
checker(VM::GPU, "GPU capabilities");
978
- checker(VM::VM_MEMORY, "VM memory traces");
979
checker(VM::IDT_GDT_MISMATCH, "IDT GDT mismatch");
980
checker(VM::PROCESSOR_NUMBER, "processor count");
981
checker(VM::NUMBER_OF_CORES, "CPU core count");
0 commit comments