From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MawLj-0005Qz-Op for qemu-devel@nongnu.org; Tue, 11 Aug 2009 14:45:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MawLf-0005NQ-6C for qemu-devel@nongnu.org; Tue, 11 Aug 2009 14:45:31 -0400 Received: from [199.232.76.173] (port=48902 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MawLf-0005NH-2d for qemu-devel@nongnu.org; Tue, 11 Aug 2009 14:45:27 -0400 Received: from mail-gx0-f220.google.com ([209.85.217.220]:43159) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MawLe-0000W8-U7 for qemu-devel@nongnu.org; Tue, 11 Aug 2009 14:45:27 -0400 Received: by gxk20 with SMTP id 20so12296184gxk.10 for ; Tue, 11 Aug 2009 11:45:26 -0700 (PDT) Message-ID: <4A81BC3F.9040105@codemonkey.ws> Date: Tue, 11 Aug 2009 13:45:19 -0500 From: Anthony Liguori 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> In-Reply-To: <20090811163638.GA4891@lst.de> 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: Christoph Hellwig Cc: kraxel@redhat.com, qemu-devel@nongnu.org Christoph Hellwig wrote: > On Tue, Aug 11, 2009 at 06:13:02PM +0200, Christoph Hellwig wrote: > >> With the fix pulled it the guest kernel now hangs after >> >> input: ImExPS/2 Generic Explorer Mouse as /class/input/input2 >> Clocksource tsc unstable (delta = -782142631 ms) >> >> when reducing the config to just one virtio-blk device it books, but >> with a longish break at the point where the original config hangs. >> > > The culprit is commit d176c495b6664b72dc1e595f6e89dc5648aa248b > > qdev-ify virtio-blk. > > reverting it (needs some manual work due to the macrofication of the > qdev attributes) fixes the boot again. > It should be fixed in the latest git. Regards, Anthony Liguori > ---end quoted text--- >