Re: [Qemu-devel] [PATCH 9/9] KVM: PPC: Enable compatibility mode

2014-05-16 Thread Alexander Graf
On 16.05.14 16:27, Alexey Kardashevskiy wrote: On 05/17/2014 12:18 AM, Alexander Graf wrote: On 15.05.14 13:28, Alexey Kardashevskiy wrote: The host kernel implements a KVM_REG_PPC_ARCH_COMPAT register which this uses to enable a compatibility mode if any chosen. Signed-off-by: Alexey Kardash

Re: [Qemu-devel] [PATCH 9/9] KVM: PPC: Enable compatibility mode

2014-05-16 Thread Alexey Kardashevskiy
On 05/17/2014 12:18 AM, Alexander Graf wrote: > > On 15.05.14 13:28, Alexey Kardashevskiy wrote: >> The host kernel implements a KVM_REG_PPC_ARCH_COMPAT register which >> this uses to enable a compatibility mode if any chosen. >> >> Signed-off-by: Alexey Kardashevskiy >> --- >> hw/ppc/spapr.c

Re: [Qemu-devel] [PATCH 9/9] KVM: PPC: Enable compatibility mode

2014-05-16 Thread Alexander Graf
On 15.05.14 13:28, Alexey Kardashevskiy wrote: The host kernel implements a KVM_REG_PPC_ARCH_COMPAT register which this uses to enable a compatibility mode if any chosen. Signed-off-by: Alexey Kardashevskiy --- hw/ppc/spapr.c | 6 ++ hw/ppc/spapr_hcall.c | 4 target-ppc/kvm.

[Qemu-devel] [PATCH 9/9] KVM: PPC: Enable compatibility mode

2014-05-15 Thread Alexey Kardashevskiy
The host kernel implements a KVM_REG_PPC_ARCH_COMPAT register which this uses to enable a compatibility mode if any chosen. Signed-off-by: Alexey Kardashevskiy --- hw/ppc/spapr.c | 6 ++ hw/ppc/spapr_hcall.c | 4 target-ppc/kvm.c | 5 + target-ppc/kvm_ppc.h | 6 ++ 4 f