Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-10-13 | target/i386/sev: Move qmp_query_sev() & hmp_info_sev() to sev.c | Philippe Mathieu-Daudé | 1 | -2/+0 |
2021-10-13 | target/i386/sev: Move qmp_query_sev_launch_measure() to sev.c | Philippe Mathieu-Daudé | 1 | -1/+0 |
2021-10-13 | target/i386/sev: Move qmp_query_sev_capabilities() to sev.c | Philippe Mathieu-Daudé | 1 | -1/+0 |
2021-10-13 | target/i386/sev: Move qmp_query_sev_attestation_report() to sev.c | Philippe Mathieu-Daudé | 1 | -2/+0 |
2021-10-13 | target/i386/sev: Remove stubs by using code elision | Philippe Mathieu-Daudé | 1 | -1/+11 |
2021-10-13 | target/i386/sev: Declare system-specific functions in 'sev.h' | Philippe Mathieu-Daudé | 1 | -1/+11 |
2021-10-13 | target/i386/sev: Rename sev_i386.h -> sev.h | Philippe Mathieu-Daudé | 1 | -0/+48 |