summaryrefslogtreecommitdiffstats
path: root/target-ppc/cpu-qom.h
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <aik@ozlabs.ru>2014-05-23 12:26:53 +1000
committerAlexander Graf <agraf@suse.de>2014-06-16 13:24:37 +0200
commit1a68b71419406235bbde205463f2bd7e4ffe5b26 (patch)
tree8d9c3f68a4a11a93e2d5218c33fb6284198b2622 /target-ppc/cpu-qom.h
parent6d9412ea8132d6fa23bb0d57167ea585c728c3f1 (diff)
downloadhqemu-1a68b71419406235bbde205463f2bd7e4ffe5b26.zip
hqemu-1a68b71419406235bbde205463f2bd7e4ffe5b26.tar.gz
target-ppc: Define Processor Compatibility Masks
This introduces PCR mask for supported compatibility modes. This will be used later by the ibm,client-architecture-support call. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'target-ppc/cpu-qom.h')
-rw-r--r--target-ppc/cpu-qom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-ppc/cpu-qom.h b/target-ppc/cpu-qom.h
index e88e1da..13c7031 100644
--- a/target-ppc/cpu-qom.h
+++ b/target-ppc/cpu-qom.h
@@ -57,6 +57,7 @@ typedef struct PowerPCCPUClass {
uint32_t pvr;
uint32_t pvr_mask;
+ uint64_t pcr_mask;
uint32_t svr;
uint64_t insns_flags;
uint64_t insns_flags2;
OpenPOWER on IntegriCloud