X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Finterfaces%2FKconfig;h=270509a4563c9e7759cf997872753d93ff011fa4;hb=b6d68a6d671dcd403749fcf317482773895b2a0d;hp=0bd9d152917ca5c851409831059a32592b560883;hpb=f18a2685ac97e9fe4380a6f3c45b89e079084f5b;p=palacios.releases.git diff --git a/palacios/src/interfaces/Kconfig b/palacios/src/interfaces/Kconfig index 0bd9d15..270509a 100644 --- a/palacios/src/interfaces/Kconfig +++ b/palacios/src/interfaces/Kconfig @@ -50,4 +50,13 @@ 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 + + endmenu