Add standard console HVM interface parameters. They're intended for use by console driver to get shared ring page and event channel No. from Xen.
Signed-off-by: Sergiy Kibrik <[email protected]> --- bsd/sys/xen/interface/hvm/params.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsd/sys/xen/interface/hvm/params.h b/bsd/sys/xen/interface/hvm/params.h index d846731..4ab929c 100644 --- a/bsd/sys/xen/interface/hvm/params.h +++ b/bsd/sys/xen/interface/hvm/params.h @@ -56,6 +56,9 @@ #define HVM_PARAM_BUFPIOREQ_PFN 9 #endif +#define HVM_PARAM_CONSOLE_PFN 17 +#define HVM_PARAM_CONSOLE_EVTCHN 18 + /* * Set mode for virtual timers (currently x86 only): * delay_for_missed_ticks (default): -- 2.7.4 -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
