]> xenbits.xensource.com Git - qemu-xen-3.3-testing.git/commit
ide write_cache disablement implemented using bdrv_aio_flush
authorIan Jackson <iwj@mariner.uk.xensource.com>
Wed, 2 Apr 2008 16:23:13 +0000 (17:23 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 12 May 2008 11:16:24 +0000 (12:16 +0100)
commita9c94b06d240709c99966722cae655c5aa6771bf
treeb6be0e0afabfd7f1448416eec9ce774498b9758d
parent76a7df8cfdc7a8c2d89a181ab5196490f800f733
ide write_cache disablement implemented using bdrv_aio_flush

Previously our implementation of the cache flush for ide disks with
write_cache disabled was synchronous.  This is less than ideal.
hw/ide.c