diff options
author | Markus Armbruster <armbru@redhat.com> | 2011-08-03 15:08:08 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2011-09-06 11:24:06 +0200 |
commit | 8e49ca46249481588c881918d5bd023e16209095 (patch) | |
tree | 9ef20fa1c3d64ab755ef4cd2fcb78e39c549ec2f /block_int.h | |
parent | be32f75f4dfb4e7dead9fb9cfb8a7195b1e25ebf (diff) |
block: Leave tracking media change to device models
hw/fdc.c is the only one that cares.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block_int.h')
-rw-r--r-- | block_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block_int.h b/block_int.h index 19ae75ee34..539b4ed895 100644 --- a/block_int.h +++ b/block_int.h @@ -175,7 +175,6 @@ struct BlockDriverState { this file image */ char backing_format[16]; /* if non-zero and backing_file exists */ int is_temporary; - int media_changed; BlockDriverState *backing_hd; BlockDriverState *file; |