Re: [libvirt] [PATCH 6/6] Do not try to release virtio serial addresses

2016-10-25 Thread John Ferlan
On 10/21/2016 09:58 AM, Ján Tomko wrote: > Return 0 instead of 1, so that qemuDomainAttachChrDevice does not > assume the address neeeds to be released on error. > > No functional change, since qemuDomainReleaseDeviceAddress has been a noop > for virtio serial addresses since the address cache w

[libvirt] [PATCH 6/6] Do not try to release virtio serial addresses

2016-10-21 Thread Ján Tomko
Return 0 instead of 1, so that qemuDomainAttachChrDevice does not assume the address neeeds to be released on error. No functional change, since qemuDomainReleaseDeviceAddress has been a noop for virtio serial addresses since the address cache was removed. --- src/qemu/qemu_hotplug.c | 8 ++--