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
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-03-18
target/i386: sev: Do not pin the ram device memory region
Singh, Brijesh
2018-12-20
Clean up includes
Markus Armbruster
2018-05-09
target/i386: sev: fix memory leaks
Paolo Bonzini
2018-04-02
sev/i386: fix memory leak in sev_guest_init()
Greg Kurz
2018-03-13
sev/i386: add sev_get_capabilities()
Brijesh Singh
2018-03-13
sev/i386: add migration blocker
Brijesh Singh
2018-03-13
sev/i386: finalize the SEV guest launch flow
Brijesh Singh
2018-03-13
sev/i386: add support to LAUNCH_MEASURE command
Brijesh Singh
2018-03-13
sev/i386: add command to encrypt guest memory region
Brijesh Singh
2018-03-13
sev/i386: add command to create launch memory encryption context
Brijesh Singh
2018-03-13
sev/i386: register the guest memory range which may contain encrypted data
Brijesh Singh
2018-03-13
sev/i386: add command to initialize the memory encryption context
Brijesh Singh
2018-03-13
target/i386: add Secure Encrypted Virtualization (SEV) object
Brijesh Singh