blob: 0ee74d036c7453b8daf95db5c684baadfaf95ebf (
plain)
1
2
3
4
5
6
7
8
9
|
config PVBLOCK
bool "Xen para-virtualized block device"
depends on DM
select BLK
help
This driver implements the front-end of the Xen virtual
block device driver. It communicates with a back-end driver
in another domain which drives the actual block device.
|