From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wright Subject: Re: [PATCH] device-assignment: don't truncate MSIX capabilities table size Date: Tue, 25 May 2010 16:19:43 -0700 Message-ID: <20100525231943.GE1718@x200.localdomain> References: <20100525230131.6313.27447.stgit@localhost.localdomain> <20100525230901.GD1718@x200.localdomain> <1274829259.2654.77.camel@x201> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Chris Wright , kvm@vger.kernel.org, quintela@redhat.com To: Alex Williamson Return-path: Received: from mx1.redhat.com ([209.132.183.28]:49837 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932617Ab0EYXTp (ORCPT ); Tue, 25 May 2010 19:19:45 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o4PNJjQC008371 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 25 May 2010 19:19:45 -0400 Content-Disposition: inline In-Reply-To: <1274829259.2654.77.camel@x201> Sender: kvm-owner@vger.kernel.org List-ID: * Alex Williamson (alex.williamson@redhat.com) wrote: > On Tue, 2010-05-25 at 16:09 -0700, Chris Wright wrote: > > * Alex Williamson (alex.williamson@redhat.com) wrote: > > > PCI_MSIX_TABSIZE is 0x07ff > > > > while not an issue now, i think that only works for little endian > > Yep. This is consistent with rest of the device assignment code though, > so I suspect there are numerous issues if it needed to support big > endian. Suppose it's worth fixing it all up, can be in follow-up though. For this one... Acked-by: Chris Wright