aboutsummaryrefslogtreecommitdiff
path: root/target/i386/sev.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-05hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabledBrijesh Singh1-1/+1
2024-06-05hw/i386/sev: Add function to get SEV metadata from OVMF headerBrijesh Singh1-0/+2
2024-06-05i386/sev: Update query-sev QAPI format to handle SEV-SNPMichael Roth1-0/+3
2024-06-05i386/sev: Add a sev_snp_enabled() helperMichael Roth1-0/+2
2024-06-05i386/sev: Introduce 'sev-snp-guest' objectBrijesh Singh1-0/+1
2024-06-05i386/sev: Introduce "sev-common" type to encapsulate common SEV stateMichael Roth1-0/+3
2024-04-23i386/sev: Switch to use confidential_guest_kvm_init()Xiaoyao Li1-2/+0
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé1-3/+3
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster1-2/+2
2021-10-13target/i386/sev: Move qmp_query_sev() & hmp_info_sev() to sev.cPhilippe Mathieu-Daudé1-2/+0
2021-10-13target/i386/sev: Move qmp_query_sev_launch_measure() to sev.cPhilippe Mathieu-Daudé1-1/+0
2021-10-13target/i386/sev: Move qmp_query_sev_capabilities() to sev.cPhilippe Mathieu-Daudé1-1/+0
2021-10-13target/i386/sev: Move qmp_query_sev_attestation_report() to sev.cPhilippe Mathieu-Daudé1-2/+0
2021-10-13target/i386/sev: Remove stubs by using code elisionPhilippe Mathieu-Daudé1-1/+11
2021-10-13target/i386/sev: Declare system-specific functions in 'sev.h'Philippe Mathieu-Daudé1-1/+11
2021-10-13target/i386/sev: Rename sev_i386.h -> sev.hPhilippe Mathieu-Daudé1-0/+48