Re: [Qemu-devel] [PATCH v3 13/24] target-ppc: Enable PMU SPRs migration

2014-05-27 Thread Alexey Kardashevskiy
On 05/27/2014 08:37 PM, Alexey Kardashevskiy wrote: > This enabled PMU SPRs migration by hooking hypv privileged versions with > "KVM one reg" IDs. > > Signed-off-by: Alexey Kardashevskiy > --- > target-ppc/translate_init.c | 104 > ++-- > 1 file changed,

[Qemu-devel] [PATCH v3 13/24] target-ppc: Enable PMU SPRs migration

2014-05-27 Thread Alexey Kardashevskiy
This enabled PMU SPRs migration by hooking hypv privileged versions with "KVM one reg" IDs. Signed-off-by: Alexey Kardashevskiy --- target-ppc/translate_init.c | 104 ++-- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/target-ppc/translate