Re: [PATCH] powerpc/kvm: Enable support for ISA v3.1 guests

2020-07-22 Thread Paul Mackerras
On Tue, Jun 02, 2020 at 03:53:25PM +1000, Alistair Popple wrote: > Adds support for emulating ISAv3.1 guests by adding the appropriate PCR > and FSCR bits. > > Signed-off-by: Alistair Popple Thanks, patch applied to my kvm-ppc-next branch. Paul.

Re: [PATCH] powerpc/kvm: Enable support for ISA v3.1 guests

2020-06-02 Thread kbuild test robot
Hi Alistair, Thank you for the patch! Yet something to improve: [auto build test ERROR on powerpc/next] [also build test ERROR on v5.7 next-20200529] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to s

Re: [PATCH] powerpc/kvm: Enable support for ISA v3.1 guests

2020-06-01 Thread Jordan Niethe
On Tue, Jun 2, 2020 at 3:55 PM Alistair Popple wrote: > > Adds support for emulating ISAv3.1 guests by adding the appropriate PCR > and FSCR bits. > > Signed-off-by: Alistair Popple > --- > arch/powerpc/include/asm/reg.h | 1 + > arch/powerpc/kvm/book3s_hv.c | 11 --- > 2 files change

[PATCH] powerpc/kvm: Enable support for ISA v3.1 guests

2020-06-01 Thread Alistair Popple
Adds support for emulating ISAv3.1 guests by adding the appropriate PCR and FSCR bits. Signed-off-by: Alistair Popple --- arch/powerpc/include/asm/reg.h | 1 + arch/powerpc/kvm/book3s_hv.c | 11 --- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/include/as