s390x/tcg: we already implement the Set-Program-Parameter facility
commit33ae8a424245bb9ebb66875ca5b16c26f9e88da6
authorDavid Hildenbrand <david@redhat.com>
Fri, 8 Dec 2017 16:02:06 +0000 (8 17:02 +0100)
committerCornelia Huck <cohuck@redhat.com>
Thu, 14 Dec 2017 16:56:54 +0000 (14 17:56 +0100)
treedc8146b6423657dceaf8bc97e8eeb4b7ef4edab0
parent4bac52f5c4b3dd5d0bd7568377ad7e957d5e3c6a
s390x/tcg: we already implement the Set-Program-Parameter facility

The Set-Program-Parameter facility (also known as Load-Program-Parameter
facility) provides the LPP instruction used to load the program
parameter. We already implement that instruction in TCG, so add it to our
list.

Note: Not documented in the PoP but in "The Load-Program-Parameter and
CPU-Measurement Facilities) - SA23-2260-05 document.

While at it, make the whole list ordered (according to cpu_features_def.h).

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20171208160207.26494-14-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/cpu_models.c