If it can, where can I find the related instructions?
thanks,
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
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
--disk=/var/lib/libvirt/images/ubu
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
Afte
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,
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,