X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Finterfaces%2FKconfig;h=d2962a64e1c9f6b3e6cd1c650ad57019b3b477d8;hb=e3b62e7befa086a4fb320890952f54667ee46329;hp=0bd9d152917ca5c851409831059a32592b560883;hpb=f18a2685ac97e9fe4380a6f3c45b89e079084f5b;p=palacios.git diff --git a/palacios/src/interfaces/Kconfig b/palacios/src/interfaces/Kconfig index 0bd9d15..d2962a6 100644 --- a/palacios/src/interfaces/Kconfig +++ b/palacios/src/interfaces/Kconfig @@ -13,6 +13,16 @@ config KEYED_STREAMS Select this if your host OS supports keyed streams Palacios Checkpoint/Restore and Migration depends on this feature +config KEYED_STREAMS_WITH_TAGS + bool "Keyed streams will be written in verbose tagged style when std save/load macros are in use" + default n + depends on KEYED_STREAMS + help + Select this if you want the standard save and load macros + (STD_SAVE, STD_LOAD) to write to streams in the format: + [magic cookie][tag len][tag][data len][data] instead of the + default format of [data] + config STREAM bool "Stream support" default n @@ -50,4 +60,20 @@ config PACKET to support the internal networking features of Palacios. +config HOST_DEVICE + bool "Host device support" + default n + help + Select this if you want to forward a guest device to a host-based decice implementation + This makes it possible for virtual devices such as the generic device and the pci_front + device to make host-based device implementations appear within the guest + +config HOST_HYPERCALL + bool "Host hypercall support" + default n + help + Select this if you would like to make it possible + to register host-based implementations of hypercalls, + for example, implemented in Linux kernel modules + endmenu