mbox series

[v2,0/1] kvm-unit-tests: s390x: add check for mandatory

Message ID 20190725151125.145362-1-borntraeger@de.ibm.com (mailing list archive)
Headers show
Series kvm-unit-tests: s390x: add check for mandatory | expand

Message

Christian Borntraeger July 25, 2019, 3:11 p.m. UTC
Let us start with all documented dependencies from chapter 4 of the POP.
we can add more tests later on. 

Christian Borntraeger (1):
  kvm-unit-tests: s390: add cpu model checks

 s390x/Makefile      |  1 +
 s390x/cpumodel.c    | 58 +++++++++++++++++++++++++++++++++++++++++++++
 s390x/unittests.cfg |  3 +++
 3 files changed, 62 insertions(+)
 create mode 100644 s390x/cpumodel.c