From 51a3bd71b3f2fa7033a5a3db459449b4bb4cd5d7 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Thu, 25 Feb 2010 12:07:01 -0300 Subject: 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 Signed-off-by: Anthony Liguori --- monitor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'monitor.h') diff --git a/monitor.h b/monitor.h index fc09505..8cc21f5 100644 --- a/monitor.h +++ b/monitor.h @@ -15,7 +15,6 @@ extern Monitor *cur_mon; /* QMP events */ typedef enum MonitorEvent { - QEVENT_DEBUG, QEVENT_SHUTDOWN, QEVENT_RESET, QEVENT_POWERDOWN, -- cgit v1.1