Re: [libvirt] [PATCH v2 1/4] conf: add xen type for channels

2016-09-25 Thread Joao Martins
On 09/24/2016 12:04 AM, Joao Martins wrote: > On September 23, 2016 11:05:57 PM GMT+01:00, Jim Fehlig > wrote: >> On 09/22/2016 01:53 PM, Joao Martins wrote: >>> So far only guestfwd and virtio were supported. Add an additional >>> for Xen as libxl channels create Xen console visible to the gue

Re: [libvirt] [PATCH v2 1/4] conf: add xen type for channels

2016-09-23 Thread Joao Martins
On September 23, 2016 11:05:57 PM GMT+01:00, Jim Fehlig wrote: >On 09/22/2016 01:53 PM, Joao Martins wrote: >> So far only guestfwd and virtio were supported. Add an additional >> for Xen as libxl channels create Xen console visible to the guest. >> >> Signed-off-by: Joao Martins >> --- >> docs

Re: [libvirt] [PATCH v2 1/4] conf: add xen type for channels

2016-09-23 Thread Jim Fehlig
On 09/22/2016 01:53 PM, Joao Martins wrote: > So far only guestfwd and virtio were supported. Add an additional > for Xen as libxl channels create Xen console visible to the guest. > > Signed-off-by: Joao Martins > --- > docs/schemas/domaincommon.rng | 11 +++ > src/conf/domain_conf.c

[libvirt] [PATCH v2 1/4] conf: add xen type for channels

2016-09-22 Thread Joao Martins
So far only guestfwd and virtio were supported. Add an additional for Xen as libxl channels create Xen console visible to the guest. Signed-off-by: Joao Martins --- docs/schemas/domaincommon.rng | 11 +++ src/conf/domain_conf.c| 18 ++ src/conf/domain_conf.h