]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
scsi-disk: fix bug in scsi_block_new_request() introduced by commit 137745c
authorUlrich Obergfell <uobergfe@redhat.com>
Sun, 8 Jun 2014 17:22:33 +0000 (19:22 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 18 Jun 2014 06:47:10 +0000 (08:47 +0200)
commit2fe5a9f73b3446690db2cae8a58473b0b4beaa32
tree5dfd93d47e39e7c012c42309c21cda5ddcd7857d
parent4525c1337f2a5fc99570ce392e552b8905e36c9a
scsi-disk: fix bug in scsi_block_new_request() introduced by commit 137745c

This patch fixes a bug in scsi_block_new_request() that was introduced
by commit 137745c5c60f083ec982fe9e861e8c16ebca1ba8. If the host cache
is used - i.e. if BDRV_O_NOCACHE is _not_ set - the 'break' statement
needs to be executed to 'fall back' to SG_IO.

Cc: qemu-stable@nongnu.org
Signed-off-by: Ulrich Obergfell <uobergfe@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/scsi/scsi-disk.c