mirage-console-xenversion
Implementations of Mirage consoles, for Unix and Xen
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 |
---|---|
Authors | Anil Madhavapeddy and David Scott |
License | ISC |
Published | |
Homepage | https://github.com/mirage/mirage-console |
Issue Tracker | https://github.com/mirage/mirage-console/issues |
Maintainer | anil@recoil.org |
Available | false |
Dependencies |
|
Source [http] | https://github.com/mirage/mirage-console/releases/download/v2.3.4/mirage-console-2.3.4.tbz sha256=b0147914003d74a736e95233285f529dc8ebfc31af461e37a508331c6a4adcbf md5=b81bd7033517c1e41527a2055ce0d22f |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/mirage-console-xen/mirage-console-xen.2.3.4/opam |
No package is dependent