]> Git Repo - qemu.git/commit
s390x/cpumodel: generate CPU feature group lists
authorDavid Hildenbrand <[email protected]>
Mon, 5 Sep 2016 08:52:20 +0000 (10:52 +0200)
committerCornelia Huck <[email protected]>
Tue, 6 Sep 2016 15:06:49 +0000 (17:06 +0200)
commit90229ebbad508ba604f215e90c7c5cc0fbc3559a
tree05d28e3f69733081f49d047897a6412a587d3c94
parentdced7eec3c60154408296dda8641ecc54978f5d6
s390x/cpumodel: generate CPU feature group lists

Feature groups will be very helpful to reduce the amount of features
typically available in sane configurations. E.g. the MSA facilities
introduced loads of subfunctions, which could - in theory - go away
in the future, but we want to avoid reporting hundrets of features to
the user if usually all of them are in place.

Groups only contain features that were introduced in one shot, not just
random features. Therefore, groups can never change. This is an important
property regarding migration.

Acked-by: Cornelia Huck <[email protected]>
Signed-off-by: David Hildenbrand <[email protected]>
Message-Id: <20160905085244[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
target-s390x/gen-features.c
This page took 0.024514 seconds and 4 git commands to generate.