package mirage-console-xen-proto

  1. Overview
  2. Docs
Implementation of Mirage console protocol for Xen

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-console-v4.0.0.tbz
sha256=771bfe0430ac20c75e06269d40518a1b4dd8d9886daa05679ebfd53a4973dc86
sha512=e7fc296b352d869f30487613af6731773fe1c3aaf3f046739b39fbada189960cee998fd9d29fa4fe56e28b1a2ea3737833f318277c6304c4c953afed5d1c4d10

Description

Tags

org:mirage org:xapi-project

Published: 22 Oct 2020

README

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

v4.0.0

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 (5)

  1. xenstore
  2. rresult
  3. mirage-console = version
  4. dune >= "1.0"
  5. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (2)

  1. mirage-console-xen >= "2.2.0" & < "2.4.3" | = "4.0.0"
  2. mirage-console-xen-backend < "2.4.3" | = "4.0.0"

Conflicts

None