From: James Bottomley <jejb@linux.ibm.com> To: qemu-devel@nongnu.org Cc: thomas.lendacky@amd.com, ashish.kalra@amd.com, brijesh.singh@amd.com, david.kaplan@amd.com, jejb@linux.ibm.com, jon.grimm@amd.com, tobin@ibm.com, frankeh@us.ibm.com, "Dr . David Alan Gilbert" <dgilbert@redhat.com>, dovmurik@linux.vnet.ibm.com, Dov.Murik1@il.ibm.com, pbonzini@redhat.com, berrange@redhat.com Subject: [PATCH v2 0/2] sev: enable secret injection to a self described area in OVMF Date: Mon, 14 Dec 2020 07:44:27 -0800 Message-ID: <20201214154429.11023-1-jejb@linux.ibm.com> (raw) 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 | 106 ++++++++++++++++++++++++++++++++++++++++++ include/hw/i386/pc.h | 4 ++ qapi/misc-target.json | 2 +- target/i386/monitor.c | 27 ++++++++++- 4 files changed, 137 insertions(+), 2 deletions(-) -- 2.26.2
next reply index Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-12-14 15:44 James Bottomley [this message] 2020-12-14 15:44 ` [PATCH v2 1/2] pc: add parser for OVMF reset block James Bottomley 2020-12-14 15:44 ` [PATCH v2 2/2] sev: update sev-inject-launch-secret to make gpa optional James Bottomley
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20201214154429.11023-1-jejb@linux.ibm.com \ --to=jejb@linux.ibm.com \ --cc=Dov.Murik1@il.ibm.com \ --cc=ashish.kalra@amd.com \ --cc=berrange@redhat.com \ --cc=brijesh.singh@amd.com \ --cc=david.kaplan@amd.com \ --cc=dgilbert@redhat.com \ --cc=dovmurik@linux.vnet.ibm.com \ --cc=frankeh@us.ibm.com \ --cc=jon.grimm@amd.com \ --cc=pbonzini@redhat.com \ --cc=qemu-devel@nongnu.org \ --cc=thomas.lendacky@amd.com \ --cc=tobin@ibm.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
QEMU-Devel Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/qemu-devel/0 qemu-devel/git/0.git git clone --mirror https://lore.kernel.org/qemu-devel/1 qemu-devel/git/1.git git clone --mirror https://lore.kernel.org/qemu-devel/2 qemu-devel/git/2.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 qemu-devel qemu-devel/ https://lore.kernel.org/qemu-devel \ qemu-devel@nongnu.org public-inbox-index qemu-devel Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.nongnu.qemu-devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git