Re: [libvirt] [PATCH 01/10] qemu: also delete qemuProcessAttach

2019-06-20 Thread Peter Krempa
On Sat, Jun 15, 2019 at 14:11:30 +0200, Ján Tomko wrote: > Now that the virDomainQemuAttach API returns an error, we can remove the > unused qemuProcessAttach function as well, deleting the only user > that possibly could have requested to open a non-JSON monitor. > > Signed-off-by: Ján Tomko > -

[libvirt] [PATCH 01/10] qemu: also delete qemuProcessAttach

2019-06-15 Thread Ján Tomko
Now that the virDomainQemuAttach API returns an error, we can remove the unused qemuProcessAttach function as well, deleting the only user that possibly could have requested to open a non-JSON monitor. Signed-off-by: Ján Tomko --- src/qemu/qemu_process.c | 243 ---