]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Migrate VMs between different-endianess hosts
authorStefan Berger <stefanb@us.ibm.com>
Thu, 14 Apr 2011 18:48:03 +0000 (14:48 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Thu, 14 Apr 2011 18:48:03 +0000 (14:48 -0400)
commitcf2145d5467c52070d1470214d8806a3ea65f48a
treeb8ac906126f640310597f572e813ca49a0024402
parentc59f3d8de4dc75a16bad4402c4c36539c782eb5c
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.
bootstrap.conf
src/qemu/qemu_driver.c