[PATCH 1/2] ppc: Rename current DAWR macros

2020-07-23 Thread Ravi Bangoria
Power10 is introducing second DAWR. Use real register names (with suffix 0) from ISA for current macros. Signed-off-by: Ravi Bangoria --- include/hw/ppc/spapr.h | 2 +- linux-headers/asm-powerpc/kvm.h | 4 ++-- target/ppc/cpu.h| 4 ++-- target/ppc/translate_init.inc.c |

Re: [PATCH 1/2] ppc: Rename current DAWR macros

2020-07-23 Thread Cornelia Huck
On Thu, 23 Jul 2020 16:12:19 +0530 Ravi Bangoria wrote: > Power10 is introducing second DAWR. Use real register names (with > suffix 0) from ISA for current macros. > > Signed-off-by: Ravi Bangoria > --- > include/hw/ppc/spapr.h | 2 +- > linux-headers/asm-powerpc/kvm.h | 4 ++-- >