xen_disk: treat "vhd" as "vpc"
commitfc3e493bc8e96ef4bf7ae4f035f43cb39382c936
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Fri, 4 Dec 2015 14:41:02 +0000 (4 14:41 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Fri, 11 Dec 2015 17:02:37 +0000 (11 17:02 +0000)
treeae418320678e9631d87aeaf1337898e0835a6775
parent55c8672c2e65276c19edd3323076518248730cca
xen_disk: treat "vhd" as "vpc"

The Xen toolstack uses "vhd" to specify a disk in VHD format, however
the name of the driver in QEMU is "vpc". Replace "vhd" with "vpc", so
that QEMU can find the right driver to use for it.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
hw/block/xen_disk.c