From d15a771da15513560371443bd361abbcf51f70b8 Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 6 Aug 2006 13:35:09 +0000 Subject: 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 --- block_int.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'block_int.h') diff --git a/block_int.h b/block_int.h index b3bc5b3871..26cc4ffbac 100644 --- a/block_int.h +++ b/block_int.h @@ -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 */ -- cgit v1.2.3