summaryrefslogtreecommitdiff
path: root/vl.c
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2010-02-25 12:07:01 -0300
committerAnthony Liguori <aliguori@us.ibm.com>2010-03-08 11:30:08 -0600
commit51a3bd71b3f2fa7033a5a3db459449b4bb4cd5d7 (patch)
treeda7956bb646ff067a98ce073f3585f7ddd5889da /vl.c
parent0ee442502bc8af7fe1679ccf775e54fcf62dd8ac (diff)
downloadqemu-51a3bd71b3f2fa7033a5a3db459449b4bb4cd5d7.tar.gz
QMP: Drop DEBUG event
This event has been introduced in the first round of QMP commits, turns out that it's based on the usage of the EXCP_DEBUG macro, which has discussable semantics when exposed through QMP. As libvirt doesn't use this, let's just drop it. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vl.c b/vl.c
index 65cc020911..03a47a4371 100644
--- a/vl.c
+++ b/vl.c
@@ -4086,7 +4086,6 @@ static void main_loop(void)
} while (vm_can_run());
if (qemu_debug_requested()) {
- monitor_protocol_event(QEVENT_DEBUG, NULL);
vm_stop(EXCP_DEBUG);
}
if (qemu_shutdown_requested()) {