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.
This commit is contained in:
Stefan Berger
2011-04-14 14:48:03 -04:00
parent c59f3d8de4
commit cf2145d546
2 changed files with 21 additions and 5 deletions

View File

@@ -21,6 +21,7 @@
gnulib_modules='
areadlink
base64
byteswap
c-ctype
c-strcase
c-strcasestr