]> Git Repo - qemu.git/commit
buffered_file: reuse QEMUFile has_error field
authorJuan Quintela <[email protected]>
Wed, 21 Sep 2011 20:32:08 +0000 (22:32 +0200)
committerJuan Quintela <[email protected]>
Thu, 20 Oct 2011 11:23:51 +0000 (13:23 +0200)
commiteff28a5c3b36fdca2a15e9570f67924eecb2db4f
treecc7d582f4b50411a74a40ed876bba0e839f2280c
parentdb448a088c4b3403c74adfa9b27eb6e624181d9b
buffered_file: reuse QEMUFile has_error field

Instead of having two has_error fields in QEMUFile & QEMUBufferedFile,
reuse the 1st one.  Notice that the one in buffered_file is only set
after a file operation.

Signed-off-by: Juan Quintela <[email protected]>
Reviewed-by: Anthony Liguori <[email protected]>
buffered_file.c
This page took 0.026304 seconds and 4 git commands to generate.