Re: [libvirt] [PATCH] qemu: remove input device after receiving the event

2017-12-14 Thread Erik Skultety
On Thu, Dec 14, 2017 at 10:51:27AM +0100, Ján Tomko wrote: > Also call qemuDomainRemoveInputDevice if we receive the > event after the Detach API ends. > > Commit 67486bb failed to include this. > > https://bugzilla.redhat.com/show_bug.cgi?id=1524837 > --- > src/qemu/qemu_hotplug.c | 5 - > 1

[libvirt] [PATCH] qemu: remove input device after receiving the event

2017-12-14 Thread Ján Tomko
Also call qemuDomainRemoveInputDevice if we receive the event after the Detach API ends. Commit 67486bb failed to include this. https://bugzilla.redhat.com/show_bug.cgi?id=1524837 --- src/qemu/qemu_hotplug.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/qemu/qemu_ho