From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEAby-00032j-20 for qemu-devel@nongnu.org; Tue, 09 Jun 2009 19:20:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEAbs-00032X-Mo for qemu-devel@nongnu.org; Tue, 09 Jun 2009 19:20:08 -0400 Received: from [199.232.76.173] (port=41008 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEAbs-00032U-Hj for qemu-devel@nongnu.org; Tue, 09 Jun 2009 19:20:04 -0400 Received: from mx20.gnu.org ([199.232.41.8]:34993) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MEAbs-0003Sx-B9 for qemu-devel@nongnu.org; Tue, 09 Jun 2009 19:20:04 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEAbr-0001D7-2o for qemu-devel@nongnu.org; Tue, 09 Jun 2009 19:20:03 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 05/11] qemu: MSI-X support functions Date: Wed, 10 Jun 2009 00:19:42 +0100 References: <20090525122541.GF5046@redhat.com> In-Reply-To: <20090525122541.GF5046@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906100019.59981.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Carsten Otte , kvm@vger.kernel.org, "Michael S. Tsirkin" , Rusty Russell , virtualization@lists.linux-foundation.org, Blue Swirl , Christian Borntraeger , Avi Kivity On Monday 25 May 2009, Michael S. Tsirkin wrote: > Add functions implementing MSI-X support. First user will be virtio-pci. > Note that platform must set a flag to declare MSI supported. > For PC this will be set by APIC. This sounds wrong. The device shouldn't know or care whether the system has a MSI capable interrupt controller. That's for the guest OS to figure out. Paul