Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


*** empty log message ***
Jack Lange [Thu, 17 Jul 2008 04:33:35 +0000 (04:33 +0000)]
palacios/include/devices/serial.h [new file with mode: 0644]

diff --git a/palacios/include/devices/serial.h b/palacios/include/devices/serial.h
new file mode 100644 (file)
index 0000000..c713fd1
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef __SERIAL_H__
+#define __SERIAL_H__
+
+
+
+#include <palacios/vm_dev.h>
+
+
+
+struct vm_device * create_serial();
+
+#endif