aboutsummaryrefslogtreecommitdiff
path: root/target/i386/sev.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-07-19target/i386: sev: fix failed message typosJiri Slaby1-2/+2
2019-07-15target/i386: sev: Do not unpin ram device memory regionAlex Williamson1-0/+11
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-03-18target/i386: sev: Do not pin the ram device memory regionSingh, Brijesh1-0/+11
2018-12-20Clean up includesMarkus Armbruster1-1/+2
2018-05-09target/i386: sev: fix memory leaksPaolo Bonzini1-15/+17
2018-04-02sev/i386: fix memory leak in sev_guest_init()Greg Kurz1-1/+3
2018-03-13sev/i386: add sev_get_capabilities()Brijesh Singh1-0/+83
2018-03-13sev/i386: add migration blockerBrijesh Singh1-0/+13
2018-03-13sev/i386: finalize the SEV guest launch flowBrijesh Singh1-0/+29
2018-03-13sev/i386: add support to LAUNCH_MEASURE commandBrijesh Singh1-0/+63
2018-03-13sev/i386: add command to encrypt guest memory regionBrijesh Singh1-0/+43
2018-03-13sev/i386: add command to create launch memory encryption contextBrijesh Singh1-0/+86
2018-03-13sev/i386: register the guest memory range which may contain encrypted dataBrijesh Singh1-0/+42
2018-03-13sev/i386: add command to initialize the memory encryption contextBrijesh Singh1-0/+224
2018-03-13target/i386: add Secure Encrypted Virtualization (SEV) objectBrijesh Singh1-0/+228