aboutsummaryrefslogtreecommitdiff
path: root/target/i386/sev.c
AgeCommit message (Expand)Author
2024-06-05i386/sev: Allow measured direct kernel boot on SNPDov Murik
2024-06-05i386/sev: Reorder struct declarationsDov Murik
2024-06-05i386/sev: Extract build_kernel_loader_hashesDov Murik
2024-06-05i386/sev: Enable KVM_HC_MAP_GPA_RANGE hcall for SNP guestsMichael Roth
2024-06-05i386/sev: Invoke launch_updata_data() for SNP classPankaj Gupta
2024-06-05i386/sev: Invoke launch_updata_data() for SEV classPaolo Bonzini
2024-06-05hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabledBrijesh Singh
2024-06-05i386/sev: Add support for SNP CPUID validationMichael Roth
2024-06-05i386/sev: Add support for populating OVMF metadata pagesBrijesh Singh
2024-06-05hw/i386/sev: Add function to get SEV metadata from OVMF headerBrijesh Singh
2024-06-05i386/sev: Set CPU state to protected once SNP guest payload is finalizedMichael Roth
2024-06-05i386/sev: Add handling to encrypt/finalize guest launch dataBrijesh Singh
2024-06-05i386/sev: Add the SNP launch start contextBrijesh Singh
2024-06-05i386/sev: Update query-sev QAPI format to handle SEV-SNPMichael Roth
2024-06-05i386/sev: Add a class method to determine KVM VM type for SNP guestsPaolo Bonzini
2024-06-05i386/sev: Don't return launch measurements for SEV-SNP guestsMichael Roth
2024-06-05i386/sev: Add snp_kvm_init() override for SNP classPankaj Gupta
2024-06-05i386/sev: Add sev_kvm_init() override for SEV classPankaj Gupta
2024-06-05i386/sev: Add a sev_snp_enabled() helperMichael Roth
2024-06-05i386/sev: Introduce 'sev-snp-guest' objectBrijesh Singh
2024-06-05i386/sev: Move sev_launch_finish to separate class methodPankaj Gupta
2024-06-05i386/sev: Move sev_launch_update to separate class methodPankaj Gupta
2024-06-05i386/sev: Introduce "sev-common" type to encapsulate common SEV stateMichael Roth
2024-06-05i386/sev: Replace error_report with error_setgPankaj Gupta
2024-04-23hw/i386/sev: Use legacy SEV VM types for older machine typesMichael Roth
2024-04-23i386/sev: Add 'legacy-vm-type' parameter for SEV guest objectsMichael Roth
2024-04-23target/i386: SEV: use KVM_SEV_INIT2 if possiblePaolo Bonzini
2024-04-23target/i386: introduce x86-confidential-guestPaolo Bonzini
2024-04-23KVM: track whether guest state is encryptedPaolo Bonzini
2024-04-23i386/sev: Switch to use confidential_guest_kvm_init()Xiaoyao Li
2024-03-09target/i386/sev: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-01-18remove unnecessary casts from uintptr_tPaolo Bonzini
2023-10-20migration: simplify blockersSteve Sistare
2023-04-28i386/sev: Update checks and information related to reduced-phys-bitsTom Lendacky
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster
2022-04-06qapi, target/i386/sev: Add cpu0-id to query-sev-capabilitiesDov Murik
2021-11-18target/i386/sev: Replace qemu_map_ram_ptr with address_space_mapDov Murik
2021-11-18target/i386/sev: Perform padding calculations at compile-timeDov Murik
2021-11-18target/i386/sev: Fail when invalid hashes table area detectedDov Murik
2021-11-18target/i386/sev: Rephrase error message when no hashes table in guest firmwareDov Murik
2021-11-18target/i386/sev: Add kernel hashes only if sev-guest.kernel-hashes=onDov Murik
2021-11-18qapi/qom,target/i386: sev-guest: Introduce kernel-hashes=on|off optionDov Murik
2021-10-13target/i386/sev: Use local variable for kvm_sev_launch_measureDov Murik
2021-10-13target/i386/sev: Use local variable for kvm_sev_launch_startDov Murik
2021-10-13monitor: Reduce hmp_info_sev() declarationPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_query_sev() & hmp_info_sev() to sev.cPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_query_sev_launch_measure() to sev.cPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_query_sev_capabilities() to sev.cPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_sev_inject_launch_secret() to sev.cPhilippe Mathieu-Daudé