|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] accessing a char device in xenU
> Hi
> is it possible to access a char device in xenU ?
> More precisly i have i tape device in a server and i want to
> share it across
> my different xenU domains.
No, there's no generic mechanism for sharing char devices. The way in
which it makes sense to multiplex devices between domains is typically
very device-secific:
With a dvice like a tape you'd presumably only want to let one domain
access it at a time, perhaps with a hard interlock as to which tape is
in the drive. Fortunately, the bandwidth is pretty low, so it's probably
easiest to setup a network based soloution rather than doing something
Xen specific. I presume such daemons already exist (?)
Ian
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|