]> git.ipfire.org Git - thirdparty/qemu.git/commit
ppc: Enable 2nd DAWR support on Power10 PowerNV machine
authorShivaprasad G Bhat <sbhat@linux.ibm.com>
Fri, 17 Jan 2025 04:06:51 +0000 (04:06 +0000)
committerNicholas Piggin <npiggin@gmail.com>
Tue, 11 Mar 2025 12:43:32 +0000 (22:43 +1000)
commit7ea6e125297050a239b4028cae5ea3ffbc374861
tree5244fa4e3e47008ccc57a1d2d3e9698d6cf34c57
parent0829b6f0a8c5829b8ed8dc77e1570a8a97e0484d
ppc: Enable 2nd DAWR support on Power10 PowerNV machine

Extend the existing watchpoint facility from TCG DAWR0 emulation
to DAWR1 on POWER10.

Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Signed-off-by: Shivaprasad G Bhat <sbhat@linux.ibm.com>
Message-ID: <173708680684.1678.13237334676438770057.stgit@linux.ibm.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/cpu.c
target/ppc/cpu.h
target/ppc/cpu_init.c
target/ppc/helper.h
target/ppc/machine.c
target/ppc/misc_helper.c
target/ppc/spr_common.h
target/ppc/tcg-excp_helper.c
target/ppc/translate.c