Re: [RFC 4/5] selftests: KVM: SNP IOCTL test

2024-08-13 Thread Pratik R. Sampat
On 8/9/2024 10:48 AM, Sean Christopherson wrote: > On Wed, Jul 10, 2024, Pratik R. Sampat wrote: >> Introduce testing of SNP ioctl calls. This patch includes both positive >> and negative tests of various parameters such as flags, page types and >> policies. >> >> Signed-off-by: Pratik R. Sampat

Re: [RFC 4/5] selftests: KVM: SNP IOCTL test

2024-08-09 Thread Sean Christopherson
On Wed, Jul 10, 2024, Pratik R. Sampat wrote: > Introduce testing of SNP ioctl calls. This patch includes both positive > and negative tests of various parameters such as flags, page types and > policies. > > Signed-off-by: Pratik R. Sampat > --- > .../selftests/kvm/x86_64/sev_smoke_test.c |

Re: [RFC 4/5] selftests: KVM: SNP IOCTL test

2024-07-11 Thread Sampat, Pratik Rajesh
On 7/11/2024 10:57 AM, Peter Gonda wrote: > On Wed, Jul 10, 2024 at 4:06 PM Pratik R. Sampat > wrote: >> >> Introduce testing of SNP ioctl calls. This patch includes both positive >> and negative tests of various parameters such as flags, page types and >> policies. >> >> Signed-off-by: Pratik

Re: [RFC 4/5] selftests: KVM: SNP IOCTL test

2024-07-11 Thread Peter Gonda
On Wed, Jul 10, 2024 at 4:06 PM Pratik R. Sampat wrote: > > Introduce testing of SNP ioctl calls. This patch includes both positive > and negative tests of various parameters such as flags, page types and > policies. > > Signed-off-by: Pratik R. Sampat Tested-by: Peter Gonda > --- > .../selft

[RFC 4/5] selftests: KVM: SNP IOCTL test

2024-07-10 Thread Pratik R. Sampat
Introduce testing of SNP ioctl calls. This patch includes both positive and negative tests of various parameters such as flags, page types and policies. Signed-off-by: Pratik R. Sampat --- .../selftests/kvm/x86_64/sev_smoke_test.c | 119 +- 1 file changed, 118 insertions(+),