diff options
| author | kaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk> | 2005-08-02 12:18:47 +0000 |
|---|---|---|
| committer | kaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk> | 2005-08-02 12:18:47 +0000 |
| commit | ecf4de11628b2295a7e9e6e3e4647863db88dc55 (patch) | |
| tree | 7799ba5dff87383b21dcaeab09e9412479f3c71e /tools/ioemu/hw/mc146818rtc.c | |
| parent | 0e535dd1ce49f3b68ab9950c3bbbca08030e5cdc (diff) | |
| download | xen-ecf4de11628b2295a7e9e6e3e4647863db88dc55.tar.gz xen-ecf4de11628b2295a7e9e6e3e4647863db88dc55.tar.bz2 xen-ecf4de11628b2295a7e9e6e3e4647863db88dc55.zip | |
This is the first patch to move the console code out of Xend and into a
separate daemon. In this patch I've included the daemon and a
front-end. I've also have the console code removed from Xend locally
but I wanted to clarify a few things first before submitting that.
Here's how it works:
1) Daemon sits on control channel (via xcs) waiting for console messages
2) Buffers all console data received
3) Publishes the location of a tty that can be used for reading in
/console/<domid>/tty
4) Reads a value from the store to determine what the limit of console
data should be (/console/<domid>/limit) to prevent DoS attacks
Using it is quite simple, just run consoled and use the xc_console
program to connect to the console. It uses syslog for logging.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'tools/ioemu/hw/mc146818rtc.c')
0 files changed, 0 insertions, 0 deletions
