package mirage-console-lwt
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=b0147914003d74a736e95233285f529dc8ebfc31af461e37a508331c6a4adcbf
md5=b81bd7033517c1e41527a2055ce0d22f
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.
README
mirage-console -- implementations of Mirage consoles, for Unix and Xen
v2.3.4
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 (6)
- cstruct-lwt
-
cstruct
>= "1.9.0"
- lwt
-
mirage-console
>= "2.2.0" & < "3.0.0"
-
jbuilder
>= "1.0+beta9"
-
ocaml
>= "4.03.0"
Dev Dependencies
None
Used by (7)
-
mirage-console-solo5
>= "0.2.0" & < "0.6.1"
-
mirage-console-unix
>= "2.2.0" & != "2.3.5" & < "2.4.3"
-
mirage-console-xen
>= "2.2.0" & != "2.3.5" & < "2.4.3"
-
mirage-console-xen-backend
!= "2.3.5" & < "2.4.3"
- mirage-console-xen-cli
-
mirage-console-xen-proto
< "3.0.0"
-
mirage-types-lwt
>= "3.0.0" & < "3.4.0"
Conflicts
None