[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 3/6] libxl: implement channels via PV console rings
On Mon, 2014-06-16 at 10:49 +0100, David Scott wrote: > We extend the (internal) console type with a 'name' (string) > which isn't used by the default built-in console 0. Normally this would be part of the same patch which added the idl change. You also need to add a #define LIBXL_HAVE_FOO to libxl.h to flag the presence of this feature. Lastly - I don't see any libxl_device_channel_* ops added here, is it intentional that it not be possible to dynamically add these things? > + switch (channel->type) { > + case LIBXL_CHANNEL_TYPE_NONE: > + case LIBXL_CHANNEL_TYPE_PTY: > + /* No path is needed */ How do I go about finding the PTY for a channel? Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |