From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Subject: Re: [PATCH] device-assignment: don't truncate MSIX capabilities table size Date: Thu, 27 May 2010 09:56:24 +0200 Message-ID: <4BFE25A8.8090209@redhat.com> References: <20100525230131.6313.27447.stgit@localhost.localdomain> <4BFD189B.3050603@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Juan Quintela , Alex Williamson , kvm@vger.kernel.org, chrisw@redhat.com To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:7972 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750827Ab0E0H42 (ORCPT ); Thu, 27 May 2010 03:56:28 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o4R7uROc010079 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 27 May 2010 03:56:27 -0400 In-Reply-To: <4BFD189B.3050603@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 05/26/10 14:48, Avi Kivity wrote: > On 05/26/2010 03:27 AM, Juan Quintela wrote: >> 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 :) >> > > IIRC it used to work on ia64 as well. > Same endianess, unless you run HPUX on the CPU. Jes