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