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
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
> 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
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