diff options
author | Stefan Berger <stefanb@us.ibm.com> | 2011-04-14 14:48:03 -0400 |
---|---|---|
committer | Stefan Berger <stefanb@us.ibm.com> | 2011-04-14 14:48:03 -0400 |
commit | cf2145d5467c52070d1470214d8806a3ea65f48a (patch) | |
tree | b8ac906126f640310597f572e813ca49a0024402 /bootstrap.conf | |
parent | Fix gcc 4.6 warnings in vbox_tmpl.c (diff) | |
download | libvirt-cf2145d5467c52070d1470214d8806a3ea65f48a.tar.gz libvirt-cf2145d5467c52070d1470214d8806a3ea65f48a.tar.bz2 libvirt-cf2145d5467c52070d1470214d8806a3ea65f48a.zip |
Migrate VMs between different-endianess hosts
This patch enables the migration of Qemu VMs between hosts of different endianess. I tested this by migrating a i686 VM between a x86 and ppc64 host.
I am converting the 'int's in the VM's state header to uint32_t assuming this doesn't break compatibility with existing deployments other than Linux.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 3db0c6373..293f86eb9 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -21,6 +21,7 @@ gnulib_modules=' areadlink base64 +byteswap c-ctype c-strcase c-strcasestr |