|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] ioemu : add flush in ide_unplug_harddisks()
Tomonari Horikoshi wrote:
> Hi
>
> I think the "flush" is necessary.
> When "ioemu ide device" changes into "vbd" by "ide_unplug_harddisks()".
>
> What do you think?
>
>
I don't think that calling bdrv_aio_flush is a good idea since it is
asyncronous and right after the call we are going to close the device
without waiting for completion.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|