commit | eff28a5c3b36fdca2a15e9570f67924eecb2db4f | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Wed Sep 21 22:32:08 2011 +0200 |
committer | Juan Quintela <quintela@redhat.com> | Thu Oct 20 13:23:51 2011 +0200 |
tree | cc7d582f4b50411a74a40ed876bba0e839f2280c | |
parent | db448a088c4b3403c74adfa9b27eb6e624181d9b [diff] |
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 <quintela@redhat.com> Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>