]> xenbits.xensource.com Git - libvirt.git/commit
Pass graphics setup from dst back to src via migration cookies
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 17 Feb 2011 13:17:59 +0000 (13:17 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 16 May 2011 14:18:21 +0000 (15:18 +0100)
commit72de0d28196be4147648c571b4ef113bd5985fb8
treeeb5642d94fd270457f337c0976897dd4713fb5b2
parent8654175c5b0c3db9e5f70907f102f0f900355d28
Pass graphics setup from dst back to src via migration cookies

Extend the QEMU migration cookie structure to allow information
about the destination host graphics setup to be passed by to
the source host. This will enable seamless migration of any
connected graphics clients

* src/qemu/qemu_migration.c: Add graphics info to migration
  cookies
* daemon/libvirtd.c: Always initialize gnutls to enable
  x509 cert parsing in QEMU
cfg.mk
daemon/libvirtd.c
src/qemu/qemu_migration.c