Files
qemu/hw
David Gibson f6f242c757 ppc: Add ppc_set_compat_all()
Once a compatiblity mode is negotiated with the guest,
h_client_architecture_support() uses run_on_cpu() to update each CPU to
the new mode.  We're going to want this logic somewhere else shortly,
so make a helper function to do this global update.

We put it in target-ppc/compat.c - it makes as much sense at the CPU level
as it does at the machine level.  We also move the cpu_synchronize_state()
into ppc_set_compat(), since it doesn't really make any sense to call that
without synchronizing state.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2017-01-31 10:10:14 +11:00
..
2016-10-04 13:28:07 +01:00
2017-01-27 18:08:00 +01:00
2017-01-27 18:07:59 +01:00
2017-01-31 10:10:13 +11:00
2017-01-20 11:15:06 +00:00
2016-05-18 15:04:27 +03:00
2017-01-27 18:07:59 +01:00
2017-01-27 18:07:59 +01:00
2017-01-27 18:07:59 +01:00
2017-01-27 18:07:59 +01:00
2017-01-24 17:54:47 +00:00
2017-01-31 10:10:14 +11:00
2016-01-29 15:07:25 +00:00
2017-01-31 10:10:14 +11:00
2017-01-24 23:26:52 +03:00
2016-09-22 18:13:08 +01:00
2016-10-28 18:17:24 +03:00
2016-09-15 15:32:22 +03:00