aboutsummaryrefslogtreecommitdiff
path: root/target/i386/sev.c
AgeCommit message (Expand)Author
2023-10-20migration: simplify blockersSteve Sistare
2023-04-28i386/sev: Update checks and information related to reduced-phys-bitsTom Lendacky
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster
2022-04-06qapi, target/i386/sev: Add cpu0-id to query-sev-capabilitiesDov Murik
2021-11-18target/i386/sev: Replace qemu_map_ram_ptr with address_space_mapDov Murik
2021-11-18target/i386/sev: Perform padding calculations at compile-timeDov Murik
2021-11-18target/i386/sev: Fail when invalid hashes table area detectedDov Murik
2021-11-18target/i386/sev: Rephrase error message when no hashes table in guest firmwareDov Murik
2021-11-18target/i386/sev: Add kernel hashes only if sev-guest.kernel-hashes=onDov Murik
2021-11-18qapi/qom,target/i386: sev-guest: Introduce kernel-hashes=on|off optionDov Murik
2021-10-13target/i386/sev: Use local variable for kvm_sev_launch_measureDov Murik
2021-10-13target/i386/sev: Use local variable for kvm_sev_launch_startDov Murik
2021-10-13monitor: Reduce hmp_info_sev() declarationPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_query_sev() & hmp_info_sev() to sev.cPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_query_sev_launch_measure() to sev.cPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_query_sev_capabilities() to sev.cPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_sev_inject_launch_secret() to sev.cPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_query_sev_attestation_report() to sev.cPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Rename sev_i386.h -> sev.hPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Use g_autofree in sev_launch_get_measure()Philippe Mathieu-Daudé
2021-10-13target/i386/sev: sev_get_attestation_report use g_autofreeDr. David Alan Gilbert
2021-10-13target/i386/sev: Remove sev_get_me_mask()Philippe Mathieu-Daudé
2021-10-13target/i386/sev: Prefix QMP errors with 'SEV'Philippe Mathieu-Daudé
2021-10-05sev/i386: Introduce sev_add_kernel_loader_hashes for measured linux bootDov Murik
2021-09-30target/i386: Fix memory leak in sev_read_file_base64()Peter Maydell
2021-08-26error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster
2021-06-01sev: add missing firmware error conditionsConnor Kuehl
2021-06-01sev: use explicit indices for mapping firmware error codes to stringsConnor Kuehl
2021-06-01target/i386/sev: add support to query the attestation reportBrijesh Singh
2021-05-13numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-02-16sev/i386: Enable an SEV-ES guest based on SEV policyTom Lendacky
2021-02-16sev/i386: Allow AP booting under SEV-ESPaolo Bonzini
2021-02-16sev/i386: Require in-kernel irqchip support for SEV-ES guestsTom Lendacky
2021-02-16sev/i386: Add initial support for SEV-ESTom Lendacky
2021-02-08confidential guest support: Move SEV initialization into arch specific codeDavid Gibson
2021-02-08confidential guest support: Introduce cgs "ready" flagDavid Gibson
2021-02-08sev: Add Error ** to sev_kvm_init()David Gibson
2021-02-08confidential guest support: Rework the "memory-encryption" propertyDavid Gibson
2021-02-08sev: Remove false abstraction of flash encryptionDavid Gibson
2021-02-08confidential guest support: Introduce new confidential guest support classDavid Gibson
2020-12-10sev: add sev-inject-launch-secretTobin Feldman-Fitzthum
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-02target/i386/sev: Plug memleak in sev_read_file_base64Pan Nengyuan
2020-07-10target/i386: sev: fail query-sev-capabilities if QEMU cannot use SEVPaolo Bonzini
2020-07-10target/i386: sev: provide proper error reporting for query-sev-capabilitiesPaolo Bonzini