On Wed, Jul 3, 2013 at 4:14 AM, Tao Lin <[email protected]> wrote: > What are the args you used to boot VM?
I actually got it to work. The reason behind this is that I did not configure qemu correctly, and did not also include -enable-kvm in the command line. sudo qemu-system-x86_64 -name vm -m 1g -enable-kvm -hda /home/jinho/virt/vms/vm1.img -device e1000,netdev=net0,mac=00:0c:29:f0:bc:33 -netdev tap,id=net0 -vnc :1 > > > > best. > > > 2013/7/2 jinho hwang <[email protected]> >> >> Hi, >> >> I switched from qemu-kvm-1.2.0 -> qemu-1.5.0 recently, and noticed my VM >> slows down significantly. It became too slow so that booting time takes long >> to see a prompt. Has anyone seen this before? >> >> Thank you, >> >> Jinho > >
