On 2/14/19 4:56 AM, Michal Privoznik wrote: > *** BLURB HERE *** > > Michal Prívozník (2): > qemu_hotplug: Don't build device string in qemuDomainDetachChrDevice > qemu_hotplug: Assume chardev alias always exists in > qemuDomainDetachChrDevice > > src/qemu/qemu_hotplug.c | 12 +----------- > 1 file changed, 1 insertion(+), 11 deletions(-) > Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx> John FWIW: I got one more for you too.... Your patches from guestfwd ... Coverity got grumpy about @charAlias being assigned in (monitor), but being used if rc == 0. I missed it too - I was so focused on the other aspects