|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 06/10] xen/arm: vpl011: Add new parameters to xenstore for the virtual console
On Tue, Apr 25, 2017 at 03:48:47PM +0530, Bhupinder Thakur wrote:
> Hi Wei,
>
>
> >> }
> >> @@ -3159,6 +3162,13 @@ int libxl__device_console_add(libxl__gc *gc,
> >> uint32_t domid,
> >> flexarray_append(ro_front, GCSPRINTF("%"PRIu32,
> >> state->console_port));
> >> flexarray_append(ro_front, "ring-ref");
> >> flexarray_append(ro_front, GCSPRINTF("%lu", state->console_mfn));
> >> + if (state->vconsole_enabled)
> >> + {
> >> + flexarray_append(ro_front, "vcon-port");
> >> + flexarray_append(ro_front, GCSPRINTF("%"PRIu32,
> >> state->vconsole_port));
> >> + flexarray_append(ro_front, "vcon-ring-ref");
> >> + flexarray_append(ro_front, GCSPRINTF("%lu",
> >> state->vconsole_mfn));
> >> + }
> >
> > Please try to document these new xenstore paths. See
> > docs/misc/xenstore-paths.md.
>
> I will add the vuart console details in console.txt which is
> referenced in xenstore-paths.md.
>
Yes that's good.
> Regards,
> Bhupinder
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |