mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
qtest/fw-cfg: remove compiled out code
Remove code that is already compiled out. This prevents confusion. CC: qemu-trivial@nongnu.org Signed-off-by: Ani Sinha <anisinha@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20250101081555.1050736-1-anisinha@redhat.com> Signed-off-by: Fabiano Rosas <farosas@suse.de>
This commit is contained in:
parent
06056ef1ff
commit
d9f2b09dd6
1 changed files with 0 additions and 6 deletions
|
@ -243,12 +243,6 @@ int main(int argc, char **argv)
|
|||
qtest_add_func("fw_cfg/ram_size", test_fw_cfg_ram_size);
|
||||
qtest_add_func("fw_cfg/nographic", test_fw_cfg_nographic);
|
||||
qtest_add_func("fw_cfg/nb_cpus", test_fw_cfg_nb_cpus);
|
||||
#if 0
|
||||
qtest_add_func("fw_cfg/machine_id", test_fw_cfg_machine_id);
|
||||
qtest_add_func("fw_cfg/kernel", test_fw_cfg_kernel);
|
||||
qtest_add_func("fw_cfg/initrd", test_fw_cfg_initrd);
|
||||
qtest_add_func("fw_cfg/boot_device", test_fw_cfg_boot_device);
|
||||
#endif
|
||||
qtest_add_func("fw_cfg/max_cpus", test_fw_cfg_max_cpus);
|
||||
qtest_add_func("fw_cfg/numa", test_fw_cfg_numa);
|
||||
qtest_add_func("fw_cfg/boot_menu", test_fw_cfg_boot_menu);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue