From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mab0j-0002Fm-3g for qemu-devel@nongnu.org; Mon, 10 Aug 2009 15:58:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mab0e-0002Ca-DO for qemu-devel@nongnu.org; Mon, 10 Aug 2009 15:58:24 -0400 Received: from [199.232.76.173] (port=42492 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mab0e-0002CW-AW for qemu-devel@nongnu.org; Mon, 10 Aug 2009 15:58:20 -0400 Received: from smtp-vbr15.xs4all.nl ([194.109.24.35]:1864) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mab0d-0001Lg-Ox for qemu-devel@nongnu.org; Mon, 10 Aug 2009 15:58:20 -0400 Received: from [10.10.0.4] (ipix.xs4all.nl [82.95.117.198]) by smtp-vbr15.xs4all.nl (8.13.8/8.13.8) with ESMTP id n7AJwFug088146 for ; Mon, 10 Aug 2009 21:58:16 +0200 (CEST) (envelope-from bruinjm@xs4all.nl) Message-ID: <4A807BD7.70403@xs4all.nl> Date: Mon, 10 Aug 2009 21:58:15 +0200 From: Hans de Bruin MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] virtio disk List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I am trying to get my qemu vm to boot of 'VIRTIO_BLOCK', but am not very successful. I have got two setups: A two day old qemu tree from git://git.savannah.nongnu.org/qemu on a jetway board with a non kvm capable via c7 proc (30W), and an older qemu-kvm (kvm-88-6-g2ebe329 (10.?)) on a AMD proc (130W) The AMD boots guests with virtio_block, either with the -kernel switch or via the bios. The ViaC7 wil not. Nor the bios nor the kernel detect the vitio block device. Somewhere on the internet I found this qemu-kvm option: -drive file=vmdisk1,if=virtio,boot=on This boot=on, isn't in either of the man pages. qemu doesn't accept this option. qemu-kvm needs it to let the bios boot from the virtio_block device. I also noticed the qemu-kvm bios has a boot menu which can be accessed by F12. qemu has not. How to get my ViaC7 to run guest oses from virtio? -- Hans