summary refs log tree commit diff stats
path: root/tests/test-hmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-hmp.c')
-rw-r--r--tests/test-hmp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-hmp.c b/tests/test-hmp.c
index 8c49d2fdf1..e344947f7c 100644
--- a/tests/test-hmp.c
+++ b/tests/test-hmp.c
@@ -31,6 +31,7 @@ static const char *hmp_cmds[] = {
     "cpu 0",
     "device_add ?",
     "device_add usb-mouse,id=mouse1",
+    "drive_add ignored format=help",
     "mouse_button 7",
     "mouse_move 10 10",
     "mouse_button 0",
@@ -38,6 +39,7 @@ static const char *hmp_cmds[] = {
     "dump-guest-memory /dev/null 0 4096",
     "dump-guest-memory /dev/null",
     "gdbserver",
+    "gva2gpa 0",
     "hostfwd_add tcp::43210-:43210",
     "hostfwd_remove tcp::43210-:43210",
     "i /w 0",