Chris Lalancette wrote: > All, > Attached is a patch to make Xend balloon down an additional 8MB (for the > Cirrus logic video device) when doing a restore or migrate. Without this, you > can run into the following situation: All, Attached is an updated version of the patch. Dan Berrange correctly points out that this logic already exists in xend, when an HVM domain is being created; the logic just wasn't being used in the restore path. This patch basically takes the logic from the creation path and pulls it into the restore path, so things work properly. Again, this patch is against 3.1.0, but should apply fairly easily to unstable. Signed-off-by: Chris Lalancette