summaryrefslogtreecommitdiff
path: root/block_int.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2010-09-08 17:09:15 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2010-09-08 17:09:15 -0500
commit8b33d9eeba91422ee2d73b6936ad57262d18cf5a (patch)
treed614e2099167773eccb8c9c7d6a5d91b12e0478c /block_int.h
parentb19159e8b9124e5c407c68b301471471b4a6c4d9 (diff)
downloadqemu-8b33d9eeba91422ee2d73b6936ad57262d18cf5a.tar.gz
Revert "Make default invocation of block drivers safer (v3)"
This reverts commit 79368c81bf8cf93864d7afc88b81b05d8f0a2c90. Conflicts: block.c I haven't been able to come up with a solution yet for the corruption caused by unaligned requests from the IDE disk so revert until a solution can be written. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'block_int.h')
-rw-r--r--block_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/block_int.h b/block_int.h
index b863451774..e8e7156c92 100644
--- a/block_int.h
+++ b/block_int.h
@@ -148,7 +148,6 @@ struct BlockDriverState {
int encrypted; /* if true, the media is encrypted */
int valid_key; /* if true, a valid encryption key has been set */
int sg; /* if true, the device is a /dev/sg* */
- int probed; /* if true, format was probed automatically */
/* event callback when inserting/removing */
void (*change_cb)(void *opaque);
void *change_opaque;