qcow2 is now used for '-snapshot' - keep BlockDriverState.total_sectors

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2094 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2006-08-06 13:35:09 +00:00
parent a946592212
commit d15a771da1
2 changed files with 7 additions and 8 deletions

View file

@ -73,7 +73,8 @@ struct BlockDriver {
};
struct BlockDriverState {
int64_t total_sectors; /* XXX: will be suppressed */
int64_t total_sectors; /* if we are reading a disk image, give its
size in sectors */
int read_only; /* if true, the media is read only */
int inserted; /* if true, the media is present */
int removable; /* if true, the media can be removed */