Re: [libvirt] [PATCH v2 7/7] qemu: driver: Don't pull in qemu_monitor_json.h directly

2019-09-26 Thread Eric Blake
On 9/25/19 7:54 AM, Peter Krempa wrote: There's nothing that uses it directly now. Also not allowing direct use will promote our layering. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 1 - 1 file changed, 1 deletion(-) Reviewed-by: Eric Blake diff --git

[libvirt] [PATCH v2 7/7] qemu: driver: Don't pull in qemu_monitor_json.h directly

2019-09-25 Thread Peter Krempa
There's nothing that uses it directly now. Also not allowing direct use will promote our layering. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 7163216f69..5852df2a53 100644 ---