[libvirt] [PATCH 0/8] qemu: Kill text/HMP monitor code

Peter Krempa pkrempa at redhat.com
Tue May 22 12:35:40 UTC 2018


Most of the code is now dead as we support qemu 1.5 and upwards. Remove
the unused bits.

Peter Krempa (8):
  qemu: monitor: Drop fallback to text monitor for 'inject-nmi' command
  qemu: monitor: Drop fallback to text monitor for 'send-key' command
  qemu: monitor: Remove unused qemuMonitor(Add|Remove)HostNetwork
  qemu: monitor: Drop QEMU_CHECK_MONITOR_JSON... macros
  qemu: monitor: Drop JSON versions of savevm/delvm/loadv
  tests: Drop qemumonitortest
  qemu: monitor: Drop calls to text monitor impl where possible
  qemu: monitor: Remove dead code from text monitor

 src/qemu/qemu_monitor.c      |  519 +++-------
 src/qemu/qemu_monitor.h      |   12 -
 src/qemu/qemu_monitor_json.c |   41 +-
 src/qemu/qemu_monitor_json.h |    4 -
 src/qemu/qemu_monitor_text.c | 2166 ------------------------------------------
 src/qemu/qemu_monitor_text.h |  150 ---
 tests/Makefile.am            |   11 +-
 tests/qemumonitortest.c      |  203 ----
 8 files changed, 144 insertions(+), 2962 deletions(-)
 delete mode 100644 tests/qemumonitortest.c

-- 
2.16.2




More information about the libvir-list mailing list