Description of problem: Provide a mechanism for attaching to any running QEMU process, so that it becomes visible to libvirt applications. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
http://www.redhat.com/archives/libvir-list/2011-July/msg00111.html
Now released as part of 0.9.4. commit eb7be6a6063936041de4a65154e35858e99b3ae7 Author: Daniel P. Berrange <berrange> Date: Thu May 5 17:32:07 2011 +0100 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