ppc/spapr: Add pa-features for POWER10 machines
commitd83d350cb2f9edbdb4eccc6454c82202a09483c8
authorBenjamin Gray <bgray@linux.ibm.com>
Wed, 27 Dec 2023 13:46:50 +0000 (27 23:46 +1000)
committerNicholas Piggin <npiggin@gmail.com>
Tue, 12 Mar 2024 16:47:04 +0000 (13 02:47 +1000)
treeba603336fe8dcf4c8f6c367addadd81790863be8
parent8b0e3fb835511fe65cfb0df79fc17df2fede4805
ppc/spapr: Add pa-features for POWER10 machines

Add POWER10 pa-features entry.

Notably DEXCR and [P]HASHST/[P]HASHCHK instruction support is
advertised. Each DEXCR aspect is allocated a bit in the device tree,
using the 68--71 byte range (inclusive). The functionality of the
[P]HASHST/[P]HASHCHK instructions is separately declared in byte 72,
bit 0 (BE).

Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Signed-off-by: Benjamin Gray <bgray@linux.ibm.com>
[npiggin: reword title and changelog, adjust a few bits]
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
hw/ppc/spapr.c