]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: Use cooperative resume for migration
authorJason Andryuk <andryuk@aero.org>
Fri, 20 Jun 2014 13:10:03 +0000 (09:10 -0400)
committerJim Fehlig <jfehlig@suse.com>
Fri, 20 Jun 2014 17:34:26 +0000 (11:34 -0600)
commitc1bc06e2d73882f4c8abfef67628211e8f878bc3
treecfa49feff8214c7c90b3b1aacee260c156617d54
parentd06d4c95a660c7b9f5411316c4659db7b965aad7
libxl: Use cooperative resume for migration

Migration code specifies the problematic non-cooperative resume mode
which is a known issue with Xen's libxl [1].  Instead, use the better
supported cooperative mode.

Without this, guests BUG() in xen_irq_resume after failing to bind
still-bound event channels.

[1] http://bugs.xenproject.org/xen/bug/30
src/libxl/libxl_migration.c