Re: [libvirt] [PATCH] libxl: add serial list support

2016-08-03 Thread Joao Martins
[Adding Jim as there was past discussion about serials/consoles] On 08/03/2016 02:29 AM, Bob Liu wrote: > Add support for multi serial devices, after this patch virsh can be used to > connect different serial devices of running domains. E.g. > vish # console --devname serial > > Signed-off-by: B

[libvirt] [PATCH] libxl: add serial list support

2016-08-02 Thread Bob Liu
Add support for multi serial devices, after this patch virsh can be used to connect different serial devices of running domains. E.g. vish # console --devname serial Signed-off-by: Bob Liu --- src/libxl/libxl_conf.c | 25 ++--- src/libxl/libxl_domain.c | 23 +++