]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Allow seamless migration for domains with multiple graphics
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 1 Jul 2013 12:16:51 +0000 (14:16 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 3 Jul 2013 12:58:01 +0000 (14:58 +0200)
commita72582cb916900d549d93eed939291f624a50071
tree9b47e8925eef8b03fb3d21780745d86c8d9d0864
parent556808ec9deae8623aea2a3a8c1c80a62a335c4a
qemu: Allow seamless migration for domains with multiple graphics

Since commit 23e8b5d8, the code is refactored in a way that supports
domains with multiple graphics elements and commit 37b415200 allows
starting such domains.  However none of those commits take migration
into account.  Even though qemu doesn't support relocation for
anything else than SPICE and for no more than one graphics, there is no
reason to hardcode one graphics into this part of the code as well.
src/qemu/qemu_migration.c