]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add a new 'virsh qemu-attach' command.
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 5 May 2011 16:32:07 +0000 (17:32 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 12 Jul 2011 14:39:03 +0000 (15:39 +0100)
commiteb7be6a6063936041de4a65154e35858e99b3ae7
tree64d1da1e63387efdae509470d370fbc9e23a53b8
parent4403646001ba534bdfd2411dbf7ef5346f7c8e24
Add a new 'virsh qemu-attach' command.

This command allows libvirt to attach to an existing QEMU
instance.

 $ qemu-kvm -cdrom ~/demo.iso \
     -monitor unix:/tmp/demo,server,nowait \
     -name foo \
     -uuid cece4f9f-dff0-575d-0e8e-01fe380f12ea  &
 $ QEMUPID=$!
 $ virsh qemu-attach $QEMUPID
tools/virsh.c
tools/virsh.pod