|
From: | Mike Lovell |
Subject: | Re: [Qemu-discuss] PCI for QEMU on ARM? |
Date: | Mon, 05 Mar 2012 10:00:24 -0700 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.27) Gecko/20120216 Lightning/1.0b2 Thunderbird/3.1.19 |
On 03/03/2012 09:22 AM, Alex Golec wrote:
I'm trying to start QEMU on arm with kvm, and I give the following invocation:qemu-system-arm -enable-kvm -M vexpress-a9 -drive file=/arm-wheezy.img,if=virtio,cache=writeback -append 'root=/dev/mmcblk0 console=ttyAMA1 rootwait earlyprintk' -kernel /zImage-guest -nographicThe idea is to start kvm on arm with virtio, but when I do, QEMU responds with:qemu-system-arm: -drive file=/arm-wheezy.img,if=virtio,cache=writeback: No 'PCI' bus found for device 'virtio-blk-pci'Any tips?
i haven't used qemu-arm much. but i would guess that its because you are using a machine type that doesn't have a PCI host controller in it. a quick googling of 'vexpress-a9' led me to https://wiki.linaro.org/PeterMaydell/QemuVersatileExpress which seems to indicate that the vexpress-a9 machine type doesn't have a PCI host. i'm also guessing that using one of the other board types would have a PCI host but i'm not sure which ones. hope that helps.
mike
[Prev in Thread] | Current Thread | [Next in Thread] |