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.


applied syscall patch
[palacios.git] / palacios / src / extensions / Kconfig
index 22d1dcc..9e3a905 100644 (file)
@@ -26,11 +26,17 @@ config EXT_MTRRS
           Provides a virtualized set of MTTR registers
 
 config EXT_MACH_CHECK
-       bool "Support Machine Check functionality"
+       bool "Support machine-check functionality"
        default n
        help 
-          Provides a virtualized machine check architecture
+          Provides a virtualized machine-check architecture
 
+config DEGUB_EXT_MACH_CHECK
+    bool "Debug machine-check functionality"
+    default n
+    depends on EXT_MACH_CHECK
+    help
+        Enable virtual machine-check architecture debugging
 
 config EXT_INSPECTOR
        bool "VM Inspector"