From: "Roger Pau Monné" <roger.pau@citrix.com>
To: George Dunlap <george.dunlap@eu.citrix.com>,
Jan Beulich <JBeulich@suse.com>
Cc: xen-devel <xen-devel@lists.xenproject.org>,
keir.xen@gmail.com, tim@xen.org
Subject: Re: [V2 PATCH 0/8]: PVH dom0....
Date: Mon, 25 Nov 2013 11:57:15 +0100 [thread overview]
Message-ID: <52932D0B.2060906@citrix.com> (raw)
In-Reply-To: <52932B2A.4040205@eu.citrix.com>
On 25/11/13 11:49, George Dunlap wrote:
> On 11/25/2013 09:06 AM, Jan Beulich wrote:
>>>>> On 23.11.13 at 01:03, Mukesh Rathor <mukesh.rathor@oracle.com> wrote:
>>> These patches implement PVH dom0. Please note there is 1 fixme in
>>> this entire series that is being addressed under a different patch
>>> series. PVH dom0 creation is disabled until then.
>>>
>>> Patches 1 thru 4 implement changes in and around construct_dom0.
>>> Patches 5 thru 7 are to support tool stack on PVH dom0, and have
>>> been mostly looked at in the past. Finally, patch 8 adds option to
>>> boot a dom0 in PVH mode.
>>>
>>> These patches are based on c/s: b18e2d9 with the addition of fixes
>>> in epte_get_entry_emt and Roger's AP bringup/cleanup patches.
>> George,
>>
>> assuming we can get the remaining issues sorted out within
>> reasonable time, I'm inclined to recommend taking these despite
>> the code freeze. What's your opinion in this regard?
>
> I hadn't even looked at them, assuming that "PVH for dom0" had missed
> the feature freeze.
>
> Within our decision framework, we would accept this series if we
> considered PVH dom0 to be a "blocker" for the release -- a feature that
> is strategically important enough to risk slipping the release
> significantly. That's the basis on which the ARMv8 stuff got in.
>
> I assume (without having looked at all) that this series introduces new
> interfaces for PVH. So in addition to the normal risk that a series
> like this may break existing functionality, there is the additional risk
> that by rushing the feature in at the last minute, we may not have had
> enough time for the interface to be reviewed, and we may end up having
> to support an interface that wasn't well thought-out.
>
> So the important questions are:
>
> * Is there a good reason that this feature can't wait until 4.5?
>
> * What is the risk of these changes breaking existing functionality?
I agree with everything above...
> * What is the risk that the new interfaces will turn out to be a bad fit
> or difficult to support going forward?
But I don't think this applies to PVH Dom0, the DomU interface has
already been marked as experimental, and subject to change. The same
applies here, Dom0 PVH interface would be considered experimental.
next prev parent reply other threads:[~2013-11-25 10:57 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-23 0:03 [V2 PATCH 0/8]: PVH dom0 Mukesh Rathor
2013-11-23 0:03 ` [V2 PATCH 1/8] PVH dom0: iommu related changes Mukesh Rathor
2013-11-25 1:19 ` Konrad Rzeszutek Wilk
2013-11-25 8:47 ` Jan Beulich
2013-11-25 8:35 ` Jan Beulich
2013-11-26 14:57 ` George Dunlap
2013-11-23 0:03 ` [V2 PATCH 2/8] PVH dom0: create update_memory_mapping() function Mukesh Rathor
2013-11-25 8:43 ` Jan Beulich
2013-11-25 23:20 ` Mukesh Rathor
2013-11-23 0:03 ` [V2 PATCH 3/8] PVH dom0: move some pv specific code to static functions Mukesh Rathor
2013-11-23 0:03 ` [V2 PATCH 4/8] dom0: construct_dom0 changes Mukesh Rathor
2013-11-23 0:03 ` [V2 PATCH 5/8] PVH dom0: implement XENMEM_add_to_physmap_range for x86 Mukesh Rathor
2013-11-23 0:03 ` [V2 PATCH 6/8] PVH dom0: Introduce p2m_map_foreign Mukesh Rathor
2013-11-26 16:00 ` George Dunlap
2013-11-26 16:11 ` Ian Campbell
2013-11-26 17:35 ` George Dunlap
2013-11-23 0:03 ` [V2 PATCH 7/8] pvh dom0: Add and remove foreign pages Mukesh Rathor
2013-11-25 9:03 ` Jan Beulich
2013-11-25 19:00 ` Daniel De Graaf
2013-11-26 0:32 ` Mukesh Rathor
2013-11-26 15:03 ` Daniel De Graaf
2013-11-27 1:19 ` Mukesh Rathor
2013-11-23 0:03 ` [V2 PATCH 8/8] pvh dom0: add opt_dom0pvh to setup.c Mukesh Rathor
2013-11-25 9:04 ` Jan Beulich
2013-11-26 1:18 ` Mukesh Rathor
2013-11-25 9:06 ` [V2 PATCH 0/8]: PVH dom0 Jan Beulich
2013-11-25 10:49 ` George Dunlap
2013-11-25 10:57 ` Roger Pau Monné [this message]
2013-11-25 11:02 ` Jan Beulich
2013-11-26 17:20 ` George Dunlap
2013-11-26 18:06 ` Jan Beulich
2013-11-27 1:32 ` Mukesh Rathor
2013-11-25 11:05 ` Jan Beulich
2013-11-25 11:02 ` Roger Pau Monné
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=52932D0B.2060906@citrix.com \
--to=roger.pau@citrix.com \
--cc=JBeulich@suse.com \
--cc=george.dunlap@eu.citrix.com \
--cc=keir.xen@gmail.com \
--cc=tim@xen.org \
--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 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.