]> git.proxmox.com Git - qemu.git/commit
QMP: Fix default response regression
authorLuiz Capitulino <lcapitulino@redhat.com>
Mon, 22 Nov 2010 18:22:47 +0000 (16:22 -0200)
committerLuiz Capitulino <lcapitulino@redhat.com>
Mon, 6 Dec 2010 11:51:41 +0000 (09:51 -0200)
commitc01e68853148764d32c3a27ab4b39cb553c567fc
tree9033d004e11e05df9a0ca6a05b6b7d861e94f4b7
parent2c90fe2b71df2534884bce96d90cbfcc93aeedb8
QMP: Fix default response regression

Commit 030db6e89d dropped do_info() usage from QMP and introduced
qmp_call_query_cmd(). However, the new function doesn't emit QMP's
default OK response when the handler doesn't return data.

Fix that by also calling monitor_protocol_emitter() when
ret_data == NULL, so that the default response is emitted.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
monitor.c