aboutsummaryrefslogtreecommitdiff
path: root/target/i386/sev.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-18target/i386/sev: Replace qemu_map_ram_ptr with address_space_mapDov Murik1-3/+15
2021-11-18target/i386/sev: Perform padding calculations at compile-timeDov Murik1-10/+18
2021-11-18target/i386/sev: Fail when invalid hashes table area detectedDov Murik1-2/+6
2021-11-18target/i386/sev: Rephrase error message when no hashes table in guest firmwareDov Murik1-1/+2
2021-11-18target/i386/sev: Add kernel hashes only if sev-guest.kernel-hashes=onDov Murik1-0/+8
2021-11-18qapi/qom,target/i386: sev-guest: Introduce kernel-hashes=on|off optionDov Murik1-0/+20
2021-10-13target/i386/sev: Use local variable for kvm_sev_launch_measureDov Murik1-9/+7
2021-10-13target/i386/sev: Use local variable for kvm_sev_launch_startDov Murik1-13/+10
2021-10-13monitor: Reduce hmp_info_sev() declarationPhilippe Mathieu-Daudé1-1/+1
2021-10-13target/i386/sev: Move qmp_query_sev() & hmp_info_sev() to sev.cPhilippe Mathieu-Daudé1-2/+36
2021-10-13target/i386/sev: Move qmp_query_sev_launch_measure() to sev.cPhilippe Mathieu-Daudé1-2/+18
2021-10-13target/i386/sev: Move qmp_query_sev_capabilities() to sev.cPhilippe Mathieu-Daudé1-2/+6
2021-10-13target/i386/sev: Move qmp_sev_inject_launch_secret() to sev.cPhilippe Mathieu-Daudé1-0/+31
2021-10-13target/i386/sev: Move qmp_query_sev_attestation_report() to sev.cPhilippe Mathieu-Daudé1-2/+10
2021-10-13target/i386/sev: Rename sev_i386.h -> sev.hPhilippe Mathieu-Daudé1-1/+1
2021-10-13target/i386/sev: Use g_autofree in sev_launch_get_measure()Philippe Mathieu-Daudé1-9/+4
2021-10-13target/i386/sev: sev_get_attestation_report use g_autofreeDr. David Alan Gilbert1-8/+3
2021-10-13target/i386/sev: Remove sev_get_me_mask()Philippe Mathieu-Daudé1-9/+0
2021-10-13target/i386/sev: Prefix QMP errors with 'SEV'Philippe Mathieu-Daudé1-9/+11
2021-10-05sev/i386: Introduce sev_add_kernel_loader_hashes for measured linux bootDov Murik1-0/+137
2021-09-30target/i386: Fix memory leak in sev_read_file_base64()Peter Maydell1-1/+1
2021-08-26error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-7/+1
2021-06-01sev: add missing firmware error conditionsConnor Kuehl1-0/+2
2021-06-01sev: use explicit indices for mapping firmware error codes to stringsConnor Kuehl1-23/+23
2021-06-01target/i386/sev: add support to query the attestation reportBrijesh Singh1-0/+67
2021-05-13numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand1-8/+10
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-02-16sev/i386: Enable an SEV-ES guest based on SEV policyTom Lendacky1-1/+1
2021-02-16sev/i386: Allow AP booting under SEV-ESPaolo Bonzini1-0/+128
2021-02-16sev/i386: Require in-kernel irqchip support for SEV-ES guestsTom Lendacky1-0/+6
2021-02-16sev/i386: Add initial support for SEV-ESTom Lendacky1-2/+42
2021-02-08confidential guest support: Move SEV initialization into arch specific codeDavid Gibson1-1/+6
2021-02-08confidential guest support: Introduce cgs "ready" flagDavid Gibson1-0/+2
2021-02-08sev: Add Error ** to sev_kvm_init()David Gibson1-16/+15
2021-02-08confidential guest support: Rework the "memory-encryption" propertyDavid Gibson1-30/+2
2021-02-08sev: Remove false abstraction of flash encryptionDavid Gibson1-10/+14
2021-02-08confidential guest support: Introduce new confidential guest support classDavid Gibson1-2/+3
2020-12-10sev: add sev-inject-launch-secretTobin Feldman-Fitzthum1-0/+65
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-1/+2
2020-09-02target/i386/sev: Plug memleak in sev_read_file_base64Pan Nengyuan1-0/+1
2020-07-10target/i386: sev: fail query-sev-capabilities if QEMU cannot use SEVPaolo Bonzini1-0/+9
2020-07-10target/i386: sev: provide proper error reporting for query-sev-capabilitiesPaolo Bonzini1-9/+9
2020-07-02target/i386: sev: Use ram_block_discard_disable()David Hildenbrand1-0/+7
2020-06-12target/i386: sev: Unify SEVState and SevGuestStateDavid Gibson1-45/+34
2020-06-12target/i386: sev: Remove redundant handle fieldDavid Gibson1-8/+4
2020-06-12target/i386: sev: Remove redundant policy fieldDavid Gibson1-5/+2
2020-06-12target/i386: sev: Remove redundant cbitpos and reduced_phys_bits fieldsDavid Gibson1-12/+7