From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M6pmT-0002v6-Gm for qemu-devel@nongnu.org; Wed, 20 May 2009 13:40:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6pmN-0002qv-80 for qemu-devel@nongnu.org; Wed, 20 May 2009 13:40:39 -0400 Received: from [199.232.76.173] (port=36035 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6pmM-0002qm-MF for qemu-devel@nongnu.org; Wed, 20 May 2009 13:40:34 -0400 Received: from mail-fx0-f219.google.com ([209.85.220.219]:56738) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M6pmM-0005Fm-5r for qemu-devel@nongnu.org; Wed, 20 May 2009 13:40:34 -0400 Received: by fxm19 with SMTP id 19so536491fxm.34 for ; Wed, 20 May 2009 10:40:33 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4A143EB9.6080202@redhat.com> References: <20090520162130.GA22109@redhat.com> <4A143EB9.6080202@redhat.com> Date: Wed, 20 May 2009 20:40:32 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH] qemu: msi irq allocation api From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Carsten Otte , kvm@vger.kernel.org, "Michael S. Tsirkin" , Rusty Russell , qemu-devel@nongnu.org, virtualization@lists.linux-foundation.org, Christian Borntraeger On 5/20/09, Avi Kivity wrote: > Blue Swirl wrote: > > > Sparc64 also uses packets ("mondos", not implemented yet) for > > interrupt vector data, there the packet size is 8 * 64 bits. I think > > we should aim for a more generic API that covers this case also. > > > > > > > > Is the packet structure visible to software? Yes, and the content of the packets is defined by software. If there is framing outside the user data (I don't know), this is not visible.