Re: [Xen-devel] [PATCH 04/12 v3] xen/arm: vpl011: Add support for vuart in libxl

2017-05-23 Thread Bhupinder Thakur
Hi Wei, >> # Complex libxl types >> # >> @@ -470,6 +476,7 @@ libxl_domain_build_info = Struct("domain_build_info",[ >> ("disable_migrate", libxl_defbool), >> ("cpuid", libxl_cpuid_policy_list), >> ("blkdev_start",string), >> +("vuart", libxl_vuart_type)

Re: [Xen-devel] [PATCH 04/12 v3] xen/arm: vpl011: Add support for vuart in libxl

2017-05-16 Thread Stefano Stabellini
On Wed, 10 May 2017, Bhupinder Thakur wrote: > An option is provided in libxl to enable/disable pl011 vuart while > creating a guest domain. > > Libxl now suppots a generic vuart console and pl011 is a specific type. > In future support can be added for multiple vuart of different types. > > User

Re: [Xen-devel] [PATCH 04/12 v3] xen/arm: vpl011: Add support for vuart in libxl

2017-05-16 Thread Wei Liu
On Wed, May 10, 2017 at 07:58:01PM +0530, Bhupinder Thakur wrote: > index 2204425..f5dc62c 100644 > --- a/tools/libxl/libxl_types.idl > +++ b/tools/libxl/libxl_types.idl > @@ -105,6 +105,7 @@ libxl_console_type = Enumeration("console_type", [ > (0, "UNKNOWN"), > (1, "SERIAL"), > (2,

Re: [Xen-devel] [PATCH 04/12 v3] xen/arm: vpl011: Add support for vuart in libxl

2017-05-11 Thread Wei Liu
On Wed, May 10, 2017 at 07:58:01PM +0530, Bhupinder Thakur wrote: > diff --git a/tools/xl/xl_parse.c b/tools/xl/xl_parse.c > index 856a304..504ca7c 100644 > --- a/tools/xl/xl_parse.c > +++ b/tools/xl/xl_parse.c > @@ -916,6 +916,14 @@ void parse_config_data(const char *config_source, > if (!xlu

[Xen-devel] [PATCH 04/12 v3] xen/arm: vpl011: Add support for vuart in libxl

2017-05-10 Thread Bhupinder Thakur
An option is provided in libxl to enable/disable pl011 vuart while creating a guest domain. Libxl now suppots a generic vuart console and pl011 is a specific type. In future support can be added for multiple vuart of different types. User can enable pl011 vuart by adding the following line in the