diff options
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,7 @@ #include "hw/pc.h" #include "hw/pci.h" #include "hw/watchdog.h" +#include "hw/loader.h" #include "gdbstub.h" #include "net.h" #include "qemu-char.h" @@ -1887,6 +1888,8 @@ static const mon_cmd_t info_cmds[] = { "", "show device tree" }, { "qdm", "", do_info_qdm, "", "show qdev device model list" }, + { "roms", "", do_info_roms, + "", "show roms" }, { NULL, NULL, }, }; |