[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
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. Regards, Bhupinder _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |