On a Thursday in 2021, Peter Krempa wrote:
Remove the old-style 'device_add' helpers which parse the
commandline
arguments to JSON since we now coverted all usage to use JSON directly.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_monitor.c | 34 --------
src/qemu/qemu_monitor.h | 7 --
src/qemu/qemu_monitor_json.c | 151 -----------------------------------
src/qemu/qemu_monitor_json.h | 2 -
tests/qemumonitorjsontest.c | 2 -
5 files changed, 196 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano