Re: [libvirt] [PATCH v3 2/4] libxl: channels support

2016-09-26 Thread Jim Fehlig
On 09/26/2016 04:48 PM, Joao Martins wrote: > On 09/26/2016 10:44 PM, Jim Fehlig wrote: >> On 09/26/2016 11:33 AM, Joao Martins wrote: >>> And allow libxl to handle channel element which creates a Xen >>> console visible to the guest as a low-bandwitdh communication >>> channel. If type is PTY we

Re: [libvirt] [PATCH v3 2/4] libxl: channels support

2016-09-26 Thread Joao Martins
On 09/26/2016 10:44 PM, Jim Fehlig wrote: > On 09/26/2016 11:33 AM, Joao Martins wrote: >> And allow libxl to handle channel element which creates a Xen >> console visible to the guest as a low-bandwitdh communication >> channel. If type is PTY we also fetch the tty after boot using >>

Re: [libvirt] [PATCH v3 2/4] libxl: channels support

2016-09-26 Thread Jim Fehlig
On 09/26/2016 11:33 AM, Joao Martins wrote: > And allow libxl to handle channel element which creates a Xen > console visible to the guest as a low-bandwitdh communication > channel. If type is PTY we also fetch the tty after boot using > libxl_channel_getinfo to fetch the tty path. On socket

[libvirt] [PATCH v3 2/4] libxl: channels support

2016-09-26 Thread Joao Martins
And allow libxl to handle channel element which creates a Xen console visible to the guest as a low-bandwitdh communication channel. If type is PTY we also fetch the tty after boot using libxl_channel_getinfo to fetch the tty path. On socket case, we autogenerate a path if not specified in the