[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Using virtio-mmio
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] Using virtio-mmio |
Date: |
Thu, 1 Aug 2013 10:32:14 +0100 |
On 31 July 2013 23:45, Richard W.M. Jones <address@hidden> wrote:
> ~/d/qemu/arm-softmmu/qemu-system-arm \
> -m 512 -M vexpress-a9 -machine kernel_irqchip=on \
The combination of 'vexpress-a9' and kernel_irqchip=on
don't make any sense -- the former implies "not using
KVM" because KVM needs an A15 guest CPU, whereas the
latter implies "using KVM". In any case kernel_irqchip=on
is the default when using KVM.
You can just delete the kernel_irqchip option.
You might want to consider -M vexpress-a15, if you
want a setup that will let you use KVM (will probably
need to reconfig your kernel appropriately; may
need to discard "earlyprintk" if you compiled the
kernel with the dodgy "guess earlyprintk serial port
address based on exact revision-and-patchlevel of CPU"
option.)
thanks
-- PMM
- Re: [Qemu-devel] Using virtio-mmio,
Peter Maydell <=
- Re: [Qemu-devel] Using virtio-mmio, Richard W.M. Jones, 2013/08/01
- Re: [Qemu-devel] Using virtio-mmio, Peter Maydell, 2013/08/01
- Re: [Qemu-devel] Using virtio-mmio, Richard W.M. Jones, 2013/08/01
- Re: [Qemu-devel] Using virtio-mmio, Erlon Cruz, 2013/08/02
- Re: [Qemu-devel] Using virtio-mmio, Yao Xingtao, 2013/08/02
- Re: [Qemu-devel] Using virtio-mmio, Peter Maydell, 2013/08/03
- Re: [Qemu-devel] Using virtio-mmio, Erlon Cruz, 2013/08/07
- Re: [Qemu-devel] Using virtio-mmio, Erlon Cruz, 2013/08/08