From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Quintela Subject: Re: [PATCH] device-assignment: don't truncate MSIX capabilities table size Date: Wed, 26 May 2010 02:27:00 +0200 Message-ID: References: <20100525230131.6313.27447.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, chrisw@redhat.com To: Alex Williamson Return-path: Received: from mx1.redhat.com ([209.132.183.28]:17084 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756282Ab0EZA1F (ORCPT ); Tue, 25 May 2010 20:27:05 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o4Q0R2H5016884 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 25 May 2010 20:27:02 -0400 In-Reply-To: <20100525230131.6313.27447.stgit@localhost.localdomain> (Alex Williamson's message of "Tue, 25 May 2010 17:08:01 -0600") Sender: kvm-owner@vger.kernel.org List-ID: Alex Williamson wrote: > PCI_MSIX_TABSIZE is 0x07ff > > Reported-by: Juan Quintela > Signed-off-by: Alex Williamson Acked-by: Juan Quintela BTW, I also noticed the lack of pci_set_long() and friend functions, but arrived to the same conclusion that you: all the device assignment assumes that the world is x86_64 :)