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