index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
sev.h
Age
Commit message (
Expand
)
Author
2024-06-05
hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabled
Brijesh Singh
2024-06-05
hw/i386/sev: Add function to get SEV metadata from OVMF header
Brijesh Singh
2024-06-05
i386/sev: Update query-sev QAPI format to handle SEV-SNP
Michael Roth
2024-06-05
i386/sev: Add a sev_snp_enabled() helper
Michael Roth
2024-06-05
i386/sev: Introduce 'sev-snp-guest' object
Brijesh Singh
2024-06-05
i386/sev: Introduce "sev-common" type to encapsulate common SEV state
Michael Roth
2024-04-23
i386/sev: Switch to use confidential_guest_kvm_init()
Xiaoyao Li
2023-08-31
bulk: Do not declare function prototypes using 'extern' keyword
Philippe Mathieu-Daudé
2022-05-11
Clean up header guards that don't match their file name
Markus Armbruster
2021-10-13
target/i386/sev: Move qmp_query_sev() & hmp_info_sev() to sev.c
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Move qmp_query_sev_launch_measure() to sev.c
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Move qmp_query_sev_capabilities() to sev.c
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Move qmp_query_sev_attestation_report() to sev.c
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Remove stubs by using code elision
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Declare system-specific functions in 'sev.h'
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Rename sev_i386.h -> sev.h
Philippe Mathieu-Daudé