index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
sev.c
Age
Commit message (
Expand
)
Author
2023-10-20
migration: simplify blockers
Steve Sistare
2023-04-28
i386/sev: Update checks and information related to reduced-phys-bits
Tom Lendacky
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
2023-02-23
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
2022-04-06
qapi, target/i386/sev: Add cpu0-id to query-sev-capabilities
Dov Murik
2021-11-18
target/i386/sev: Replace qemu_map_ram_ptr with address_space_map
Dov Murik
2021-11-18
target/i386/sev: Perform padding calculations at compile-time
Dov Murik
2021-11-18
target/i386/sev: Fail when invalid hashes table area detected
Dov Murik
2021-11-18
target/i386/sev: Rephrase error message when no hashes table in guest firmware
Dov Murik
2021-11-18
target/i386/sev: Add kernel hashes only if sev-guest.kernel-hashes=on
Dov Murik
2021-11-18
qapi/qom,target/i386: sev-guest: Introduce kernel-hashes=on|off option
Dov Murik
2021-10-13
target/i386/sev: Use local variable for kvm_sev_launch_measure
Dov Murik
2021-10-13
target/i386/sev: Use local variable for kvm_sev_launch_start
Dov Murik
2021-10-13
monitor: Reduce hmp_info_sev() declaration
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Move qmp_query_sev() & hmp_info_sev() to sev.c
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Move qmp_query_sev_launch_measure() to sev.c
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Move qmp_query_sev_capabilities() to sev.c
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Move qmp_sev_inject_launch_secret() to sev.c
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Move qmp_query_sev_attestation_report() to sev.c
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Rename sev_i386.h -> sev.h
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Use g_autofree in sev_launch_get_measure()
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: sev_get_attestation_report use g_autofree
Dr. David Alan Gilbert
2021-10-13
target/i386/sev: Remove sev_get_me_mask()
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Prefix QMP errors with 'SEV'
Philippe Mathieu-Daudé
2021-10-05
sev/i386: Introduce sev_add_kernel_loader_hashes for measured linux boot
Dov Murik
2021-09-30
target/i386: Fix memory leak in sev_read_file_base64()
Peter Maydell
2021-08-26
error: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
2021-06-01
sev: add missing firmware error conditions
Connor Kuehl
2021-06-01
sev: use explicit indices for mapping firmware error codes to strings
Connor Kuehl
2021-06-01
target/i386/sev: add support to query the attestation report
Brijesh Singh
2021-05-13
numa: Teach ram block notifiers about resizeable ram blocks
David Hildenbrand
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-02-16
sev/i386: Enable an SEV-ES guest based on SEV policy
Tom Lendacky
2021-02-16
sev/i386: Allow AP booting under SEV-ES
Paolo Bonzini
2021-02-16
sev/i386: Require in-kernel irqchip support for SEV-ES guests
Tom Lendacky
2021-02-16
sev/i386: Add initial support for SEV-ES
Tom Lendacky
2021-02-08
confidential guest support: Move SEV initialization into arch specific code
David Gibson
2021-02-08
confidential guest support: Introduce cgs "ready" flag
David Gibson
2021-02-08
sev: Add Error ** to sev_kvm_init()
David Gibson
2021-02-08
confidential guest support: Rework the "memory-encryption" property
David Gibson
2021-02-08
sev: Remove false abstraction of flash encryption
David Gibson
2021-02-08
confidential guest support: Introduce new confidential guest support class
David Gibson
2020-12-10
sev: add sev-inject-launch-secret
Tobin Feldman-Fitzthum
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-02
target/i386/sev: Plug memleak in sev_read_file_base64
Pan Nengyuan
2020-07-10
target/i386: sev: fail query-sev-capabilities if QEMU cannot use SEV
Paolo Bonzini
2020-07-10
target/i386: sev: provide proper error reporting for query-sev-capabilities
Paolo Bonzini
[next]