On Mon, 4 Dec 2017 15:01:49 +0100 David Hildenbrand <da...@redhat.com> wrote:
> The Set-Program-Parameter facility (also known as Load-Program-Parameter > faciliy) provides the LPP instruction used to load the program s/faciliy/facility/ > 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. Yeah for additional docs! Not. (At least it's public.) > > While at it, make the whole list ordered (accoring to cpu_features_def.h). s/accoring/according/ > > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > target/s390x/cpu_models.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-)