qemu-patch-raspberry4/tcg/i386
Blue Swirl cea5f9a28f cpu-exec.c: avoid AREG0 use
Make functions take a parameter for CPUState instead of relying
on global env. Pass CPUState pointer to TCG prologue, which moves
it to AREG0.

Thanks to Peter Maydell and Laurent Desnogues for the ARM prologue
change.

Revert the hacks to avoid AREG0 use on Sparc hosts.

Move cpu_has_work() and cpu_pc_from_tb() from exec.h to cpu.h.

Compile the file without HELPER_CFLAGS.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2011-06-26 18:25:38 +00:00
..
tcg-target.c cpu-exec.c: avoid AREG0 use 2011-06-26 18:25:38 +00:00
tcg-target.h tcg-i386: Merge 64-bit generation. 2010-06-10 00:16:21 +02:00