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.


disabled serial port debugging
Jack Lange [Wed, 6 Oct 2010 15:55:06 +0000 (10:55 -0500)]
palacios/src/devices/serial.c

index 3f0085e..b527431 100644 (file)
 #include <palacios/vm_guest.h>
 
 
+#ifndef CONFIG_DEBUG_SERIAL
+#undef PrintDebug
+#define PrintDebug(fmt, args...)
+#endif
+
+
 #define COM1_DATA_PORT           0x3f8
 #define COM1_IRQ_ENABLE_PORT     0x3f9
 #define COM1_DIV_LATCH_LSB_PORT  0x3f8