• M
    qemu_migrate: Dispose listen address if set from config · 6546017c
    Michal Privoznik 提交于
    https://bugzilla.redhat.com/show_bug.cgi?id=971485
    
    As of d7f9d827 we copy the listen
    address from the qemu.conf config file in case none has been provided
    via XML. But later, when migrating, we should not include such listen
    address in the migratable XML as it is something autogenerated, not
    requested by user. Moreover, the binding to the listen address will
    likely fail, unless the address is '0.0.0.0' or its IPv6 equivalent.
    This patch introduces a new boolean attribute to virDomainGraphicsListenDef
    to distinguish autofilled listen addresses. However, we must keep the
    attribute over libvirtd restarts, so it must be kept within status XML.
    6546017c
domain_conf.h 80.1 KB