]> xenbits.xensource.com Git - qemu-xen-unstable.git/commit
target-ppc: Add PVR for POWER8NVL processor
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Thu, 3 Mar 2016 00:08:19 +0000 (11:08 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 15 Mar 2016 22:55:05 +0000 (09:55 +1100)
commita88dced8eb69730df39cb04bb3e262e5b98d5f5c
tree4ddd137222930937365b3d6e33ae7b05c167ec8f
parent14646457ae79628b797ff8da8842e7d4bad92458
target-ppc: Add PVR for POWER8NVL processor

This adds a new POWER8+NVLink CPU PVR which core is identical to POWER8
but has a different PVR. The only available machine now has PVR
pvr 004c 0100 so this defines "POWER8NVL" alias as v1.0.

The corresponding kernel commit is
https://github.com/torvalds/linux/commit/ddee09c099c3
"powerpc: Add PVR for POWER8NVL processor"

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/cpu-models.c
target-ppc/cpu-models.h
target-ppc/translate_init.c