diff options
author | Kevin Wolf | 2020-10-05 17:58:46 +0200 |
---|---|---|
committer | Markus Armbruster | 2020-10-09 07:08:19 +0200 |
commit | 57d3635e42752289388b0a178fd636acbf3b90fa (patch) | |
tree | e499a0e23ae5db138ea4578ba2b2cc7a2ccee088 /monitor/hmp-cmds.c | |
parent | hmp: Update current monitor only in handle_hmp_command() (diff) | |
download | qemu-57d3635e42752289388b0a178fd636acbf3b90fa.tar.gz qemu-57d3635e42752289388b0a178fd636acbf3b90fa.tar.xz qemu-57d3635e42752289388b0a178fd636acbf3b90fa.zip |
qmp: Assert that no other monitor is active
monitor_qmp_dispatch() is never supposed to be called in the context of
another monitor, so assert that monitor_cur() is NULL instead of saving
and restoring it.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20201005155855.256490-6-kwolf@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'monitor/hmp-cmds.c')
0 files changed, 0 insertions, 0 deletions