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.c
Age
Commit message (
Expand
)
Author
2024-06-05
i386/sev: Allow measured direct kernel boot on SNP
Dov Murik
2024-06-05
i386/sev: Reorder struct declarations
Dov Murik
2024-06-05
i386/sev: Extract build_kernel_loader_hashes
Dov Murik
2024-06-05
i386/sev: Enable KVM_HC_MAP_GPA_RANGE hcall for SNP guests
Michael Roth
2024-06-05
i386/sev: Invoke launch_updata_data() for SNP class
Pankaj Gupta
2024-06-05
i386/sev: Invoke launch_updata_data() for SEV class
Paolo Bonzini
2024-06-05
hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabled
Brijesh Singh
2024-06-05
i386/sev: Add support for SNP CPUID validation
Michael Roth
2024-06-05
i386/sev: Add support for populating OVMF metadata pages
Brijesh Singh
2024-06-05
hw/i386/sev: Add function to get SEV metadata from OVMF header
Brijesh Singh
2024-06-05
i386/sev: Set CPU state to protected once SNP guest payload is finalized
Michael Roth
2024-06-05
i386/sev: Add handling to encrypt/finalize guest launch data
Brijesh Singh
2024-06-05
i386/sev: Add the SNP launch start context
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 class method to determine KVM VM type for SNP guests
Paolo Bonzini
2024-06-05
i386/sev: Don't return launch measurements for SEV-SNP guests
Michael Roth
2024-06-05
i386/sev: Add snp_kvm_init() override for SNP class
Pankaj Gupta
2024-06-05
i386/sev: Add sev_kvm_init() override for SEV class
Pankaj Gupta
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: Move sev_launch_finish to separate class method
Pankaj Gupta
2024-06-05
i386/sev: Move sev_launch_update to separate class method
Pankaj Gupta
2024-06-05
i386/sev: Introduce "sev-common" type to encapsulate common SEV state
Michael Roth
2024-06-05
i386/sev: Replace error_report with error_setg
Pankaj Gupta
2024-04-23
hw/i386/sev: Use legacy SEV VM types for older machine types
Michael Roth
2024-04-23
i386/sev: Add 'legacy-vm-type' parameter for SEV guest objects
Michael Roth
2024-04-23
target/i386: SEV: use KVM_SEV_INIT2 if possible
Paolo Bonzini
2024-04-23
target/i386: introduce x86-confidential-guest
Paolo Bonzini
2024-04-23
KVM: track whether guest state is encrypted
Paolo Bonzini
2024-04-23
i386/sev: Switch to use confidential_guest_kvm_init()
Xiaoyao Li
2024-03-09
target/i386/sev: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-01-18
remove unnecessary casts from uintptr_t
Paolo Bonzini
2023-10-20
migration: simplify blockers
Steve Sistare
2023-04-28
i386/sev: Update checks and information related to reduced-phys-bits
Tom Lendacky
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
2023-02-23
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
2022-04-06
qapi, target/i386/sev: Add cpu0-id to query-sev-capabilities
Dov Murik
2021-11-18
target/i386/sev: Replace qemu_map_ram_ptr with address_space_map
Dov Murik
2021-11-18
target/i386/sev: Perform padding calculations at compile-time
Dov Murik
2021-11-18
target/i386/sev: Fail when invalid hashes table area detected
Dov Murik
2021-11-18
target/i386/sev: Rephrase error message when no hashes table in guest firmware
Dov Murik
2021-11-18
target/i386/sev: Add kernel hashes only if sev-guest.kernel-hashes=on
Dov Murik
2021-11-18
qapi/qom,target/i386: sev-guest: Introduce kernel-hashes=on|off option
Dov Murik
2021-10-13
target/i386/sev: Use local variable for kvm_sev_launch_measure
Dov Murik
2021-10-13
target/i386/sev: Use local variable for kvm_sev_launch_start
Dov Murik
2021-10-13
monitor: Reduce hmp_info_sev() declaration
Philippe Mathieu-Daudé
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_sev_inject_launch_secret() to sev.c
Philippe Mathieu-Daudé
[next]