diff options
author | 2024-05-02 11:57:01 +0530 | |
---|---|---|
committer | 2024-07-26 09:21:06 +1000 | |
commit | 977e789c4a8ed813d4ab03f17ea20a575bf20cd1 (patch) | |
tree | cdad211f9a51aa105692d679c656c152de0895d5 /tests | |
parent | target/ppc/cpu_init: Synchronize HASHPKEYR with KVM for migration (diff) | |
download | qemu-977e789c4a8ed813d4ab03f17ea20a575bf20cd1.tar.xz qemu-977e789c4a8ed813d4ab03f17ea20a575bf20cd1.zip |
ppc/pnv: Update Power10's cfam id to use Power10 DD2
Power10 DD1.0 was dropped in:
commit 8f054d9ee825 ("ppc: Drop support for POWER9 and POWER10 DD1 chips")
Use the newer Power10 DD2 chips cfam id.
Signed-off-by: Aditya Gupta <adityag@linux.ibm.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qtest/pnv-xscom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/pnv-xscom.h b/tests/qtest/pnv-xscom.h index 6f62941744..5aa1701ea7 100644 --- a/tests/qtest/pnv-xscom.h +++ b/tests/qtest/pnv-xscom.h @@ -56,7 +56,7 @@ static const PnvChip pnv_chips[] = { .chip_type = PNV_CHIP_POWER10, .cpu_model = "POWER10", .xscom_base = 0x000603fc00000000ull, - .cfam_id = 0x120da04900008000ull, + .cfam_id = 0x220da04980000000ull, .first_core = 0x0, .num_i2c = 4, }, |