gen-features.c (a5f9ecc49d63a905da6598900e0a0eeec1ef269d) gen-features.c (27e84d4ebd25b981ab27cb590fe06d1b0fcd06d2)
1/*
2 * S390 feature list generator
3 *
1/*
2 * S390 feature list generator
3 *
4 * Copyright 2016 IBM Corp.
4 * Copyright IBM Corp. 2016, 2018
5 *
6 * Author(s): Michael Mueller <mimu@linux.vnet.ibm.com>
7 * David Hildenbrand <dahi@linux.vnet.ibm.com>
8 *
9 * This work is licensed under the terms of the GNU GPL, version 2 or (at
10 * your option) any later version. See the COPYING file in the top-level
11 * directory.
12 */

--- 453 unchanged lines hidden (view full) ---

466 S390_FEAT_VECTOR_ENH,
467 S390_FEAT_MULTIPLE_EPOCH,
468 S390_FEAT_TEST_PENDING_EXT_INTERRUPTION,
469 S390_FEAT_INSERT_REFERENCE_BITS_MULT,
470 S390_FEAT_GROUP_MSA_EXT_6,
471 S390_FEAT_GROUP_MSA_EXT_7,
472 S390_FEAT_GROUP_MSA_EXT_8,
473 S390_FEAT_CMM_NT,
5 *
6 * Author(s): Michael Mueller <mimu@linux.vnet.ibm.com>
7 * David Hildenbrand <dahi@linux.vnet.ibm.com>
8 *
9 * This work is licensed under the terms of the GNU GPL, version 2 or (at
10 * your option) any later version. See the COPYING file in the top-level
11 * directory.
12 */

--- 453 unchanged lines hidden (view full) ---

466 S390_FEAT_VECTOR_ENH,
467 S390_FEAT_MULTIPLE_EPOCH,
468 S390_FEAT_TEST_PENDING_EXT_INTERRUPTION,
469 S390_FEAT_INSERT_REFERENCE_BITS_MULT,
470 S390_FEAT_GROUP_MSA_EXT_6,
471 S390_FEAT_GROUP_MSA_EXT_7,
472 S390_FEAT_GROUP_MSA_EXT_8,
473 S390_FEAT_CMM_NT,
474 S390_FEAT_ETOKEN,
474 S390_FEAT_HPMA2,
475 S390_FEAT_SIE_KSS,
476 S390_FEAT_GROUP_MULTIPLE_EPOCH_PTFF,
477};
478
479/* Default features (in order of release)
480 * Automatically includes corresponding base features.
481 * Default features are all features this version of QEMU supports for this

--- 366 unchanged lines hidden ---
475 S390_FEAT_HPMA2,
476 S390_FEAT_SIE_KSS,
477 S390_FEAT_GROUP_MULTIPLE_EPOCH_PTFF,
478};
479
480/* Default features (in order of release)
481 * Automatically includes corresponding base features.
482 * Default features are all features this version of QEMU supports for this

--- 366 unchanged lines hidden ---