qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* SEV: QMP support for Inject-Launch-Secret
@ 2020-06-30 13:41 Tobin Feldman-Fitzthum
  2020-06-30 13:41 ` [PATCH 1/1] " Tobin Feldman-Fitzthum
  0 siblings, 1 reply; 4+ messages in thread
From: Tobin Feldman-Fitzthum @ 2020-06-30 13:41 UTC (permalink / raw)
  To: qemu-devel
  Cc: thomas.lendacky, jejb, tobin, dgilbert, Tobin Feldman-Fitzthum,
	pbonzini, brijesh.singh

This is an update to part of a patch submitted previously to
provide support for injecting a secret blob into guest memory
using AMD SEV.

The user provides a header and a wrapped secret blob via QMP,
which are provided to the AMD Secure Processor and injected
into the guest.

Note that this patch requires the user to provide the guest
physical address where the secret will be injected via QMP.

Tobin Feldman-Fitzthum (1):
  sev: add sev-inject-launch-secret

 include/monitor/monitor.h |  3 ++
 include/sysemu/sev.h      |  2 ++
 monitor/misc.c            |  8 ++---
 qapi/misc-target.json     | 18 +++++++++++
 target/i386/monitor.c     |  9 ++++++
 target/i386/sev-stub.c    |  5 +++
 target/i386/sev.c         | 66 +++++++++++++++++++++++++++++++++++++++
 target/i386/trace-events  |  1 +
 8 files changed, 108 insertions(+), 4 deletions(-)

-- 
2.20.1 (Apple Git-117)



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-02 17:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-30 13:41 SEV: QMP support for Inject-Launch-Secret Tobin Feldman-Fitzthum
2020-06-30 13:41 ` [PATCH 1/1] " Tobin Feldman-Fitzthum
2020-07-02 15:53   ` Dr. David Alan Gilbert
2020-07-02 16:56     ` tobin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).