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
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
2020-07-02
target/i386: sev: Use ram_block_discard_disable()
David Hildenbrand
2020-06-12
target/i386: sev: Unify SEVState and SevGuestState
David Gibson
2020-06-12
target/i386: sev: Remove redundant handle field
David Gibson
2020-06-12
target/i386: sev: Remove redundant policy field
David Gibson
2020-06-12
target/i386: sev: Remove redundant cbitpos and reduced_phys_bits fields
David Gibson
2020-06-12
target/i386: sev: Partial cleanup to sev_state global
David Gibson
2020-06-12
target/i386: sev: Embed SEVState in SevGuestState
David Gibson
2020-06-12
target/i386: sev: Rename QSevGuestInfo
David Gibson
2020-06-12
target/i386: sev: Move local structure definitions into .c file
David Gibson
2020-06-12
target/i386: sev: Remove unused QSevGuestInfoClass
David Gibson
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
qom: Drop object_property_set_description() parameter @errp
Markus Armbruster
2020-03-16
qom/object: Use common get/set uint helpers
Felipe Franciosi
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-07-19
target/i386: sev: fix failed message typos
Jiri Slaby
2019-07-15
target/i386: sev: Do not unpin ram device memory region
Alex Williamson
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-03-18
target/i386: sev: Do not pin the ram device memory region
Singh, Brijesh
2018-12-20
Clean up includes
Markus Armbruster
2018-05-09
target/i386: sev: fix memory leaks
Paolo Bonzini
2018-04-02
sev/i386: fix memory leak in sev_guest_init()
Greg Kurz
2018-03-13
sev/i386: add sev_get_capabilities()
Brijesh Singh
2018-03-13
sev/i386: add migration blocker
Brijesh Singh
2018-03-13
sev/i386: finalize the SEV guest launch flow
Brijesh Singh
2018-03-13
sev/i386: add support to LAUNCH_MEASURE command
Brijesh Singh
[next]