| Submitter | Stefano Stabellini |
|---|---|
| Date | June 30, 2011, 2:42 p.m. |
| Message ID | <1309444951-25711-1-git-send-email-stefano.stabellini@eu.citrix.com> |
| Download | mbox | patch |
| Permalink | /patch/102775/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/xen_disk.c b/hw/xen_disk.c index faaa065..4abdaf9 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"); }