diff options
author | Sandipan Das | 2018-09-06 08:57:29 +0200 |
---|---|---|
committer | David Gibson | 2018-09-07 03:29:50 +0200 |
commit | be0c46d464c7c6b601adcd21fe9d2dd054a6a2cf (patch) | |
tree | c3d40faf2e3aa93b4ccf21206a8f200dc4962f82 /hw | |
parent | target/ppc/kvm: set vcpu as online/offline (diff) | |
download | qemu-be0c46d464c7c6b601adcd21fe9d2dd054a6a2cf.tar.gz qemu-be0c46d464c7c6b601adcd21fe9d2dd054a6a2cf.tar.xz qemu-be0c46d464c7c6b601adcd21fe9d2dd054a6a2cf.zip |
target-ppc: Extend HWCAP2 bits for ISA 3.0
This adds the HWCAP2 bit to detect if a linux user process is
running on an ISA 3.0 compliant cpu like POWER9. This can be
verified using a simple test program that prints the value in
the auxiliary vector for AT_HWCAP2 as shown below.
Before:
$ qemu-ppc64le -cpu power8 test
0x8c000000
$ qemu-ppc64le -cpu power9 test
0x8c000000
After:
$ qemu-ppc64le -cpu power8 test
0x8c000000
$ qemu-ppc64le -cpu power9 test
0x8c800000
Signed-off-by: Sandipan Das <sandipan@linux.ibm.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw')
0 files changed, 0 insertions, 0 deletions