[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220613170420.18521-1-vkarasulli@suse.de>
Date: Mon, 13 Jun 2022 19:04:16 +0200
From: Vasant Karasulli <vkarasulli@...e.de>
To: linux-kernel@...r.kernel.org, kvm@...r.kernel.org
Cc: bp@...en8.de, jroedel@...e.de, thomas.lendacky@....com,
x86@...nel.org, seanjc@...gle.com,
Vasant Karasulli <vkarasulli@...e.de>
Subject: [PATCH v7 0/4] KVM: SEV-ES: Add tests to validate #VC handling
Hi All,
This is the version 7 of the patch written to add tests for
AMD SEV-ES #VC handling. This version attempts to
address review comments to the previous version of the patch.
Changes v6->v7:
1. Added information about how to run the tests.
2. test->priv no longer points to a location on heap.
Thanks,
Vasant
arch/x86/Kbuild | 2 +
arch/x86/Kconfig.debug | 19 +++++
arch/x86/kernel/Makefile | 7 ++
arch/x86/tests/Makefile | 3 +
arch/x86/tests/sev-test-vc.c | 145 +++++++++++++++++++++++++++++++++++
5 files changed, 176 insertions(+)
create mode 100644 arch/x86/tests/Makefile
create mode 100644 arch/x86/tests/sev-test-vc.c
base-commit: b13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3
--
2.32.0
Powered by blists - more mailing lists