[libvirt] [PATCH] qemu_hotplug: correctly parse device XML provided by user

Pavel Hrdina phrdina at redhat.com
Mon May 16 10:58:40 UTC 2016


On Sat, May 14, 2016 at 07:27:36PM +0200, Pavel Hrdina wrote:
> Commit 1ccc7fbf fixed port checking for live device update, which
> revealed another bug.  If we updating live domain we need to parse the
> device also as live.
> 
> Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1336134
> 
> Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
> ---

NACK, this isn't correct fix.  The issue here is that we drop ports if autoport
is set and flag VIR_DOMAIN_DEF_PARSE_INACTIVE is set.  To fix this issue we have
to revert 1ccc7fbf where I didn't realize this fact.




More information about the libvir-list mailing list