提交 11033dcd 编写于 作者: X Xu Tian 提交者: GitHub

Merge pull request #676 from CongLi/query_events

qmp_command: add command "query-events", "device-list-properties" and "query-command-line-options".
......@@ -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"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册