From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chen, Tiejun" Subject: Re: [RFC][PATCH 03/13] tools/libxc: Expose new hypercall xc_reserved_device_memory_map Date: Mon, 11 May 2015 13:36:49 +0800 Message-ID: <55503FF1.4010308@intel.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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150508130738.GM3848@zion.uk.xensource.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: Wei Liu Cc: kevin.tian@intel.com, 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 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? Thanks Tiejun