We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06056ef commit d9f2b09Copy full SHA for d9f2b09
tests/qtest/fw_cfg-test.c
@@ -243,12 +243,6 @@ int main(int argc, char **argv)
243
qtest_add_func("fw_cfg/ram_size", test_fw_cfg_ram_size);
244
qtest_add_func("fw_cfg/nographic", test_fw_cfg_nographic);
245
qtest_add_func("fw_cfg/nb_cpus", test_fw_cfg_nb_cpus);
246
-#if 0
247
- qtest_add_func("fw_cfg/machine_id", test_fw_cfg_machine_id);
248
- qtest_add_func("fw_cfg/kernel", test_fw_cfg_kernel);
249
- qtest_add_func("fw_cfg/initrd", test_fw_cfg_initrd);
250
- qtest_add_func("fw_cfg/boot_device", test_fw_cfg_boot_device);
251
-#endif
252
qtest_add_func("fw_cfg/max_cpus", test_fw_cfg_max_cpus);
253
qtest_add_func("fw_cfg/numa", test_fw_cfg_numa);
254
qtest_add_func("fw_cfg/boot_menu", test_fw_cfg_boot_menu);
0 commit comments