qemu-e2k/target-i386
aliguori e5ceb24447 Fix restore of older snapshots for target-i386 on big endian hosts
A target_ulong may be 64-bit.  Passing it to a function expecting a 32-bit
pointer is wrong and unfortunately happens to work for x86.  It won't work on
big endian hosts though.  Change the code to work properly on all hosts.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>



git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5570 c046a42c-6fe2-441c-8c8c-71466251a162
2008-10-29 14:16:31 +00:00
..
cpu.h My core2duo patch introduced a vague statement of "missing features" in 2008-09-29 13:55:36 +00:00
exec.h
helper_template.h
helper.c Fix cpuid ext_features value for Atom N270 (Blue Swirl). 2008-10-28 00:03:28 +00:00
helper.h
machine.c Fix restore of older snapshots for target-i386 on big endian hosts 2008-10-29 14:16:31 +00:00
op_helper.c Fix undeclared symbol warnings from sparse 2008-10-26 13:43:07 +00:00
ops_sse_header.h Implement SSE4.1, SSE4.2 (x86). 2008-10-04 03:27:44 +00:00
ops_sse.h Fix crc32w decoding, fix a constant width in blendvpd. 2008-10-04 11:33:52 +00:00
svm.h
TODO
translate.c Fix crc32w decoding, fix a constant width in blendvpd. 2008-10-04 11:33:52 +00:00