aboutsummaryrefslogtreecommitdiff
path: root/block.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-12-19 08:50:47 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2011-12-19 08:50:47 -0600
commitddf83d0173c6a64a95a6640e4bfcea4cd789cad2 (patch)
treed515cadede7bae9ee72e66a57140a7288b5aac36 /block.h
parentea830ebb74461c5ad6d199857fb000d2e0284c69 (diff)
parentbd83b3620517ef9f2079cfda465953e60263f623 (diff)
downloadqemu-ddf83d0173c6a64a95a6640e4bfcea4cd789cad2.zip
qemu-ddf83d0173c6a64a95a6640e4bfcea4cd789cad2.tar.gz
qemu-ddf83d0173c6a64a95a6640e4bfcea4cd789cad2.tar.bz2
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Diffstat (limited to 'block.h')
-rw-r--r--block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/block.h b/block.h
index 0e3ff9f..3bd4398 100644
--- a/block.h
+++ b/block.h
@@ -22,7 +22,7 @@ typedef struct QEMUSnapshotInfo {
/* the following fields are informative. They are not needed for
the consistency of the snapshot */
char name[256]; /* user chosen name */
- uint32_t vm_state_size; /* VM state info size */
+ uint64_t vm_state_size; /* VM state info size */
uint32_t date_sec; /* UTC date of the snapshot */
uint32_t date_nsec;
uint64_t vm_clock_nsec; /* VM clock relative to boot */