[Qemu-devel] [PATCH 21/25] x86: avoid AREG0 for misc helpers

2012-06-09 Thread Blue Swirl
Add an explicit CPUX86State parameter instead of relying on AREG0. Signed-off-by: Blue Swirl blauwir...@gmail.com --- target-i386/Makefile.objs |1 - target-i386/helper.h | 40 +- target-i386/misc_helper.c | 69 ++---

[Qemu-devel] [PATCH 21/25] x86: avoid AREG0 for misc helpers

2012-06-03 Thread Blue Swirl
Add an explicit CPUX86State parameter instead of relying on AREG0. Signed-off-by: Blue Swirl blauwir...@gmail.com --- Makefile.target |1 - target-i386/helper.h | 40 +- target-i386/misc_helper.c | 69 ++---