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>
This commit is contained in:
Luiz Capitulino 2010-02-25 12:07:01 -03:00 committed by Anthony Liguori
parent 0ee442502b
commit 51a3bd71b3
4 changed files with 0 additions and 11 deletions

1
vl.c
View file

@ -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()) {