Kconfig (f26e8817b235d8764363bffcc9cbfc61867371f2) | Kconfig (42d3078a8ad7542eee980da08a781a769bb21fe4) |
---|---|
1menu "Xen driver support" 2 depends on XEN 3 4config XEN_BALLOON 5 bool "Xen memory balloon driver" 6 default y 7 help 8 The balloon driver allows the Xen domain to request more memory from --- 182 unchanged lines hidden (view full) --- 191 192 The "hide" parameter (only applicable if backend driver is compiled 193 into the kernel) allows you to bind the PCI devices to this module 194 from the default device drivers. The argument is the list of PCI BDFs: 195 xen-pciback.hide=(03:00.0)(04:00.0) 196 197 If in doubt, say m. 198 | 1menu "Xen driver support" 2 depends on XEN 3 4config XEN_BALLOON 5 bool "Xen memory balloon driver" 6 default y 7 help 8 The balloon driver allows the Xen domain to request more memory from --- 182 unchanged lines hidden (view full) --- 191 192 The "hide" parameter (only applicable if backend driver is compiled 193 into the kernel) allows you to bind the PCI devices to this module 194 from the default device drivers. The argument is the list of PCI BDFs: 195 xen-pciback.hide=(03:00.0)(04:00.0) 196 197 If in doubt, say m. 198 |
199config XEN_PVCALLS_BACKEND 200 bool "XEN PV Calls backend driver" 201 depends on INET && XEN && XEN_BACKEND 202 default n 203 help 204 Experimental backend for the Xen PV Calls protocol 205 (https://xenbits.xen.org/docs/unstable/misc/pvcalls.html). It 206 allows PV Calls frontends to send POSIX calls to the backend, 207 which implements them. 208 209 If in doubt, say n. 210 |
|
199config XEN_SCSI_BACKEND 200 tristate "XEN SCSI backend driver" 201 depends on XEN && XEN_BACKEND && TARGET_CORE 202 help 203 The SCSI backend driver allows the kernel to export its SCSI Devices 204 to other guests via a high-performance shared-memory interface. 205 Only needed for systems running as XEN driver domains (e.g. Dom0) and 206 if guests need generic access to SCSI devices. --- 95 unchanged lines hidden --- | 211config XEN_SCSI_BACKEND 212 tristate "XEN SCSI backend driver" 213 depends on XEN && XEN_BACKEND && TARGET_CORE 214 help 215 The SCSI backend driver allows the kernel to export its SCSI Devices 216 to other guests via a high-performance shared-memory interface. 217 Only needed for systems running as XEN driver domains (e.g. Dom0) and 218 if guests need generic access to SCSI devices. --- 95 unchanged lines hidden --- |