diff options
author | Brijesh Singh <brijesh.singh@amd.com> | 2018-03-08 06:48:48 -0600 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-03-13 17:35:59 +0100 |
commit | 620fd55c242fb0ada42421b2d252bc5ae5b783cc (patch) | |
tree | 7d1964f6502bf36b0c1d9ccb98d71fe5fdc00944 /target/i386/trace-events | |
parent | 2b308e4431f518c7e9bb068ae33da18e11888863 (diff) |
sev/i386: add command to create launch memory encryption context
The KVM_SEV_LAUNCH_START command creates a new VM encryption key (VEK).
The encryption key created with the command will be used for encrypting
the bootstrap images (such as guest bios).
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Brijesh Singh <brijesh.singh@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/i386/trace-events')
-rw-r--r-- | target/i386/trace-events | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/i386/trace-events b/target/i386/trace-events index a1da4bdd18..3f29c85f32 100644 --- a/target/i386/trace-events +++ b/target/i386/trace-events @@ -10,3 +10,5 @@ kvm_x86_update_msi_routes(int num) "Updated %d MSI routes" kvm_sev_init(void) "" kvm_memcrypt_register_region(void *addr, size_t len) "addr %p len 0x%zu" kvm_memcrypt_unregister_region(void *addr, size_t len) "addr %p len 0x%zu" +kvm_sev_change_state(const char *old, const char *new) "%s -> %s" +kvm_sev_launch_start(int policy, void *session, void *pdh) "policy 0x%x session %p pdh %p" |