[Qemu-devel] Can qemu emulate IBM Power env?

2011-10-19 Thread Ryan Wang
If it can, where can I find the related instructions? thanks,

[Qemu-devel] What's the relationship between bridge, tun/tap and macvtap?

2011-09-22 Thread Ryan Wang
Hello, Recently I'm learning network on KVM. Now I'm confused by bridge, tun/tap and macvtap. I have some questions on them: 1) Is bridge built on top of tup/tap for KVM? 2) Is macvtap a replacement of tun/tap in the network stack to support bridge better? 3) To configue bridge use

[Qemu-devel] KVM guest doesn't recongize its network with NAT mode

2011-05-27 Thread Ryan Wang
Hi all, I created one guest on Ubuntu 10.10 using the following command: (using default network) = sudo virt-install --connect qemu:///system -n ubuntu-10.10-guest -r 1024 --vcpus=1 -c /tmp/ubuntu-10.10-desktop-i386.iso --os-type=linux

[Qemu-devel] KVM guest doesn't recongize its network by NAT

2011-05-17 Thread Ryan Wang
Hi all, I created one guest on Ubuntu 10.10: = sudo virt-install --connect qemu:///system -n ubuntu-10.10-guest -r 1024 --vcpus=1 -c /tmp/ubuntu-10.10-desktop-i386.iso --os-type=linux --disk=/var/lib/libvirt/images/ubuntu-10.10-guest.img,size=10 --vnc --accelerate

[Qemu-devel] Is there any qemu-monitor commands like virsh list ?

2011-04-23 Thread Ryan Wang
Hi, I'm a newbie to qemu/kvm and reading some docs on them. I've learned some 'virsh' commands. Now I want to know is there any qemu-monitor commands like 'virsh list'? Or if I want to list current VMs on my host, I have to use the virsh commands, and cannot use some qemu commands? thanks,

[Qemu-devel] What's the difference between commands qemu, kvm, and qemu-kvm?

2011-04-23 Thread Ryan Wang
Hi, I read some writings on the qemu, and found some demo examples use the command qemu, some use kvm, and some mention the qemu-kvm? I wonder are there any difference between these commands? Or they just point to the same executable with different names? thanks,