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-stub.c
Age
Commit message (
Expand
)
Author
2021-10-13
target/i386/sev: Remove stubs by using code elision
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Rename sev_i386.h -> sev.h
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Restrict SEV to system emulation
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Mark unreachable code with g_assert_not_reached()
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Remove sev_get_me_mask()
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev_i386.h: Remove unused headers
Philippe Mathieu-Daudé
2021-10-05
sev/i386: Introduce sev_add_kernel_loader_hashes for measured linux boot
Dov Murik
2021-06-01
target/i386/sev: add support to query the attestation report
Brijesh Singh
2021-02-16
sev/i386: Allow AP booting under SEV-ES
Paolo Bonzini
2021-02-16
sev/i386: Add initial support for SEV-ES
Tom Lendacky
2021-02-08
sev: Remove false abstraction of flash encryption
David Gibson
2020-12-10
sev: add sev-inject-launch-secret
Tobin Feldman-Fitzthum
2020-07-10
target/i386: sev: provide proper error reporting for query-sev-capabilities
Paolo Bonzini
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2018-03-13
sev/i386: add sev_get_capabilities()
Brijesh Singh
2018-03-13
sev/i386: add support to LAUNCH_MEASURE command
Brijesh Singh
2018-03-13
sev/i386: add command to initialize the memory encryption context
Brijesh Singh