On Thu, Jun 22, 2017 at 01:08:44PM +0530, Bhupinder Thakur wrote: > Add a new vuart console node to xenstore. This node is added at > > /local/domain/$DOMID/vuart/0. > > The node contains information such as the ring-ref, event channel, > buffer limit and type of console. > > Xenconsole reads the node information to setup the ring buffer and > event channel for sending/receiving vuart data. > > Signed-off-by: Bhupinder Thakur <bhupinder.tha...@linaro.org>
Acked-by: Wei Liu <wei.l...@citrix.com> Only one nit below. [...] > diff --git a/tools/libxl/libxl_create.c b/tools/libxl/libxl_create.c > index bffbc45..cfd85ec 100644 > --- a/tools/libxl/libxl_create.c > +++ b/tools/libxl/libxl_create.c > @@ -1367,7 +1367,7 @@ static void domcreate_launch_dm(libxl__egc *egc, > libxl__multidev *multidev, > } > case LIBXL_DOMAIN_TYPE_PV: > { > - libxl__device_console console; > + libxl__device_console console, vuart; > libxl__device device; > > for (i = 0; i < d_config->num_vfbs; i++) { > @@ -1375,6 +1375,14 @@ static void domcreate_launch_dm(libxl__egc *egc, > libxl__multidev *multidev, > libxl__device_vkb_add(gc, domid, &d_config->vkbs[i]); > } > > + if (d_config->b_info.arch_arm.vuart) > + { Please move this to previous line. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel