On 06/04/2014 02:47 AM, Tom Musta wrote: > On 6/3/2014 4:27 AM, Alexey Kardashevskiy wrote: >> This enabled PMU SPRs migration by hooking hypv privileged versions with >> "KVM one reg" IDs. >> >> Signed-off-by: Alexey Kardashevskiy <a...@ozlabs.ru> >> --- >> target-ppc/translate_init.c | 104 >> ++++++++++++++++++++++---------------------- >> 1 file changed, 52 insertions(+), 52 deletions(-) >> >> diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c >> index b372a64..3445b17 100644 >> --- a/target-ppc/translate_init.c >> +++ b/target-ppc/translate_init.c >> @@ -7363,50 +7363,50 @@ static void gen_spr_970_dbg(CPUPPCState *env) >> >> static void gen_spr_book3s_pmu_hypv(CPUPPCState *env) > > Supervisor?
Yes. Changing this in the whole series. No "hypv" in QEMU today. -- Alexey