s/loadv/loadvm/
On Tue, May 22, 2018 at 02:35:45PM +0200, Peter Krempa wrote:
qemu did not QAPIfy these and the design and name will most probably
change. The replacements will not be compatible. Drop the JSON stubs and
annotate that there won't be a replacement.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_monitor.c | 18 ++++++------------
src/qemu/qemu_monitor_json.c | 21 ---------------------
src/qemu/qemu_monitor_json.h | 4 ----
3 files changed, 6 insertions(+), 37 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano