On Tue, May 22, 2018 at 02:35:44PM +0200, Peter Krempa wrote:
Monitor is now JSON only. Drop the old cruft.
In theory, you should still be able to get a domain with a text monitor
via qemu-attach.
In practice, attaching to such domains seems pointless - if we don't
support starting them, touching their mointor might just break them.
Maybe we should drop qemu-attach as well?
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_monitor.c | 138 ++++++++++++++++++++++--------------------------
1 file changed, 63 insertions(+), 75 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano