]> Git Repo - qemu.git/commit
sev/i386: Add initial support for SEV-ES
authorTom Lendacky <[email protected]>
Tue, 26 Jan 2021 17:36:44 +0000 (11:36 -0600)
committerPaolo Bonzini <[email protected]>
Tue, 16 Feb 2021 16:15:39 +0000 (17:15 +0100)
commit6b98e96f1842a54c0bf074f4dad0928808afe287
treeeab9d39af68be44fa215bc792b52f4be7ebe600a
parentf522cef9b352ac2f9880c5c8b2ea7b2033bdc9f0
sev/i386: Add initial support for SEV-ES

Provide initial support for SEV-ES. This includes creating a function to
indicate the guest is an SEV-ES guest (which will return false until all
support is in place), performing the proper SEV initialization and
ensuring that the guest CPU state is measured as part of the launch.

Cc: Paolo Bonzini <[email protected]>
Cc: Richard Henderson <[email protected]>
Cc: Eduardo Habkost <[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
Co-developed-by: Jiri Slaby <[email protected]>
Signed-off-by: Jiri Slaby <[email protected]>
Signed-off-by: Tom Lendacky <[email protected]>
Reviewed-by: Venu Busireddy <[email protected]>
Message-Id: <2e6386cbc1ddeaf701547dd5677adf5ddab2b6bd.1611682609[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
target/i386/cpu.c
target/i386/sev-stub.c
target/i386/sev.c
target/i386/sev_i386.h
This page took 0.026653 seconds and 4 git commands to generate.