X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=Kconfig;h=5288b22e5c9551d61773d96535397acd0834252b;hb=f2474c56a820b000ed444cb31c487d67aaf212c5;hp=853c1e75c4c3f3237d7c5c8c202d889c6cffcee2;hpb=ce0f119828348c3c57a00c4aa268a8a223ccd7f8;p=palacios.git diff --git a/Kconfig b/Kconfig index 853c1e7..5288b22 100644 --- a/Kconfig +++ b/Kconfig @@ -185,7 +185,7 @@ config LAZY_FP_SWITCH and restored on each entry---this save/restore is entirely done in Palacios. - + endmenu source "palacios/src/extensions/Kconfig" @@ -416,6 +416,28 @@ endmenu source "palacios/src/gears/Kconfig" + +menu "HVM" + +config HVM + bool "Support Hybrid Virtual Machines" + default n + help + If set, it is possible to make VMs that are partitioned + (cores, memory, devices, hardware access, etc) into + a part ("the ROS") that supports normal VM operation and + a part ("the HRT") that supports Hybrid Run-Times, + for example Nautilus-based HRTs for parallel languages. + +config DEBUG_HVM + depends on HVM + bool "Enable HVM debugging in Palacios" + default n + help + Enable HVM debugging output + +endmenu + menu "Debug configuration" ## Is unwind information useful