[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] e100 savevm/loadvm support
From: |
Paul Brook |
Subject: |
Re: [Qemu-devel] [PATCH] e100 savevm/loadvm support |
Date: |
Fri, 29 Jun 2007 14:10:34 +0100 |
User-agent: |
KMail/1.9.7 |
> One note about this patch is that the image is not portable across
> big/little endian hosts. Since it already appeared that the save/load
> images in general are not portable between a big/little endian hosts I
> just took the short cut of pushing the struct members that were not
> being saved directly into the save buffer. If it is the case that the
> save/load images are supposed to be endian agnostic, there is definitely
> some more work that needs to be done in all the simulated hw drivers.
Save/load images definitely are supports to be host-independent.
Do you have examples of where they are not?
Paul