diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-19 08:50:47 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-19 08:50:47 -0600 |
commit | ddf83d0173c6a64a95a6640e4bfcea4cd789cad2 (patch) | |
tree | d515cadede7bae9ee72e66a57140a7288b5aac36 /block.h | |
parent | ea830ebb74461c5ad6d199857fb000d2e0284c69 (diff) | |
parent | bd83b3620517ef9f2079cfda465953e60263f623 (diff) | |
download | qemu-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |