commit | da8365dbab51c445832137aa637bb5b990174b24 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue May 01 10:25:16 2012 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon May 07 08:44:19 2012 +0200 |
tree | 78b11e4ace390d58585fb0561a5c2ec3536bee0f | |
parent | bfe3d7ac6d838b1931678d96d01c45d84c7e3de8 [diff] |
scsi-disk: add dpofua property Linux expects REQ_FUA to be advertised only if WRITE+FUA is faster than WRITE+SYNCHRONIZE CACHE, so we should not set the DPOFUA bit. However, it is useful to have it for testing purposes, so add a qdev property to set it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>