Re: [PATCH v1 4/9] selftests: kvm: s390: Add test fixture and simple VM setup tests

2024-07-09 Thread Claudio Imbrenda
On Tue, 9 Jul 2024 14:56:59 +0200 Christoph Schlameuss wrote: > Add a uc_kvm fixture to create and destroy a ucontrol VM. > > * uc_sie_assertions asserts basic settings in the SIE as setup by the > kernel. > * uc_attr_mem_limit asserts the memory limit is max value and cannot be > set (not

[PATCH v1 4/9] selftests: kvm: s390: Add test fixture and simple VM setup tests

2024-07-09 Thread Christoph Schlameuss
Add a uc_kvm fixture to create and destroy a ucontrol VM. * uc_sie_assertions asserts basic settings in the SIE as setup by the kernel. * uc_attr_mem_limit asserts the memory limit is max value and cannot be set (not supported). * uc_no_dirty_log asserts dirty log is not supported. Signed-off