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