All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: Wei Liu <wei.liu2@citrix.com>
Cc: keir@xen.org, Quan Xu <quan.xu@intel.com>,
	stefano.stabellini@eu.citrix.com, tim@xen.org,
	stefanb@linux.vnet.ibm.com, ian.jackson@eu.citrix.com,
	xen-devel@lists.xen.org, jbeulich@suse.com,
	samuel.thibault@ens-lyon.org, dgdegra@tycho.nsa.gov
Subject: Re: [PATCH v3 2/7] vTPM: limit libxl__add_vtpms() function to para virtual machine
Date: Thu, 19 Mar 2015 13:00:49 +0000	[thread overview]
Message-ID: <1426770049.610.67.camel@citrix.com> (raw)
In-Reply-To: <20150313154147.GE19822@zion.uk.xensource.com>

On Fri, 2015-03-13 at 15:41 +0000, Wei Liu wrote:
> On Tue, Mar 10, 2015 at 08:13:57AM -0400, Quan Xu wrote:
> > Signed-off-by: Quan Xu <quan.xu@intel.com>
> > ---
> >  tools/libxl/libxl_create.c | 11 +++++++++--
> >  1 file changed, 9 insertions(+), 2 deletions(-)
> > 
> > diff --git a/tools/libxl/libxl_create.c b/tools/libxl/libxl_create.c
> > index b1ff5ae..66877b3 100644
> > --- a/tools/libxl/libxl_create.c
> > +++ b/tools/libxl/libxl_create.c
> > @@ -1358,8 +1358,15 @@ static void domcreate_attach_vtpms(libxl__egc *egc,
> >         goto error_out;
> >     }
> >  
> > -    /* Plug vtpm devices */
> > -   if (d_config->num_vtpms > 0) {
> > +    /*
> > +     * Plug vtpm devices only for PV guest. The xenstore directory is very
> > +     * different for PV guest and HVM guest, but it is still call it for
> > +     * creating HVM guest, and xl should create xenstore directory before
> > +     * spawning QEMU. So try to make it only for PV guest.
> > +     */
> > +    if (d_config->num_vtpms > 0 &&
> > +        d_config->b_info.type == LIBXL_DOMAIN_TYPE_PV) {
> > +
> 
> I'm not convinced that you can / should do this. This is a common entry
> for both HVM and PV guest. If you end up removing this hunk in later
> patch you need to rearrange your series to avoiding adding this hunk in
> the first place.

Agreed, although I also couldn't really parse the comment to fully
understand what the intention was.

> 
> Wei.
> 
> >         /* Attach vtpms */
> >         libxl__multidev_begin(ao, &dcs->multidev);
> >         dcs->multidev.callback = domcreate_attach_pci;
> > -- 
> > 1.8.3.2
> > 
> > 
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xen.org
> > http://lists.xen.org/xen-devel

  reply	other threads:[~2015-03-19 13:00 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-10 12:13 [PATCH v3 0/7] vTPM: Xen stubdom vTPM for HVM virtual machine Quan Xu
2015-03-10 12:13 ` [PATCH v3 1/7] vTPM: event channel bind interdomain with para/hvm " Quan Xu
2015-03-13 14:02   ` Wei Liu
2015-03-13 15:26     ` Xu, Quan
2015-03-19 12:59   ` Ian Campbell
2015-03-10 12:13 ` [PATCH v3 2/7] vTPM: limit libxl__add_vtpms() function to para " Quan Xu
2015-03-13 15:41   ` Wei Liu
2015-03-19 13:00     ` Ian Campbell [this message]
2015-03-10 12:13 ` [PATCH v3 3/7] vTPM: add TPM TCPA and SSDT for HVM virtual machine when vTPM is added Quan Xu
2015-03-13 15:46   ` Wei Liu
2015-03-19 13:02     ` Ian Campbell
2015-03-10 12:13 ` [PATCH v3 4/7] vTPM: add vTPM device for HVM virtual machine Quan Xu
2015-03-13 16:08   ` Wei Liu
2015-03-10 12:14 ` [PATCH v3 5/7] vTPM: Delete the xenstore directory of frontend device Quan Xu
2015-03-13 16:11   ` Wei Liu
2015-03-10 12:14 ` [PATCH v3 6/7] vTPM: Parse envent string from QEMU frontend Quan Xu
2015-03-13 16:13   ` Wei Liu
2015-03-10 12:14 ` [PATCH v3 7/7] vTPM: add QEMU_STUBDOM_VTPM compile option 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=1426770049.610.67.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=dgdegra@tycho.nsa.gov \
    --cc=ian.jackson@eu.citrix.com \
    --cc=jbeulich@suse.com \
    --cc=keir@xen.org \
    --cc=quan.xu@intel.com \
    --cc=samuel.thibault@ens-lyon.org \
    --cc=stefanb@linux.vnet.ibm.com \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=tim@xen.org \
    --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.