From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [v6][PATCH 2/2] xen:vtd: missing RMRR mapping while share EPT Date: Wed, 24 Sep 2014 09:47:01 +0100 Message-ID: <5422A1250200007800038152@mail.emea.novell.com> References: <541FB087.4080008@intel.com> <541FB7C3.9080608@intel.com> <541FFFC50200007800036C28@mail.emea.novell.com> <541FE65A.8070803@intel.com> <542017E80200007800036D1E@mail.emea.novell.com> <5420D357.1060202@intel.com> <5422823B.1090109@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5422823B.1090109@intel.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Tiejun Chen Cc: Yang Z Zhang , Kevin Tian , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org >>> On 24.09.14 at 10:35, wrote: > In tools stack, how can we get ultimate e820 table built by hvmloader? What is this needed for? > 7. One RMRR can be mapped for multiple devices in multiple domains > > So we may need to do something to stop this potential damage between > domains. Good point. We should enforce these to be group assigned (along the lines of what is already done with XEN_DOMCTL_get_device_group). Jan