diff --git a/qemu/tests/cfg/qmp_command.cfg b/qemu/tests/cfg/qmp_command.cfg index f72a468ec600a1180d9b80f5dee2dd0230fe66f8..08d9563f5f43c6262b19f00ca9483ba2d52da62b 100644 --- a/qemu/tests/cfg/qmp_command.cfg +++ b/qemu/tests/cfg/qmp_command.cfg @@ -181,3 +181,15 @@ qmp_cmd = "query-pci" cmd_result_check = contain cmd_return_value = "function;regions;qdev" + - qmp_query-events: + qmp_cmd = "query-events" + cmd_result_check = contain + cmd_return_value = "BALLOON_CHANGE;STOP;WATCHDOG" + - qmp_device-list-properties: + qmp_cmd = "device-list-properties typename=virtio-balloon-pci" + cmd_result_check = contain + cmd_return_value = "command_serr_enable;multifunction" + - qmp_query-command-line-options: + qmp_cmd = "query-command-line-options" + cmd_result_check = contain + cmd_return_value = "option-rom;bootindex;romfile"