Movatterモバイル変換


[0]ホーム

URL:


packagemirage-console-xen

  1. Overview
  2. Docs

You can search for identifiers within the package.

in-package search v0.2.0

Implementation of Mirage console for Xen

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-console-5.1.0.tbz
sha256=9a36118ac6cd3896d8a12b96686a0fb9e5da926a80c265a1d004ef2cbb2fa4d3
sha512=2b27d4a34889e2152436dc650fa02d04d1b2690889f4c2d6e412381a76bf3417bc4a918663e565d9ccb02f67614ceb7242a989021237ca3a69198fc21a314ef1

Description

Tags

org:mirage org:xapi-project

Published:02 Feb 2022

README

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

v5.1.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 trustyOperating on VM domain id: 19Creating device 1 (linux device /dev/tty1){ ref = 128; event_channel = 13 }

Then inside the guest:

[root@trusty ~]# cat > /dev/hvc1hellothere

And observe in dom0:

hellothere

Then hit Control+C and it all cleans up.

Dependencies (11)

  1. mirage-xen>= "7.0.0"
  2. mirage-console-xen-proto= version
  3. mirage-console= version
  4. mirage-flow
  5. lwt
  6. shared-memory-ring
  7. xenstore
  8. cstruct>= "6.0.0"
  9. io-page>= "2.0.0"
  10. dune>= "1.0"
  11. ocaml>= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None


[8]ページ先頭

©2009-2025 Movatter.jp