Re: [libvirt] [PATCH 1/2] qemu: sev: Use EnterMonitor instead of EnterMonitorAsync

2018-06-19 Thread Marc Hartmayer
On Mon, Jun 18, 2018 at 09:20 AM +0200, Erik Skultety wrote: > Since it's being called with QEMU_ASYNC_JOB_NONE which is what > qemuDomainObjEnterMonitor is going to use with the internal helper, > let's use that one instead. > > Signed-off-by: Erik Skultety > --- > src/qemu/qemu_driver.c | 4

[libvirt] [PATCH 1/2] qemu: sev: Use EnterMonitor instead of EnterMonitorAsync

2018-06-18 Thread Erik Skultety
Since it's being called with QEMU_ASYNC_JOB_NONE which is what qemuDomainObjEnterMonitor is going to use with the internal helper, let's use that one instead. Signed-off-by: Erik Skultety --- src/qemu/qemu_driver.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git