package mirage-console-xen

  1. Overview
  2. No Docs
Implementations of Mirage consoles, for Unix and Xen

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-console-2.3.3.tbz
md5=5333550e819614a59547a3ee98cf33ef

Description

The Unix version of the console currently uses standard output. The code is in

unix/console.{ml,mli}

The Xen kernel version of the console uses the primary PV console ring. The code is in

xen/console.{ml,mli}

There is also a Unix userspace utility which creates and services Xen consoles ("console backends"):

Connect a console to a VM like this:

[root@st30 ~]# ./mirage-console connect trusty
Operating on VM domain id: 19
Creating device 1 (linux device /dev/tty1)
{ ref = 128; event_channel = 13 }

Then inside the guest:

[root@trusty ~]# cat > /dev/hvc1
hello
there

And observe in dom0:

hello
there

Then hit Control+C and it all cleans up.

Tags

org:mirage org:xapi-project

Published: 15 Jun 2017

Dependencies (8)

  1. mirage-xen >= "3.0.0" & < "3.0.2"
  2. xen-gnt
  3. xen-evtchn
  4. mirage-console-xen-proto
  5. mirage-console-lwt >= "2.2.0"
  6. jbuilder >= "1.0+beta9"
  7. ocamlfind build
  8. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None