commit | b8b08266bd58d26e9c6b529ab4130c13eaed3406 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Wed Feb 10 23:50:04 2010 -0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Feb 19 15:18:18 2010 -0600 |
tree | 9265ff8ffb94e59333c223132ade709fdc0b685a | |
parent | b4475aa2b354fa67865c3bf768409386c0dff15b [diff] |
Monitor: Drop the print disabling mechanism We can ignore calls to monitor_vprintf() in QMP mode and use monitor_puts() directly in monitor_json_emitter(). This allows us to drop this ugly hack. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>