|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [PATCH] Console Daemon
> I don't think externally-supplied pages are necessary.
> I was thinking of writing the page (or pages) into the store
> immediately (since we don't need locks, or to wait for a
> reply).
We want to be able to get console output very early on, before xenbus
has come up.
However, it makes sense for xenbus to learn about the console buffer
once its up, as we'll want to use it (in future) for establishing
multiple tty's etc.
> I think we want more than one page because my boot
> messages almost hit 8k to the first login prompt, and the
> idea of requiring a console daemon repulses me.
It only really needs to be big enough to absorb all the messages before
Linux's console buffering code comes up, which isn't very much,
certainly <4KB.
My view is that we should continue using the same buffer once xenbus
comes up, hence there should be a simple multiplexing protocol.
Ian
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|