From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MaejV-0005mX-GC for qemu-devel@nongnu.org; Mon, 10 Aug 2009 19:56:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MaejR-0005kw-W2 for qemu-devel@nongnu.org; Mon, 10 Aug 2009 19:56:53 -0400 Received: from [199.232.76.173] (port=35261 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaejR-0005kq-M7 for qemu-devel@nongnu.org; Mon, 10 Aug 2009 19:56:49 -0400 Received: from verein.lst.de ([213.95.11.210]:35109) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MaejQ-0007wC-P0 for qemu-devel@nongnu.org; Mon, 10 Aug 2009 19:56:49 -0400 Received: from verein.lst.de (localhost [127.0.0.1]) by verein.lst.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id n7ANulVL012957 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Tue, 11 Aug 2009 01:56:47 +0200 Received: (from hch@localhost) by verein.lst.de (8.12.3/8.12.3/Debian-7.2) id n7ANukiD012956 for qemu-devel@nongnu.org; Tue, 11 Aug 2009 01:56:46 +0200 Date: Tue, 11 Aug 2009 01:56:46 +0200 From: Christoph Hellwig Message-ID: <20090810235646.GA12872@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] virtio-blk/qdev failure in the current git tree List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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" 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"