Peter Crosthwaite
ea3e984740
cpu-exec: Purge all uses of ENV_GET_CPU()
...
Remove un-needed usages of ENV_GET_CPU() by converting the APIs to use
CPUState pointers and retrieving the env_ptr as minimally needed.
Scripted conversion for target-* change:
for I in target-*/cpu.h; do
sed -i \
's/\(^int cpu_[^_]*_exec(\)[^ ][^ ]* \*s);$/\1CPUState *cpu);/' \
$I;
done
Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
2015-07-09 15:20:40 +02:00
..
2014-12-11 12:07:52 +00:00
2015-01-27 22:33:56 +02:00
2015-05-18 17:45:10 +01:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2015-01-27 22:33:57 +02:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2015-06-15 11:36:58 +03:00
2008-12-13 09:32:43 +00:00
2007-10-14 16:27:31 +00:00
2014-01-10 08:51:37 +02:00
2014-10-06 21:52:45 +03:00
2008-05-23 16:06:43 +00:00
2014-03-13 19:20:47 +01:00
2014-03-13 19:52:28 +01:00
2015-07-09 15:20:40 +02:00
2014-05-02 21:59:36 +03:00
2015-06-05 17:09:59 +02:00
2014-06-17 08:52:08 +03:00
2015-07-09 15:20:40 +02:00
2014-06-29 14:19:59 +03:00
2013-04-05 14:40:54 +02:00
2014-08-22 15:06:34 +03:00
2015-02-13 14:11:29 +00:00
2014-10-06 21:52:45 +03:00
2015-06-16 09:37:17 +03:00
2011-02-09 10:33:54 +02:00
2009-07-01 18:24:44 +00:00
2014-06-17 09:21:40 +03:00
2014-05-02 21:59:36 +03:00
2015-01-20 15:19:33 +00:00