[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [RFC PATCH v2 15/17] xenconsoled: add support for non-pty output
Marek Marczykowski-Górecki writes ("[RFC PATCH v2 15/17] xenconsoled: add support for non-pty output"): > Handle 'output' xenstore entry, as qemu does. Right now support only few > simple options: > - "pty" (unchanged) > - "file:path" (overwrite file) > - "pipe:path" (read-write file/pipe) > - "null" I have always thought the qemu set of console things very awkward to deal with. pipe, in particular, is very awkward to use because pipes have poor semantics for this. Would it be useful if I implemented a facility for xenconsoled to make an AF_UNIX listening socket for each console it handles ? People who wanted to talk to the console would connect() to it. Multiple connections would be supported a la screen or tmux, although of course for your application you'd use a lock to prevent multiple access. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |