On Mon, Nov 12, 2012 at 9:01 AM, Peter Cheung <mcheun...@hotmail.com> wrote: > Dear All > Run a VM by qemu-kvm, and then i cannot list it by command "virsh list > --all". Why? > I am sure the VM is running because i can vnc to it.
Libvirt does not manage qemu-kvm processes that were started outside its control by default. If you want to do this, please look at the virsh qemu-attach <pid> command. Stefan