package mirage-console

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-console-2.3.5.tbz
md5=6d0d18cc25fc3e14f070fbb79a24f9ca

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: 20 Jul 2017

README

mirage-console -- implementations of Mirage consoles, for Unix and Xen

v2.3.5

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.

Dependencies (4)

  1. mirage-flow >= "1.2.0" & < "2.0.0"
  2. mirage-device >= "1.0.0" & < "2.0.0"
  3. jbuilder >= "1.0+beta9"
  4. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (4)

  1. mirage-console-lwt >= "2.3.2" & < "2.4.3"
  2. mirage-console-xen-cli
  3. mirage-types >= "3.0.0" & < "3.7.1"
  4. tftp

Conflicts

None