Re: [PATCH v2 06/10] selftests: kvm: s390: Add VM run test case

2024-07-25 Thread Christoph Schlameuss
On Thu, 25 Jul 2024 14:03:12 +0200 Janosch Frank wrote: > On 7/23/24 11:31, Christoph Schlameuss wrote: > > Add test case running code interacting with registers within a > > ucontrol VM. > > > > * Add uc_gprs test case > > > > The test uses the same VM setup using the fixture and debug macros

Re: [PATCH v2 06/10] selftests: kvm: s390: Add VM run test case

2024-07-25 Thread Janosch Frank
On 7/23/24 11:31, Christoph Schlameuss wrote: Add test case running code interacting with registers within a ucontrol VM. * Add uc_gprs test case The test uses the same VM setup using the fixture and debug macros introduced in earlier patches in this series. Signed-off-by: Christoph Schlameuss

[PATCH v2 06/10] selftests: kvm: s390: Add VM run test case

2024-07-23 Thread Christoph Schlameuss
Add test case running code interacting with registers within a ucontrol VM. * Add uc_gprs test case The test uses the same VM setup using the fixture and debug macros introduced in earlier patches in this series. Signed-off-by: Christoph Schlameuss --- .../selftests/kvm/s390x/ucontrol_test.c