From: David Gibson <david@gibson.dropbear.id.au>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: brijesh.singh@amd.com, Eduardo Habkost <ehabkost@redhat.com>,
qemu-devel@nongnu.org, dgilbert@redhat.com, ekabkost@redhat.com,
philmd@redhat.com, rth@twiddle.net
Subject: Re: [PATCH 0/9] AMD SEV: Cleanup state handling
Date: Wed, 10 Jun 2020 15:04:13 +1000 [thread overview]
Message-ID: <20200610050413.GL494336@umbus.fritz.box> (raw)
In-Reply-To: <d9b13bf3-2b72-1a13-d3c1-2e31c411e236@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1902 bytes --]
On Thu, Jun 04, 2020 at 08:37:47PM +0200, Paolo Bonzini wrote:
> On 04/06/20 08:42, David Gibson wrote:
> > This series has an assortment of cleanups to the AMD SEV memory
> > encryption code. Amongst other things it:
> > * Removes the confusion between struct SEVState and enum SevState
> > * Reduces use of global variables
> > * Unifies some ad-hoc structures with an existing QOM object
> >
> > I made these changes along the way to building a framework for common
> > handling of mechanisms for protecting guests from compromised hosts
> > (such as AMD SEV, IBM's PEF and others). However, I think the changes
> > make sense on their own, so I'm sending them for inclusion now, while
> > finishing the polish on the rest of those patches.
> >
> > Please apply.
> >
> > David Gibson (9):
> > target/i386: sev: Remove unused QSevGuestInfoClass
> > target/i386: sev: Move local structure definitions into .c file
> > target/i386: sev: Rename QSevGuestInfo
> > target/i386: sev: Embed SEVState in SevGuestState
> > target/i386: sev: Partial cleanup to sev_state global
> > target/i386: sev: Remove redundant cbitpos and reduced_phys_bits
> > fields
> > target/i386: sev: Remove redundant policy field
> > target/i386: sev: Remove redundant handle field
> > target/i386: sev: Unify SEVState and SevGuestState
> >
> > target/i386/sev.c | 257 +++++++++++++++++++++++------------------
> > target/i386/sev_i386.h | 49 --------
> > 2 files changed, 143 insertions(+), 163 deletions(-)
>
> Queued, thanks.
Do you have a best guess at when these might merge? I have another
series based on this one I'd like to move forward with.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2020-06-10 5:11 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-04 6:42 [PATCH 0/9] AMD SEV: Cleanup state handling David Gibson
2020-06-04 6:42 ` [PATCH 1/9] target/i386: sev: Remove unused QSevGuestInfoClass David Gibson
2020-06-04 6:42 ` [PATCH 2/9] target/i386: sev: Move local structure definitions into .c file David Gibson
2020-06-04 6:42 ` [PATCH 3/9] target/i386: sev: Rename QSevGuestInfo David Gibson
2020-06-04 6:42 ` [PATCH 4/9] target/i386: sev: Embed SEVState in SevGuestState David Gibson
2020-06-04 6:42 ` [PATCH 5/9] target/i386: sev: Partial cleanup to sev_state global David Gibson
2020-06-04 6:52 ` Philippe Mathieu-Daudé
2020-06-04 6:42 ` [PATCH 6/9] target/i386: sev: Remove redundant cbitpos and reduced_phys_bits fields David Gibson
2020-06-04 6:42 ` [PATCH 7/9] target/i386: sev: Remove redundant policy field David Gibson
2020-06-04 6:42 ` [PATCH 8/9] target/i386: sev: Remove redundant handle field David Gibson
2020-06-04 6:42 ` [PATCH 9/9] target/i386: sev: Unify SEVState and SevGuestState David Gibson
2020-06-04 18:37 ` [PATCH 0/9] AMD SEV: Cleanup state handling Paolo Bonzini
2020-06-10 5:04 ` David Gibson [this message]
2020-06-10 6:23 ` Paolo Bonzini
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=20200610050413.GL494336@umbus.fritz.box \
--to=david@gibson.dropbear.id.au \
--cc=brijesh.singh@amd.com \
--cc=dgilbert@redhat.com \
--cc=ehabkost@redhat.com \
--cc=ekabkost@redhat.com \
--cc=pbonzini@redhat.com \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).