c1bc06e libxl: Use cooperative resume for migration

1 file Authored by Jason Andryuk 9 years ago, Committed by Jim Fehlig 9 years ago,
    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
    
        
file modified
+1 -1