On 04/07/2022 15.30, Nico Boehr wrote:
Since we now have a few more migration tests, let's split migration.c
into two files for vector and gs facilities. Since guarded-storage and vector
facilities can be en-/disabled independant of each other, this simplifies the
code a bit and makes it clear what the scope of the tests is.
Signed-off-by: Nico Boehr <nrb@xxxxxxxxxxxxx>
---
s390x/Makefile | 3 +-
s390x/migration-gs.c | 122 +++++++++++++++++++++++++
s390x/{migration.c => migration-vec.c} | 54 +----------
s390x/unittests.cfg | 15 ++-
4 files changed, 136 insertions(+), 58 deletions(-)
create mode 100644 s390x/migration-gs.c
rename s390x/{migration.c => migration-vec.c} (77%)
Makes sense.
Acked-by: Thomas Huth <thuth@xxxxxxxxxx>
PS: Please have a look at the end of the README.md file to see how to set a
better default subjectprefix for k-u-t patches. Thanks!