From: Eric Blake <eblake@redhat.com>
To: Quan Xu <quan.xu@intel.com>,
stefano.stabellini@eu.citrix.com, stefanb@linux.vnet.ibm.com
Cc: dgdegra@tycho.nsa.gov, wei.liu2@citrix.com,
qemu-devel@nongnu.org, xen-devel@lists.xen.org
Subject: Re: [Qemu-devel] [PATCH v6 1/6] Qemu-Xen-vTPM: Support for Xen stubdom vTPM command line options
Date: Tue, 05 May 2015 08:28:44 -0600 [thread overview]
Message-ID: <5548D39C.9080904@redhat.com> (raw)
In-Reply-To: <1430724181-476-2-git-send-email-quan.xu@intel.com>
[-- Attachment #1: Type: text/plain, Size: 545 bytes --]
On 05/04/2015 01:22 AM, Quan Xu wrote:
> Signed-off-by: Quan Xu <quan.xu@intel.com>
>
> --Changes in v6:
> -Remove stray insertion.
> ---
> configure | 14 ++++++++++++++
> hmp.c | 2 ++
> qapi-schema.json | 16 ++++++++++++++--
> qemu-options.hx | 13 +++++++++++--
> tpm.c | 7 ++++++-
> 5 files changed, 47 insertions(+), 5 deletions(-)
Reviewed-by: Eric Blake <eblake@redhat.com>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
next prev parent reply other threads:[~2015-05-05 14:29 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-04 7:22 [Qemu-devel] [PATCH v6 0/6] QEMU:Xen stubdom vTPM for HVM virtual machine(QEMU Part) Quan Xu
2015-05-04 7:22 ` [Qemu-devel] [PATCH v6 1/6] Qemu-Xen-vTPM: Support for Xen stubdom vTPM command line options Quan Xu
2015-05-05 14:28 ` Eric Blake [this message]
2015-05-06 2:02 ` Xu, Quan
2015-05-06 2:02 ` Xu, Quan
2015-05-05 14:28 ` Eric Blake
2015-05-04 7:22 ` Quan Xu
2015-05-04 7:22 ` [Qemu-devel] [PATCH v6 2/6] Qemu-Xen-vTPM: Xen frontend driver infrastructure Quan Xu
2015-05-04 7:22 ` Quan Xu
2015-05-07 17:25 ` Stefano Stabellini
2015-05-07 17:25 ` [Qemu-devel] " Stefano Stabellini
2015-05-12 1:28 ` [Qemu-devel] [Xen-devel] " Xu, Quan
2015-05-12 14:12 ` Stefano Stabellini
2015-05-12 14:12 ` Stefano Stabellini
2015-05-12 1:28 ` Xu, Quan
2015-05-08 9:52 ` [Qemu-devel] " Stefano Stabellini
2015-05-08 9:52 ` Stefano Stabellini
2015-05-04 7:22 ` [Qemu-devel] [PATCH v6 3/6] " Quan Xu
2015-05-04 7:22 ` Quan Xu
2015-05-04 12:57 ` Xu, Quan
2015-05-04 12:57 ` [Qemu-devel] " Xu, Quan
2015-05-04 15:36 ` Stefan Berger
2015-05-05 2:41 ` Xu, Quan
2015-05-05 2:41 ` [Qemu-devel] " Xu, Quan
2015-05-05 10:23 ` Stefan Berger
2015-05-11 12:56 ` Xu, Quan
2015-05-11 12:56 ` Xu, Quan
2015-05-11 14:49 ` Stefan Berger
2015-05-11 14:49 ` [Qemu-devel] " Stefan Berger
2015-05-11 14:51 ` Xu, Quan
2015-05-11 14:51 ` [Qemu-devel] " Xu, Quan
2015-05-04 15:36 ` Stefan Berger
2015-05-08 9:52 ` [Qemu-devel] " Stefano Stabellini
2015-05-08 9:52 ` Stefano Stabellini
2015-05-04 7:22 ` [PATCH v6 4/6] Qemu-Xen-vTPM: Move tpm_passthrough_is_selftest() into tpm_util.c Quan Xu
2015-05-04 7:22 ` [Qemu-devel] " Quan Xu
2015-05-04 15:25 ` Stefan Berger
2015-05-04 15:25 ` [Qemu-devel] " Stefan Berger
2015-05-05 2:33 ` Xu, Quan
2015-05-05 2:33 ` Xu, Quan
2015-05-04 7:23 ` [PATCH v6 5/6] Qemu-Xen-vTPM: Qemu vTPM xenstubdoms backen Quan Xu
2015-05-04 7:23 ` [Qemu-devel] " Quan Xu
2015-05-04 15:30 ` Stefan Berger
2015-05-04 15:30 ` [Qemu-devel] " Stefan Berger
2015-05-05 2:34 ` Xu, Quan
2015-05-05 2:34 ` Xu, Quan
2015-05-04 7:23 ` [Qemu-devel] [PATCH v6 6/6] Qemu-Xen-vTPM: QEMU machine class is initialized before tpm_init() Quan Xu
2015-05-04 7:23 ` Quan Xu
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=5548D39C.9080904@redhat.com \
--to=eblake@redhat.com \
--cc=dgdegra@tycho.nsa.gov \
--cc=qemu-devel@nongnu.org \
--cc=quan.xu@intel.com \
--cc=stefanb@linux.vnet.ibm.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.