kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: David Gibson <david@gibson.dropbear.id.au>
Cc: "Halil Pasic" <pasic@linux.ibm.com>,
	"Dr. David Alan Gilbert" <dgilbert@redhat.com>,
	pair@us.ibm.com, "QEMU Developers" <qemu-devel@nongnu.org>,
	"Brijesh Singh" <brijesh.singh@amd.com>,
	"Thomas Huth" <thuth@redhat.com>,
	"Cornelia Huck" <cohuck@redhat.com>,
	"Daniel P. Berrangé" <berrange@redhat.com>,
	"Eduardo Habkost" <ehabkost@redhat.com>,
	kvm-devel <kvm@vger.kernel.org>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	"Marcelo Tosatti" <mtosatti@redhat.com>,
	"Richard Henderson" <richard.henderson@linaro.org>,
	"Michael Roth" <mdroth@linux.vnet.ibm.com>,
	"Christian Borntraeger" <borntraeger@de.ibm.com>,
	qemu-s390x <qemu-s390x@nongnu.org>, "Greg Kurz" <groug@kaod.org>,
	qemu-ppc <qemu-ppc@nongnu.org>,
	pragyansri.pathi@intel.com, jun.nakajima@intel.com,
	andi.kleen@intel.com, "Paolo Bonzini" <pbonzini@redhat.com>,
	"David Hildenbrand" <david@redhat.com>,
	"Janosch Frank" <frankja@linux.ibm.com>
Subject: Re: [PULL v9 00/13] Cgs patches
Date: Mon, 8 Feb 2021 13:00:35 +0000	[thread overview]
Message-ID: <CAFEAcA-wRzKJSqh1fVUUkcTsVZCnceoAoe5W+BaCOzcrJVH0YA@mail.gmail.com> (raw)
In-Reply-To: <20210208060538.39276-1-david@gibson.dropbear.id.au>

On Mon, 8 Feb 2021 at 06:11, David Gibson <david@gibson.dropbear.id.au> wrote:
>
> The following changes since commit 5b19cb63d9dfda41b412373b8c9fe14641bcab60:
>
>   Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210205' in=
> to staging (2021-02-05 22:59:12 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/dgibson/qemu.git tags/cgs-pull-request
>
> for you to fetch changes up to 651615d92d244a6dfd7c81ab97bd3369fbe41d06:
>
>   s390: Recognize confidential-guest-support option (2021-02-08 16:57:38 +110=
> 0)
>
> ----------------------------------------------------------------
> Generalize memory encryption models


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM

  parent reply	other threads:[~2021-02-08 13:01 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-08  6:05 [PULL v9 00/13] Cgs patches David Gibson
2021-02-08  6:05 ` [PULL v9 01/13] qom: Allow optional sugar props David Gibson
2021-02-08  6:05 ` [PULL v9 02/13] confidential guest support: Introduce new confidential guest support class David Gibson
2021-02-08  6:05 ` [PULL v9 03/13] sev: Remove false abstraction of flash encryption David Gibson
2021-02-08  6:05 ` [PULL v9 04/13] confidential guest support: Move side effect out of machine_set_memory_encryption() David Gibson
2021-02-08  6:05 ` [PULL v9 05/13] confidential guest support: Rework the "memory-encryption" property David Gibson
2021-02-08  6:05 ` [PULL v9 06/13] sev: Add Error ** to sev_kvm_init() David Gibson
2021-02-08  6:05 ` [PULL v9 07/13] confidential guest support: Introduce cgs "ready" flag David Gibson
2021-02-08  6:05 ` [PULL v9 08/13] confidential guest support: Move SEV initialization into arch specific code David Gibson
2021-02-08  6:05 ` [PULL v9 09/13] confidential guest support: Update documentation David Gibson
2021-02-08  6:05 ` [PULL v9 10/13] spapr: Add PEF based confidential guest support David Gibson
2021-02-08  6:05 ` [PULL v9 11/13] spapr: PEF: prevent migration David Gibson
2021-02-08  6:05 ` [PULL v9 12/13] confidential guest support: Alter virtio default properties for protected guests David Gibson
2021-02-08  6:05 ` [PULL v9 13/13] s390: Recognize confidential-guest-support option David Gibson
2021-02-08 13:00 ` Peter Maydell [this message]
2021-05-17 10:58 ` [PULL v9 00/13] Cgs patches Philippe Mathieu-Daudé
2021-02-08  6:07 David Gibson

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=CAFEAcA-wRzKJSqh1fVUUkcTsVZCnceoAoe5W+BaCOzcrJVH0YA@mail.gmail.com \
    --to=peter.maydell@linaro.org \
    --cc=andi.kleen@intel.com \
    --cc=berrange@redhat.com \
    --cc=borntraeger@de.ibm.com \
    --cc=brijesh.singh@amd.com \
    --cc=cohuck@redhat.com \
    --cc=david@gibson.dropbear.id.au \
    --cc=david@redhat.com \
    --cc=dgilbert@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=frankja@linux.ibm.com \
    --cc=groug@kaod.org \
    --cc=jun.nakajima@intel.com \
    --cc=kvm@vger.kernel.org \
    --cc=mdroth@linux.vnet.ibm.com \
    --cc=mst@redhat.com \
    --cc=mtosatti@redhat.com \
    --cc=pair@us.ibm.com \
    --cc=pasic@linux.ibm.com \
    --cc=pbonzini@redhat.com \
    --cc=pragyansri.pathi@intel.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    --cc=qemu-s390x@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=thuth@redhat.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
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).