Andreas Färber c05efcb18e cpu: Add CPUArchState pointer to CPUState
The target-specific ENV_GET_CPU() macros have allowed us to navigate
from CPUArchState to CPUState. The reverse direction was not supported.
Avoid introducing CPU_GET_ENV() macros by initializing an untyped
pointer that is initialized in derived instance_init functions.

The field may not be called "env" due to it being poisoned.

Acked-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Andreas Färber <afaerber@suse.de>
2013-02-16 14:51:00 +01:00
2013-01-10 15:11:53 -06:00
2013-01-26 13:15:35 +00:00
2013-02-16 14:51:00 +01:00
2013-01-18 19:06:57 +01:00
2013-02-14 08:58:30 -06:00
2013-02-14 08:58:30 -06:00
2013-02-06 08:29:21 -06:00
2013-02-16 10:45:19 +00:00
2013-02-16 14:50:59 +01:00
2013-02-16 14:50:59 +01:00
2013-01-30 10:42:29 +01:00
2013-01-26 13:15:35 +00:00
2013-02-16 11:12:13 +00:00
2013-02-13 11:57:32 -06:00
2013-02-11 13:22:39 -06:00
2013-02-15 17:40:56 -06:00
2013-02-16 10:45:19 +00:00
2013-01-15 04:09:14 +01:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%