mirage-console-xen-proto
Implementation of Mirage console protocol for Xen
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library mirage-console-xen-proto
type t = {
virtual_device : int; | |
backend_path : string; | |
backend_domid : int; | |
frontend_path : string; | |
frontend_domid : int; | |
protocol : Protocol.t; | |
name : string option; | (* protocol extension to name consoles *) |
}
val to_assoc_list : t -> (Xs_protocol.ACL.t * (string * string)) list
val make :
?protocol:Protocol.t ->
?backend_domid:int ->
?name:string ->
frontend_domid:int ->
virtual_device:int ->
unit ->
t