Initial commit of xen devstack support
diff --git a/tools/xen/files/fstab b/tools/xen/files/fstab
new file mode 100644
index 0000000..6c9b981
--- /dev/null
+++ b/tools/xen/files/fstab
@@ -0,0 +1,5 @@
+LABEL=vpxroot           /                       ext3    defaults        1 1
+tmpfs                   /dev/shm                tmpfs   defaults        0 0
+devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
+sysfs                   /sys                    sysfs   defaults        0 0
+proc                    /proc                   proc    defaults        0 0
diff --git a/tools/xen/files/hvc0.conf b/tools/xen/files/hvc0.conf
new file mode 100644
index 0000000..4eedaf6
--- /dev/null
+++ b/tools/xen/files/hvc0.conf
@@ -0,0 +1,10 @@
+# hvc0 - getty
+#
+# This service maintains a getty on hvc0 from the point the system is
+# started until it is shut down again.
+
+start on stopped rc RUNLEVEL=[2345]
+stop on runlevel [!2345]
+
+respawn
+exec /sbin/getty -8 9600 hvc0