aboutsummaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/monitor.c b/monitor.c
index f105a2ec1b..f79b83355a 100644
--- a/monitor.c
+++ b/monitor.c
@@ -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, },
};