From: Joel Schopp <joel.schopp@amd.com>
To: Mathew Li <mathew.li100@gmail.com>, KVM <kvm@vger.kernel.org>
Subject: Re: KVM on ARM64
Date: Tue, 5 Aug 2014 09:18:22 -0500 [thread overview]
Message-ID: <53E0E7AE.90402@amd.com> (raw)
In-Reply-To: <CALU2kfkSJoGfkA2rwduiFeMP1tgDi71BO6ehjtn8eqOUsy1fXw@mail.gmail.com>
On 08/04/2014 07:35 PM, Mathew Li wrote:
> Hi,
>
> I have a quick question. How do we add a hard disk to the qemu ARM VM?
>
> I tried:
>
> qemu-system-aarch64 -machine virt -hda disk.img -kernel image -initrd initrd.img
>
> qemu-system-aarch64 -machine virt -sd disk.img -kernel image -initrd initrd.img
>
> qemu-system-aarch64 -machine virt -mtdblock disk.img -kernel image
> -initrd initrd.img
>
> Nothing seems to work. I am not able to see any disk (i.e. dev/sdX)
> inside guest OS.
I've been running something like this:
qemu-system-aarch64 -smp 1 --enable-kvm -nographic -netdev tap,id=t0,ifname=tap0,script=no,downscript=no,vhost=on -device virtio-net-device,netdev=t0,id=nic0 \
-kernel /extra/rootfs/boot/Image -drive file=/extra/rootfs.img,id=fs -device virtio-blk-device,drive=fs -m 512 -M virt -cpu host -append "console=ttyAMA0 console=ttyS0 root=/dev/vda"
On my system -smp 2 or higher hangs in the guest kernel.
next prev parent reply other threads:[~2014-08-05 14:20 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-05 0:35 KVM on ARM64 Mathew Li
2014-08-05 5:00 ` Wei Huang
2014-08-05 14:18 ` Joel Schopp [this message]
2014-08-06 16:15 ` Christoffer Dall
2014-08-06 16:48 ` Joel Schopp
2014-08-07 16:51 ` Mathew Li
2014-08-07 16:52 ` Joel Schopp
2014-08-07 17:53 ` Christoffer Dall
2014-08-07 18:06 ` Wei Huang
2014-08-07 20:03 ` Christoffer Dall
2014-08-07 18:21 ` Joel Schopp
2014-08-07 17:50 ` Christoffer Dall
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53E0E7AE.90402@amd.com \
--to=joel.schopp@amd.com \
--cc=kvm@vger.kernel.org \
--cc=mathew.li100@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.