From: Sergiy Kibrik' via OSv Development <osv-dev@googlegroups.com>
Committer: Nadav Har'El <n...@scylladb.com>
Branch: master

bsd: xen: add console parameters

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 <sergiy.kib...@globallogic.com>
Message-Id: <1488534351-8263-8-git-send-email-sergiy.kib...@globallogic.com>

---
diff --git a/bsd/sys/xen/interface/hvm/params.h b/bsd/sys/xen/interface/hvm/params.h
--- 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):

--
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 osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to