From: Ian Campbell <ian.campbell@citrix.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: Kevin Tian <kevin.tian@intel.com>, Keir Fraser <keir@xen.org>,
Tim Deegan <tim@xen.org>, Ian Jackson <Ian.Jackson@eu.citrix.com>,
xen-devel@lists.xen.org, Yang Z Zhang <yang.z.zhang@intel.com>,
Tiejun Chen <tiejun.chen@intel.com>
Subject: Re: [PATCH v12] introduce XENMEM_reserved_device_memory_map
Date: Wed, 22 Jul 2015 14:19:39 +0100 [thread overview]
Message-ID: <1437571179.12884.55.camel@citrix.com> (raw)
In-Reply-To: <55AFB36502000078000940DC@prv-mh.provo.novell.com>
On Wed, 2015-07-22 at 07:14 -0600, Jan Beulich wrote:
> >
> > > > On 22.07.15 at 14:52, <ian.campbell@citrix.com> wrote:
> > Looking through the older comments, it seems like there was a
> > conclusion to have an XSM check here, which isn't present here?
>
> Hmm, did I lose track of such a request?
You asked Daniel in <548584C9020000780004DAB2@mail.emea.novell.com> and
there was a short thread until you said "Right, in that case we
definitely would need a check." in
<5485E5DB020000780004DE0B@mail.emea.novell.com>.
That was from "[v8][PATCH 03/17] introduce
XENMEM_reserved_device_memory_map".
> > It looks like Tim and Ian's comments have been addressed (so far as
> > they were agreed to at the time).
> >
> > WRT the comments Julien raised: at some point (early on) you said
> > this
> > was only intended to be used by the toolstack. In which case can it
> > not
> > be done in one of the unstable interfaces (e.g. sysctl I suppose is
> > the
> > obvious one)?
>
> Oh, indeed. There was so much back and forth here - I thought
> hvmloader is to use this interface (and it was doing so at some
> point), but that's not the case. So yes, we don't really need to
> guarantee stability (but we'd need to move the definitions into
> a suitable block then).
Ah, I hadn't realised that some of XENMEM was tools only. Yes this
should certainly be moved in there.
> Still I think the altered layout with the
> union at the end is preferable (if only to reduce churn).
Agreed.
Ian.
next prev parent reply other threads:[~2015-07-22 13:19 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-22 1:29 [v11][PATCH 00/16] Fix RMRR Tiejun Chen
2015-07-22 1:29 ` [v11][PATCH 01/16] xen: introduce XENMEM_reserved_device_memory_map Tiejun Chen
2015-07-22 9:32 ` Jan Beulich
2015-07-22 10:42 ` [PATCH v12] " Jan Beulich
2015-07-22 12:17 ` Julien Grall
2015-07-22 12:28 ` Jan Beulich
2015-07-22 12:52 ` Ian Campbell
2015-07-22 13:14 ` Jan Beulich
2015-07-22 13:19 ` Ian Campbell [this message]
2015-07-22 12:55 ` Chen, Tiejun
2015-07-22 13:03 ` Jan Beulich
2015-07-22 13:20 ` Chen, Tiejun
2015-07-22 13:28 ` Jan Beulich
2015-07-22 13:46 ` Ian Campbell
2015-07-22 14:22 ` [PATCH v12a] " Jan Beulich
2015-07-22 1:29 ` [v11][PATCH 02/16] xen/vtd: create RMRR mapping Tiejun Chen
2015-07-22 1:29 ` [v11][PATCH 03/16] xen/passthrough: extend hypercall to support rdm reservation policy Tiejun Chen
2015-07-22 1:29 ` [v11][PATCH 04/16] xen: enable XENMEM_memory_map in hvm Tiejun Chen
2015-07-22 1:29 ` [v11][PATCH 05/16] hvmloader: get guest memory map into memory_map[] Tiejun Chen
2015-07-22 1:29 ` [v11][PATCH 06/16] hvmloader/pci: Try to avoid placing BARs in RMRRs Tiejun Chen
2015-07-22 8:43 ` Jan Beulich
2015-07-22 13:00 ` Jan Beulich
2015-07-22 1:29 ` [v11][PATCH 07/16] hvmloader/e820: construct guest e820 table Tiejun Chen
2015-07-22 1:29 ` [v11][PATCH 08/16] tools/libxc: Expose new hypercall xc_reserved_device_memory_map Tiejun Chen
2015-07-22 1:30 ` [v11][PATCH 09/16] tools: extend xc_assign_device() to support rdm reservation policy Tiejun Chen
2015-07-22 13:06 ` Ian Jackson
2015-07-22 15:01 ` Wei Liu
2015-07-22 1:30 ` [v11][PATCH 10/16] tools: introduce some new parameters to set rdm policy Tiejun Chen
2015-07-22 1:30 ` [v11][PATCH 11/16] tools/libxl: detect and avoid conflicts with RDM Tiejun Chen
2015-07-22 8:28 ` Jan Beulich
2015-07-22 8:52 ` Chen, Tiejun
2015-07-22 10:12 ` Jan Beulich
2015-07-22 10:54 ` George Dunlap
2015-07-22 10:04 ` Ian Jackson
2015-07-22 16:05 ` Jan Beulich
2015-07-22 13:24 ` Ian Jackson
2015-07-22 13:33 ` Chen, Tiejun
2015-07-22 14:04 ` Ian Jackson
2015-07-22 15:00 ` Chen, Tiejun
2015-07-22 15:09 ` Chen, Tiejun
2015-07-22 15:09 ` Ian Jackson
2015-07-22 15:21 ` Chen, Tiejun
2015-07-22 1:30 ` [v11][PATCH 12/16] tools: introduce a new parameter to set a predefined rdm boundary Tiejun Chen
2015-07-22 1:30 ` [v11][PATCH 13/16] libxl: construct e820 map with RDM information for HVM guest Tiejun Chen
2015-07-22 1:30 ` [v11][PATCH 14/16] xen/vtd: enable USB device assignment Tiejun Chen
2015-07-22 1:30 ` [v11][PATCH 15/16] xen/vtd: prevent from assign the device with shared rmrr Tiejun Chen
2015-07-22 1:30 ` [v11][PATCH 16/16] tools: parse to enable new rdm policy parameters Tiejun Chen
2015-07-22 14:09 ` Ian Jackson
2015-07-22 14:40 ` Wei Liu
2015-07-22 12:38 ` [v11][PATCH 00/16] Fix RMRR Wei Liu
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=1437571179.12884.55.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=JBeulich@suse.com \
--cc=keir@xen.org \
--cc=kevin.tian@intel.com \
--cc=tiejun.chen@intel.com \
--cc=tim@xen.org \
--cc=xen-devel@lists.xen.org \
--cc=yang.z.zhang@intel.com \
/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.