aboutsummaryrefslogtreecommitdiff
path: root/target/i386/confidential-guest.c
AgeCommit message (Collapse)Author
2024-04-23target/i386: introduce x86-confidential-guestPaolo Bonzini
Introduce a common superclass for x86 confidential guest implementations. It will extend ConfidentialGuestSupportClass with a method that provides the VM type to be passed to KVM_CREATE_VM. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>