qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 0/2] sev: enable secret injection to a self described area


From: Paolo Bonzini
Subject: Re: [PATCH v3 0/2] sev: enable secret injection to a self described area in OVMF
Date: Fri, 5 Feb 2021 11:58:35 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

On 04/02/21 20:39, James Bottomley wrote:
v3: add bounds checking and remove misleading comment

v2: fix build issues and update comments.  Also drop the first patch
     which is now merged upstream

The two patches introduce a parser for the optional OVMF description
table which is placed just below the reset vector (the format of the
table is described in the patch itself) and also adds a hook to pull
out the description of the SEV secret area location and use it in
place of the sev-inject-launch-secret gpa.

James

---

James Bottomley (2):
   pc: add parser for OVMF reset block
   sev: update sev-inject-launch-secret to make gpa optional

  hw/i386/pc_sysfw.c    | 112 ++++++++++++++++++++++++++++++++++++++++++
  include/hw/i386/pc.h  |   4 ++
  qapi/misc-target.json |   2 +-
  target/i386/monitor.c |  23 ++++++++-
  4 files changed, 139 insertions(+), 2 deletions(-)


Queued, thanks.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]