Il 06/12/2013 18:22, Kevin Wolf ha scritto: > @@ -1227,6 +1288,7 @@ static BlockDriver bdrv_file = { > .bdrv_aio_writev = raw_aio_writev, > .bdrv_aio_flush = raw_aio_flush, > .bdrv_aio_discard = raw_aio_discard, > + .bdrv_opt_mem_align = raw_opt_mem_align, > > .bdrv_truncate = raw_truncate, > .bdrv_getlength = raw_getlength, > @@ -1582,6 +1644,7 @@ static BlockDriver bdrv_host_device = { > .bdrv_aio_writev = raw_aio_writev, > .bdrv_aio_flush = raw_aio_flush, > .bdrv_aio_discard = hdev_aio_discard, > + .bdrv_opt_mem_align = raw_opt_mem_align,
Should this rather be a BlockLimits field? Paolo