
11 Oct
2021
11 Oct
'21
12:12 p.m.
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@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@redhat.com> Jano