• D
    Add a new 'virsh qemu-attach' command. · eb7be6a6
    Daniel P. Berrange 提交于
    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
    eb7be6a6
virsh.pod 56.8 KB