xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: tim@xen.org, sstabellini@kernel.org, wei.liu2@citrix.com,
	george.dunlap@eu.citrix.com,
	Dongli Zhang <dongli.zhang@oracle.com>,
	dario.faggioli@citrix.com, ian.jackson@eu.citrix.com,
	xen-devel@lists.xen.org, david.vrabel@citrix.com
Subject: Re: [PATCH v3 1/1] xen: move TLB-flush filtering out into populate_physmap during vm creation
Date: Fri, 9 Sep 2016 10:52:37 +0100	[thread overview]
Message-ID: <a6089233-6e89-ac5c-a694-9a414922d6bb@citrix.com> (raw)
In-Reply-To: <57D2A12B020000780010D723@prv-mh.provo.novell.com>

On 09/09/16 10:46, Jan Beulich wrote:
>>>> On 09.09.16 at 11:34, <andrew.cooper3@citrix.com> wrote:
>> On 09/09/16 08:56, Jan Beulich wrote:
>>>>>> On 09.09.16 at 07:37, <dongli.zhang@oracle.com> wrote:
>>>>>> Did you go through and check that there is nothing this information
>>>>>> can already get derived from? I can't immediately point you at
>>>>>> anything, but it feels like there should. 
>>>>>>
>>>>> Indeed. And if there isn't and we need to do add our own flagging,
>>>>> isn't there a better way and place where to put it (e.g., what Juergen
>>>>> and Andrew are hinting at)?
>>>> I prefer that to derive whether guest boot finishes is neither limited to a
>>>> specific domain type (pv, hvm, pvhvm or pvh) nor a specific arch (i386, 
>>>> x86_64,
>>>> arm32, arm64 or more in the future). Ideally, I would have one or a combo of
>>>> fields belong to "struct domain" but there isn't.
>>> Of course.
>>>
>>>> Can we use the field in vcpu[0]?
>>> I don't think so: What if another vCPU was scheduled to run first?
>> Use the XEN_DOMCTL_unpausedomain hypercall.  It must be called by
>> toolstacks on all architectures to complete domain construction.
> I think we had settled on this one already. The question now being
> discussed is whether a new field in the domain structure is needed,
> or whether the information he's after can be derived from already
> existing fields.

If the information were derivable from other means, there would be no
need to alter XEN_DOMCTL_unpausedomain in the first place.

I can't think of any option other than to add something new.

~Andrew

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

  reply	other threads:[~2016-09-09  9:52 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-09  5:37 [PATCH v3 1/1] xen: move TLB-flush filtering out into populate_physmap during vm creation Dongli Zhang
2016-09-09  7:56 ` Jan Beulich
2016-09-09  9:34   ` Andrew Cooper
2016-09-09  9:46     ` Jan Beulich
2016-09-09  9:52       ` Andrew Cooper [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-09-08  5:30 Dongli Zhang
2016-09-08  7:19 ` Dario Faggioli
2016-09-08 10:50 ` Wei Liu
2016-09-08 11:01   ` Dario Faggioli
2016-09-08 11:11     ` Wei Liu
2016-09-08 11:19       ` Juergen Gross
2016-09-08 14:49         ` Dario Faggioli
2016-09-08 14:52           ` Andrew Cooper
2016-09-08 14:28       ` Ian Jackson
2016-09-08 15:36 ` Jan Beulich
2016-09-08 15:53   ` Dario Faggioli

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=a6089233-6e89-ac5c-a694-9a414922d6bb@citrix.com \
    --to=andrew.cooper3@citrix.com \
    --cc=JBeulich@suse.com \
    --cc=dario.faggioli@citrix.com \
    --cc=david.vrabel@citrix.com \
    --cc=dongli.zhang@oracle.com \
    --cc=george.dunlap@eu.citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=sstabellini@kernel.org \
    --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 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).