
20 Jun
2019
20 Jun
'19
12:42 p.m.
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 <jtomko@redhat.com> --- src/qemu/qemu_process.c | 243 ---------------------------------------- src/qemu/qemu_process.h | 8 -- 2 files changed, 251 deletions(-)
ACK