summaryrefslogtreecommitdiff
path: root/target/i386/sev.c
AgeCommit message (Expand)AuthorFilesLines
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