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@lists.xen.org https://lists.xen.org/xen-devel