Re: KVM on ARM64

2014-08-07 Thread Mathew Li
M, Joel Schopp wrote: >>> 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-aarch6

KVM on ARM64

2014-08-04 Thread Mathew Li
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.

Re: Naive questions regarding KVM

2014-05-22 Thread Mathew Li
Thanks a lot Jidong. I will give it a run. Thanks! Matt On Thu, May 22, 2014 at 10:12 PM, Jidong Xiao wrote: > On Fri, May 23, 2014 at 12:57 AM, Mathew Li wrote: >> Hi All, >> >> I want to learn KVM code. Apologies for asking really simple >> questions. I have Ubun

Naive questions regarding KVM

2014-05-22 Thread Mathew Li
Hi All, I want to learn KVM code. Apologies for asking really simple questions. I have Ubuntu 12.04 32bit installed on my laptop. As I understand there are two modules of the KVM. One is called kvm.ko and other arch specific e.g. in my case it is kvm-intel.ko. These modules are already present in