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

Peter Krempa posted 8 patches 5 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1526992488.git.pkrempa@redhat.com
Test syntax-check passed
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
[libvirt] [PATCH 0/8] qemu: Kill text/HMP monitor code
Posted by Peter Krempa 5 years, 11 months ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list