···470470 block device driver. It communicates with a back-end driver471471 in another domain which drives the actual block device.472472473473+config XEN_BLKDEV_BACKEND474474+ tristate "Block-device backend driver"475475+ depends on XEN_BACKEND476476+ help477477+ The block-device backend driver allows the kernel to export its478478+ block devices to other guests via a high-performance shared-memory479479+ interface.480480+473481config VIRTIO_BLK474482 tristate "Virtio block driver (EXPERIMENTAL)"475483 depends on EXPERIMENTAL && VIRTIO
···3737 Support for backend device drivers that provide I/O services3838 to other virtual machines.39394040-config XEN_BLKDEV_BACKEND4141- tristate "Block-device backend driver"4242- depends on XEN_BACKEND && BLOCK4343- help4444- The block-device backend driver allows the kernel to export its4545- block devices to other guests via a high-performance shared-memory4646- interface.4747-4840config XENFS4941 tristate "Xen filesystem"5042 default y