From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v4 9/9] libxl: Add interface for querying hypervisor about PCI topology Date: Wed, 11 Mar 2015 11:10:09 +0000 Message-ID: <1426072209.21353.180.camel@citrix.com> References: <1425954475-4913-1-git-send-email-boris.ostrovsky@oracle.com> <1425954475-4913-10-git-send-email-boris.ostrovsky@oracle.com> <1425995478.2729.112.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1425995478.2729.112.camel@citrix.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: Dario Faggioli Cc: "elena.ufimtseva@oracle.com" , Wei Liu , Andrew Cooper , "xen-devel@lists.xen.org" , Stefano Stabellini , "jbeulich@suse.com" , Ian Jackson , "boris.ostrovsky@oracle.com" , "Keir (Xen.org)" List-Id: xen-devel@lists.xenproject.org On Tue, 2015-03-10 at 13:51 +0000, Dario Faggioli wrote: > On Mon, 2015-03-09 at 22:27 -0400, Boris Ostrovsky wrote: > > .. and use this new interface to display it along with CPU topology > > and NUMA information when 'xl info -n' command is issued > > > > The output will look like > > ... > > cpu_topology : > > cpu: core socket node > > 0: 0 0 0 > > ... > > device topology : > > device node > > 0000:00:00.0 0 > > 0000:00:01.0 0 > > ... > > > > Signed-off-by: Boris Ostrovsky > > > Reviewed-by: Dario Faggioli Acked-by: Ian Campbell (I only looked closely at the libxl API changes)