block: support /dev/xvd* nodes
authorW. Michael Petullo <mike@flyn.org>
Wed, 12 Jul 2017 11:02:18 +0000 (07:02 -0400)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 16 Jul 2017 09:35:18 +0000 (11:35 +0200)
commit0dfe61a86255b877dd67b2ba3479709ecf7632ae
tree250ac2238693e678520518e6bbf21fc562e53a82
parentf038a610bdee22da308a64c9e225de72dd4dd75e
block: support /dev/xvd* nodes

Xen provides paravirtualized block devices which most often appear as
/dev/xvd*. This patch adds this pattern to those known to the block
utilitiy. These devices require a kernel compiled with the xen-blkfront
driver.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
block.c