X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FKconfig;h=182ce479dbf442e969603e046b9a203e59abe6a1;hp=1a449d6d58f5f270befdae79c807b7c09ceee42a;hb=7277b8aed5bb77dd7366100c4f17009f847e0c02;hpb=2697a2c7b15cd74bc4e8f888c21807de99f5fef0 diff --git a/palacios/src/devices/Kconfig b/palacios/src/devices/Kconfig index 1a449d6..182ce47 100644 --- a/palacios/src/devices/Kconfig +++ b/palacios/src/devices/Kconfig @@ -203,7 +203,7 @@ config PCI config PASSTHROUGH_PCI bool "Passthrough PCI" default y - depends on PCI && EXPERIMENTAL + depends on PCI && EXPERIMENTAL && SYMBIOTIC help Enables hardware devices to be passed through to the VM @@ -270,6 +270,20 @@ config SYM_SWAP help Includes the symbiotic ram based swap disk +config SYM_SWAP2 + bool "Symbiotic Swap disk v2" + default y + depends on SYMBIOTIC_SWAP && (LINUX_VIRTIO_BLOCK || IDE) + help + Includes the symbiotic ram based swap disk + +config DISK_MODEL + bool "Disk Performance Model" + default y + depends on LINUX_VIRTIO_BLOCK || IDE + help + Includes Performance model filter for disk operations + config CGA bool "CGA" default n