From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MbaW8-0005Hy-5b for qemu-devel@nongnu.org; Thu, 13 Aug 2009 09:38:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbaW1-0005Bv-Me for qemu-devel@nongnu.org; Thu, 13 Aug 2009 09:38:54 -0400 Received: from [199.232.76.173] (port=43016 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbaW1-0005Bl-IH for qemu-devel@nongnu.org; Thu, 13 Aug 2009 09:38:49 -0400 Received: from mx2.redhat.com ([66.187.237.31]:52790) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MbaW0-0000Qw-SD for qemu-devel@nongnu.org; Thu, 13 Aug 2009 09:38:49 -0400 Message-ID: <4A841760.9030405@redhat.com> Date: Thu, 13 Aug 2009 15:38:40 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] virtio-blk/qdev failure in the current git tree References: <20090810235646.GA12872@lst.de> <4A80BB6B.3020001@codemonkey.ws> <20090811161302.GA2053@lst.de> <20090811163638.GA4891@lst.de> <4A81C669.8070300@redhat.com> <4A828ABF.1040306@redhat.com> <4A8292DB.9000609@redhat.com> <20090812215032.GA28376@lst.de> <4A833B9C.6000803@codemonkey.ws> <4A83D613.5070408@redhat.com> <4A840B4E.7050801@redhat.com> <4A841200.2070609@codemonkey.ws> In-Reply-To: <4A841200.2070609@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Avi Kivity , Christoph Hellwig On 08/13/09 15:15, Anthony Liguori wrote: > Gerd Hoffmann wrote: >> On 08/13/09 11:00, Avi Kivity wrote: >>>> Where were the irq routing trouble fixes in qemu-kvm? Was it fixes in >>>> the BIOS? >>> >>> I think so, but not 100% sure. >> >> Lets start with the attached fix. bochs build system doesn't compile >> the dsdt. Which implies that the patches in pc-bios/bios-pq/ which >> change the dsdt have no effect at all. > > When I rebuild the bios locally, I manually change this in the generated > Makefile. Hmm, strange. With the patch applied on top of the others I get a working bios when building according to the instructions in pc-bios/README. The prebuild bios.bin doesn't work for me though. cheers, Gerd