KVM: selftests: Introduce a VM_MODE_DEFAULT macro for the default bits
authorThomas Huth <thuth@redhat.com>
Thu, 23 May 2019 16:43:04 +0000 (18:43 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 4 Jun 2019 12:05:38 +0000 (14:05 +0200)
commitfe85ec86fcd5998389274b6e12977bcf8509d3e0
tree7655e7fb50732222bbf17c49b71f503cf75e0d98
parenta9c788f07347cf5dfcbe4bf77bf0f3a2a04c89f1
KVM: selftests: Introduce a VM_MODE_DEFAULT macro for the default bits

This will be required later for tests like the kvm_create_max_vcpus
test that do not use the vm_create_default() function.

Reviewed-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190523164309.13345-5-thuth@redhat.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
tools/testing/selftests/kvm/include/kvm_util.h
tools/testing/selftests/kvm/lib/aarch64/processor.c
tools/testing/selftests/kvm/lib/x86_64/processor.c