Merge branch 'kvm-sev-cgroup' into HEAD

This commit is contained in:
Paolo Bonzini
2021-04-22 02:39:48 -04:00
887 changed files with 7672 additions and 3862 deletions

View File

@@ -69,6 +69,7 @@ struct kvm_sev_info {
struct list_head regions_list; /* List of registered regions */
u64 ap_jump_table; /* SEV-ES AP Jump Table address */
struct kvm *enc_context_owner; /* Owner of copied encryption context */
struct misc_cg *misc_cg; /* For misc cgroup accounting */
};
struct kvm_svm {