diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2010-02-25 12:07:01 -0300 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-03-08 11:30:08 -0600 |
commit | 51a3bd71b3f2fa7033a5a3db459449b4bb4cd5d7 (patch) | |
tree | da7956bb646ff067a98ce073f3585f7ddd5889da /QMP | |
parent | 0ee442502bc8af7fe1679ccf775e54fcf62dd8ac (diff) |
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 'QMP')
-rw-r--r-- | QMP/qmp-events.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/QMP/qmp-events.txt b/QMP/qmp-events.txt index d585a8d1b..9bf14d05b 100644 --- a/QMP/qmp-events.txt +++ b/QMP/qmp-events.txt @@ -19,12 +19,6 @@ Data: None. Description: Issued when the Virtual Machine is stopped. Data: None. -4 DEBUG -------- - -Description: Issued when the Virtual Machine enters debug mode. -Data: None. - 4 VNC_CONNECTED --------------- |