Bug 481825

Summary: Allow virt-viewer connect to non-libvirt managed guests
Product: [Community] Virtualization Tools Reporter: Mark McLoughlin <markmc>
Component: virt-viewerAssignee: Daniel Berrangé <berrange>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: unspecifiedCC: xen-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-27 18:23:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
virt-viewer-0.0.3-no-libvirt.patch none

Description Mark McLoughlin 2009-01-27 18:16:26 UTC
Created attachment 330133 [details]
virt-viewer-0.0.3-no-libvirt.patch

If you're hacking on qemu-kvm and running guests without using libvirt, it'd be really nice to use virt-viewer instead of other vnc viewers which don't have e.g. "Send Ctrl-Alt-F1" etc.

Attaching a simple patch to add that

Comment 1 Daniel Berrangé 2009-01-27 18:23:50 UTC
This "Send Key" functionality should be added to Vinagre instead. I don't want to complicate virt-viewer with extra codepaths for non-libvirt usage, when there is already a VNC client that is supposed to be targetted at these use cases. Going forward, virt-viewer is being re-factored to be entirely driven off libvirt event notifications and a new libvirt-gtk library, so supporting non-libvirt based usage is just not practical.