Bug 636139 - RFE: QEMU attach: Attach to any running QEMU process
Summary: RFE: QEMU attach: Attach to any running QEMU process
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Virtualization Tools
Classification: Community
Component: libvirt
Version: unspecified
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Libvirt Maintainers
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: libvirtTodoDebugging
TreeView+ depends on / blocked
 
Reported: 2010-09-21 14:55 UTC by Daniel Berrangé
Modified: 2012-04-19 21:23 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-04-19 21:23:23 UTC
Embargoed:


Attachments (Terms of Use)

Description Daniel Berrangé 2010-09-21 14:55:33 UTC
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:

Comment 2 Eric Blake 2012-04-19 21:23:23 UTC
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


Note You need to log in before you can comment on or make changes to this bug.