xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Julien Grall <julien.grall@arm.com>
To: Jan Beulich <JBeulich@suse.com>,
	George Dunlap <george.dunlap@citrix.com>
Cc: Juergen Gross <jgross@suse.com>,
	sstabellini@kernel.org, wei.liu2@citrix.com,
	George.Dunlap@eu.citrix.com, andrew.cooper3@citrix.com,
	ian.jackson@eu.citrix.com, tim@xen.org,
	xen-devel@lists.xenproject.org, dgdegra@tycho.nsa.gov
Subject: Re: [PATCH v10 11/11] xen: add some comments in include/public/arch-x86/cpuid.h
Date: Thu, 28 Sep 2017 20:24:39 +0100	[thread overview]
Message-ID: <55916ad4-7ee1-13d1-e6a7-db665027724f@arm.com> (raw)
In-Reply-To: <59CCFF25020000780018078A@prv-mh.provo.novell.com>

On 09/28/2017 12:54 PM, Jan Beulich wrote:
>>>> On 28.09.17 at 13:50, <george.dunlap@citrix.com> wrote:
>> On 09/25/2017 01:01 PM, Jan Beulich wrote:
>>>>>> On 25.09.17 at 12:00, <jgross@suse.com> wrote:
>>>> Leaf 4 of the Xen-specific CPUID leaves isn't mentioned at all in
>>>> include/public/arch-x86/cpuid.h, the comments for leaf 5 don't tell
>>>> anything about the sub-leaf semantics.
>>>>
>>>> Add comments to clarify the interface.
>>>>
>>>> Signed-off-by: Juergen Gross <jgross@suse.com>
>>>
>>> Acked-by: Jan Beulich <jbeulich@suse.com>
>>>
>>> Julien,
>>>
>>> strictly speaking this was posted too late for 4.10, but it being
>>> comment changes only I think it's fine to take nevertheless?
>>
>> I thought the last posting date was for *new* series -- v1 of this
>> series was posted back in July or something wasn't it?
>>
>> Or are you speaking specifically about this patch?
> 
> Just this patch, but not having received an answer I took
> the liberty of committing it.

Well, I have been on conference in California for the past week. So I 
would have appreciated, if not waiting a few days, a quick ping on IRC.

Cheers,

-- 
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

      reply	other threads:[~2017-09-28 19:24 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-25 10:00 [PATCH v10 00/11] xen: better grant v2 support Juergen Gross
2017-09-25 10:00 ` [PATCH v10 01/11] xen: add function for obtaining highest possible memory address Juergen Gross
2017-09-25 10:19   ` Jan Beulich
2017-09-28  0:29   ` Julien Grall
2017-09-25 10:00 ` [PATCH v10 02/11] libxc: add libxc support for setting grant table resource limits Juergen Gross
2017-09-25 10:00 ` [PATCH v10 03/11] tools: set grant limits for xenstore stubdom Juergen Gross
2017-09-25 10:00 ` [PATCH v10 04/11] libxl: add max possible mfn to libxl_physinfo Juergen Gross
2017-09-25 10:00 ` [PATCH v10 05/11] xl: add global grant limit config items Juergen Gross
2017-09-25 10:00 ` [PATCH v10 06/11] libxl: add libxl support for setting grant table resource limits Juergen Gross
2017-09-25 10:00 ` [PATCH v10 07/11] xen: delay allocation of grant table sub structures Juergen Gross
2017-09-25 10:16   ` Jan Beulich
2017-09-28 18:56   ` Andrew Cooper
2017-09-29  4:27     ` Juergen Gross
2017-09-25 10:00 ` [PATCH v10 08/11] xen/arm: move arch specific grant table bits into grant_table.c Juergen Gross
2017-09-28  0:31   ` Julien Grall
2017-09-25 10:00 ` [PATCH v10 09/11] xen: make grant resource limits per domain Juergen Gross
2017-09-25 11:49   ` Jan Beulich
2017-09-28  0:26   ` Julien Grall
2017-09-28  7:21     ` Juergen Gross
2017-09-25 10:00 ` [PATCH v10 10/11] xen: add new Xen cpuid node for max address width info Juergen Gross
2017-09-25 11:55   ` Andrew Cooper
2017-09-25 12:00     ` Juergen Gross
2017-09-25 12:02       ` Andrew Cooper
2017-09-25 12:03       ` Jan Beulich
2017-09-25 11:59   ` Jan Beulich
2017-09-28  8:59   ` Jan Beulich
     [not found]   ` <59CCD61D0200007800180567@suse.com>
2017-09-28  9:04     ` Juergen Gross
2017-09-28  9:40       ` Jan Beulich
     [not found]       ` <59CCDFBD02000078001805E9@suse.com>
2017-09-28  9:52         ` Juergen Gross
2017-09-28 10:05           ` Jan Beulich
2017-09-25 10:00 ` [PATCH v10 11/11] xen: add some comments in include/public/arch-x86/cpuid.h Juergen Gross
2017-09-25 12:01   ` Jan Beulich
2017-09-28 11:50     ` George Dunlap
2017-09-28 11:54       ` Jan Beulich
2017-09-28 19:24         ` Julien Grall [this message]

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=55916ad4-7ee1-13d1-e6a7-db665027724f@arm.com \
    --to=julien.grall@arm.com \
    --cc=George.Dunlap@eu.citrix.com \
    --cc=JBeulich@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=dgdegra@tycho.nsa.gov \
    --cc=george.dunlap@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=jgross@suse.com \
    --cc=sstabellini@kernel.org \
    --cc=tim@xen.org \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xenproject.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 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).