From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [RFC][PATCH 03/13] tools/libxc: Expose new hypercall xc_reserved_device_memory_map Date: Mon, 11 May 2015 10:50:46 +0100 Message-ID: <20150511095046.GB30997@zion.uk.xensource.com> References: <1428657724-3498-1-git-send-email-tiejun.chen@intel.com> <1428657724-3498-4-git-send-email-tiejun.chen@intel.com> <20150508130738.GM3848@zion.uk.xensource.com> <55503FF1.4010308@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <55503FF1.4010308@intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "Chen, Tiejun" Cc: kevin.tian@intel.com, Wei Liu , ian.campbell@citrix.com, andrew.cooper3@citrix.com, tim@xen.org, xen-devel@lists.xen.org, stefano.stabellini@citrix.com, JBeulich@suse.com, yang.z.zhang@intel.com, Ian.Jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Mon, May 11, 2015 at 01:36:49PM +0800, Chen, Tiejun wrote: > On 2015/5/8 21:07, Wei Liu wrote: > >On Fri, Apr 10, 2015 at 05:21:54PM +0800, Tiejun Chen wrote: > >>We will introduce the hypercall xc_reserved_device_memory_map > >>approach to libxc. This helps us get rdm entry info according to > >>different parameters. If flag == PCI_DEV_RDM_ALL, all entries > >>should be exposed. Or we just expose that rdm entry specific to > >>a SBDF. > >> > >>Signed-off-by: Tiejun Chen > > > >This patch contains a wrapper to the new hypercall. If the HV guys are > >happy with this I'm fine with it too. > > > > Who should be pinged in this case? > No need to ping. This patch depends on HV side interface being accepted first. I will ack this patch when HV interface is acked. Wei. > Thanks > Tiejun