From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lza9N-0003SS-V1 for qemu-devel@nongnu.org; Thu, 30 Apr 2009 13:34:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lza9I-0003Rk-Kb for qemu-devel@nongnu.org; Thu, 30 Apr 2009 13:34:20 -0400 Received: from [199.232.76.173] (port=36681 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lza9I-0003Rh-D4 for qemu-devel@nongnu.org; Thu, 30 Apr 2009 13:34:16 -0400 Received: from mx2.redhat.com ([66.187.237.31]:40576) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lza9G-0001F8-7g for qemu-devel@nongnu.org; Thu, 30 Apr 2009 13:34:16 -0400 Date: Thu, 30 Apr 2009 20:33:02 +0300 From: "Michael S. Tsirkin" Subject: Re: [Qemu-devel] Re: questions on default_config_write in hw/pci.c Message-ID: <20090430173302.GB16925@redhat.com> References: <20090430161508.GA15893@redhat.com> <20090430171526.GA10638@amt.cnet> <20090430.112820.48552365.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090430.112820.48552365.imp@bsdimp.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "M. Warner Losh" Cc: aliguori@us.ibm.com, mtosatti@redhat.com, avi@redhat.com, qemu-devel@nongnu.org On Thu, Apr 30, 2009 at 11:28:20AM -0600, M. Warner Losh wrote: > The above is a bug. 0x80 is a bit that says "I have multiple > functions" and is orthogonal to the type of device. Ah. Thanks. -- MST