• D
    Fix SPICE seamless migration hostname · b3367103
    Daniel P. Berrange 提交于
    The SPICE seamless migration process requires data to be passed
    back from the target host, to the source host via a cookie.
    The cookie includes the target host's hostname, but this was not
    stored, merely validated. This patch explicitly records the
    remote hostname after parsing the cookie, and uses it when
    initiating the SPICE migration
    
    * qemu/qemu_migration.c: Fix SPICE seamless migration hostname
    b3367103
qemu_migration.c 80.2 KB