From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: Re: [PATCH] device-assignment: don't truncate MSIX capabilities table size Date: Tue, 25 May 2010 17:14:19 -0600 Message-ID: <1274829259.2654.77.camel@x201> References: <20100525230131.6313.27447.stgit@localhost.localdomain> <20100525230901.GD1718@x200.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, quintela@redhat.com To: Chris Wright Return-path: Received: from mx1.redhat.com ([209.132.183.28]:60271 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753903Ab0EYXOU (ORCPT ); Tue, 25 May 2010 19:14:20 -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 o4PNEKYA025556 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 25 May 2010 19:14:20 -0400 In-Reply-To: <20100525230901.GD1718@x200.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: 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. Alex