summaryrefslogtreecommitdiff
path: root/usr/src/head
diff options
context:
space:
mode:
authorTycho Nightingale <tycho.nightingale@pluribusnetworks.com>2017-09-26 12:19:41 +0200
committerPatrick Mooney <pmooney@pfmooney.com>2020-05-11 01:29:28 +0000
commitbf21cd9318e0a3a51b7f02c14a7c1b1aef2dc861 (patch)
tree34776e0714e4213579f050a392cc0c663a59fcda /usr/src/head
parent4c7b9a81057545d490dd52cf823de529d8137a5b (diff)
downloadillumos-joyent-bf21cd9318e0a3a51b7f02c14a7c1b1aef2dc861.tar.gz
12612 import Pluribus bhyve port
Authored by: Krupal Joshi <krupal.joshi@pluribusnetworks.com> Contributed by: Pluribus Networks Inc. Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Mike Gerdts <mike.gerdts@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/head')
-rw-r--r--usr/src/head/bhyve.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/usr/src/head/bhyve.h b/usr/src/head/bhyve.h
new file mode 100644
index 0000000000..8c79ca1ccc
--- /dev/null
+++ b/usr/src/head/bhyve.h
@@ -0,0 +1,25 @@
+/*
+ * COPYRIGHT 2013 Pluribus Networks Inc.
+ *
+ * All rights reserved. This copyright notice is Copyright Management
+ * Information under 17 USC 1202 and is included to protect this work and
+ * deter copyright infringement. Removal or alteration of this Copyright
+ * Management Information without the express written permission from
+ * Pluribus Networks Inc is prohibited, and any such unauthorized removal
+ * or alteration will be a violation of federal law.
+ */
+#ifndef _BHYVE_H
+#define _BHYVE_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define BHYVE_TMPDIR "/var/run/bhyve"
+#define BHYVE_CONS_SOCKPATH BHYVE_TMPDIR "/%s.console_sock"
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* _BHYVE_H */