Re: [Qemu-devel] [PATCH] e100 savevm/loadvm support

2007-06-29 Thread Jason Wessel
Thiemo Seufer wrote: Jason Wessel wrote: The attached patch adds loadvm and savevm support to the e100 driver. 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 betwe

Re: [Qemu-devel] [PATCH] e100 savevm/loadvm support

2007-06-29 Thread Thiemo Seufer
Jason Wessel wrote: > The attached patch adds loadvm and savevm support to the e100 driver. > > 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 e

Re: [Qemu-devel] [PATCH] e100 savevm/loadvm support

2007-06-29 Thread Paul Brook
> 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

[Qemu-devel] [PATCH] e100 savevm/loadvm support

2007-06-29 Thread Jason Wessel
The attached patch adds loadvm and savevm support to the e100 driver. 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