From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MafFx-00075M-4K for qemu-devel@nongnu.org; Mon, 10 Aug 2009 20:30:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MafFs-000700-MQ for qemu-devel@nongnu.org; Mon, 10 Aug 2009 20:30:24 -0400 Received: from [199.232.76.173] (port=43239 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MafFs-0006zx-HS for qemu-devel@nongnu.org; Mon, 10 Aug 2009 20:30:20 -0400 Received: from mail-qy0-f174.google.com ([209.85.221.174]:32790) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MafFs-0006n8-7u for qemu-devel@nongnu.org; Mon, 10 Aug 2009 20:30:20 -0400 Received: by qyk4 with SMTP id 4so2829456qyk.4 for ; Mon, 10 Aug 2009 17:29:34 -0700 (PDT) Message-ID: <4A80BB6B.3020001@codemonkey.ws> Date: Mon, 10 Aug 2009 19:29:31 -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> In-Reply-To: <20090810235646.GA12872@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: qemu-devel@nongnu.org Christoph Hellwig wrote: > Since today's merges I can't boot my virtio test setup anymore, but get > an error from the qdev code: > > property "virtio-blk-pci.drive" has no parser > can't set property "drive" to "virtio0" for "virtio-blk-pci" > I'll push a fix. I'm sure it's my fault, although I'm not exactly sure what happened. Thanks. Regards, Anthony Liguori > The qemu command line is: > > /opt/qemu/bin/qemu-system-x86_64 \ > -m 1000 -enable-kvm \ > -kernel arch/x86/boot/bzImage \ > -drive file=/dev/vg00/qemu-root,if=virtio,media=disk,cache=writeback \ > -drive file=/dev/vg00/qemu-data,if=virtio,media=disk,cache=none \ > -append "root=/dev/vda console=tty0 console=ttyS0,38400n8" > > >