Bug 990767 - RFE: add support for 'unix' and 'pty' channels
Summary: RFE: add support for 'unix' and 'pty' channels
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Virtualization Tools
Classification: Community
Component: virt-manager
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Cole Robinson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-01 00:17 UTC by Jonathan Lebon
Modified: 2013-08-17 14:11 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-08-17 14:11:44 UTC
Embargoed:


Attachments (Terms of Use)

Description Jonathan Lebon 2013-08-01 00:17:13 UTC
Description of problem:

Right now, the virt-manager GUI only allows users to add 'spicevmc' channels. However, there are two other possible types: 'pty' and 'unix' (see http://libvirt.org/formatdomain.html#elementCharChannel). Just like the 'spicevmc' channel, this would also automatically add a Controller Virtio Serial device to the VM. The extra XML that would be generated for a virtio-serial UNIX socket looks like this:

<devices>
  ...
  <controller type='virtio-serial' index='0' ports='16' vectors='4'/>
  <channel type='unix'>
    <source mode='bind' path='/tmp/foobar'/>
    <target type='virtio' name='my_virtio_port'/>
  </channel>
  ...
</devices>

It seems like virt-manager has *some* knowledge of these devices since modifying the XML does result in virt-manager showing them in the list. There's just no way of creating them directly from within the GUI as it stands.

Version-Release number of selected component (if applicable):

virt-manager-0.10.0-1.fc19.noarch

Comment 1 Cole Robinson 2013-08-17 14:11:44 UTC
This is upstream now


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