commit | 3ab4c7e92d39d40e6dc0bdb1c2320889543691cb | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Feb 08 18:12:35 2011 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Feb 10 13:23:44 2011 +0100 |
tree | d7ab94f5e1a60bcaebc79d993ce888e55f16cf16 | |
parent | e0d9c6f93729c9bfc98fcafcd73098bb8e131aeb [diff] |
qcow2: Fix error handling for immediate backing file read failure Requests could return success even though they failed when bdrv_aio_readv returned NULL for a backing file read. Reported-by: Chunqiang Tang <ctang@us.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>