X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Finterfaces%2FKconfig;h=6553f4015a9441b59299a49b25c814fa06c99444;hb=a0bff8bd6b7f6dcfc840b41aa428904f251fba7e;hp=61a79655beea3e2d50d5fac30a14e69f302a1b93;hpb=4fefacc8951fd57a8f5609cf149eb3e5710dee73;p=palacios.git diff --git a/palacios/src/interfaces/Kconfig b/palacios/src/interfaces/Kconfig index 61a7965..6553f40 100644 --- a/palacios/src/interfaces/Kconfig +++ b/palacios/src/interfaces/Kconfig @@ -60,6 +60,13 @@ config PACKET to support the internal networking features of Palacios. +config HOST_PCI + bool "Host PCI Support" + depends on EXPERIMENTAL + default y + help + This enables host support for passthrough PCI devices + config HOST_DEVICE bool "Host device support" default n @@ -68,5 +75,12 @@ config HOST_DEVICE 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