diff --git a/hw/xen_disk.c b/hw/xen_disk.c index f14e5a6169d47baa281b7a2bfe035efbb6c45cb3..add815f27303d72c1a3ea9b13573a4bc5a4f70d1 100644 --- a/hw/xen_disk.c +++ b/hw/xen_disk.c @@ -633,6 +633,9 @@ static int blk_init(struct XenDevice *xendev) blkdev->filename = blkdev->params; } } + if (!strcmp("aio", blkdev->fileproto)) { + blkdev->fileproto = "raw"; + } if (blkdev->mode == NULL) { blkdev->mode = xenstore_read_be_str(&blkdev->xendev, "mode"); }