Re: [libvirt] [REBASE PATCH v2 4/9] qemu: Add new parameter to qemuMonitorDumpToFd

2018-01-26 Thread Jiri Denemark
On Fri, Jan 19, 2018 at 14:53:11 -0500, John Ferlan wrote: > Add a @detach parameter to the API in order allow running the QEMU > code as a thread. > > Signed-off-by: John Ferlan > --- > src/qemu/qemu_driver.c | 2 +- > src/qemu/qemu_monitor.c | 7 +-- > src/qemu/qemu_monitor.h

[libvirt] [REBASE PATCH v2 4/9] qemu: Add new parameter to qemuMonitorDumpToFd

2018-01-19 Thread John Ferlan
Add a @detach parameter to the API in order allow running the QEMU code as a thread. Signed-off-by: John Ferlan --- src/qemu/qemu_driver.c | 2 +- src/qemu/qemu_monitor.c | 7 +-- src/qemu/qemu_monitor.h | 3 ++- src/qemu/qemu_monitor_json.c | 4 +++- src/qemu/qemu_monitor_js