On 10/18/2017 07:29 AM, Jiri Denemark wrote:
The new function is called qemuProcessInitMonitor and it will
enter/exit
the monitor so that the caller doesn't have to deal with this.
The goal of this patch is to simplify the code in qemuConnectMonitor
which would otherwise be a bit hairy after the following patch.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/qemu/qemu_process.c | 34 +++++++++++++++++++++++++---------
1 file changed, 25 insertions(+), 9 deletions(-)
Heads up - you'll have some merge work to do... I was able to cobble
together by going back quite a bit and merging/applying...
Anyway,
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John