]> Git Repo - qemu.git/commit - target/ppc/cpu.h
ppc: Rename current DAWR macros and variables
authorRavi Bangoria <[email protected]>
Mon, 12 Apr 2021 11:44:32 +0000 (17:14 +0530)
committerDavid Gibson <[email protected]>
Tue, 4 May 2021 01:41:25 +0000 (11:41 +1000)
commita7913d5e3fb35572f9ff033e7c1c7f1af6f5f0f7
tree87110dc79da7c2db92720b86f62b24ef6fa6ed6f
parent98a6a3658805213a259b98687a84d37db8f43b01
ppc: Rename current DAWR macros and variables

Power10 is introducing second DAWR. Use real register names (with
suffix 0) from ISA for current macros and variables used by Qemu.

One exception to this is KVM_REG_PPC_DAWR[X]. This is from kernel
uapi header and thus not changed in kernel as well as Qemu.

Signed-off-by: Ravi Bangoria <[email protected]>
Reviewed-by: Greg Kurz <[email protected]>
Reviewed-by: David Gibson <[email protected]>
Message-Id: <20210412114433[email protected]>
Signed-off-by: David Gibson <[email protected]>
include/hw/ppc/spapr.h
target/ppc/cpu.h
target/ppc/translate_init.c.inc
This page took 0.031532 seconds and 4 git commands to generate.