WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Non-standard use of Xen I/O Architecture

To: <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Non-standard use of Xen I/O Architecture
From: "Barry Silverman" <barry@xxxxxxxxx>
Date: Fri, 2 Apr 2004 16:14:28 -0500
Delivery-date: Fri, 02 Apr 2004 22:13:29 +0100
Envelope-to: steven.hand@xxxxxxxxxxxx
Importance: Normal
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
I have an off-the-wall question here:
I have been looking to develop a stand-alone non-linux guest OS to run
embedded applications (e.g. game console emultator), but have always been
deterred by having to build a network stack, and support hardware device
drivers.

Would it be theoretically possible for Xen/Domain 0 to supply higher level
services (E.G, sshd connection mapping, or VNC servers) running in custom
built servers - to service simple guest (non-linux) drivers that use the
evtchn/share memory interface?

The idea would be to run Xen, and a set of guest-OS servers in Domain 0, and
then use the simple Guest/Domain 0 protocols to support relatively high
level services.

For example (and this is somewhat contrived...):
I have a PDP-11 emulator that runs the ancient Unix (Thompson & Ritchie's
original 1976 Unix 5th Edition). I would like to run the emulator, and the
Unix as a guest (in fact more than one...).

I would like someone SSH'ing in on specific ports to boot their own Ancient
Unix, and to run it from the "console", as well as expose incoming ssh
connections as Hardware terminal multiplexer ports.

I would construct a custom SSH server to run on Domain 0. Incoming SSH
connections would:
1) Spawn a new guest - and boot an emulator, and assign a cow file system to
the virtual guest disk drive.
2) Connect the pty part of the ssh to the guest OS serial port using the
evtchn protocol, and run the PDP-11 emulator in the guest. It would contain
my own versions of the Guest Disk, Serial and TTY pseudo drivers.

In this way, Xen/Domain 0 can provide a set of scaffolding to otherwise
embedded applications.


Barry Silverman



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>