mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
qcow2: Allow >4 GB VM state
This is a compatible extension to the snapshot header format that allows saving a 64 bit VM state size. Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
3763f26f2f
commit
c2c9a46609
5 changed files with 42 additions and 6 deletions
|
@ -78,7 +78,7 @@ typedef struct QCowSnapshot {
|
|||
uint32_t l1_size;
|
||||
char *id_str;
|
||||
char *name;
|
||||
uint32_t vm_state_size;
|
||||
uint64_t vm_state_size;
|
||||
uint32_t date_sec;
|
||||
uint32_t date_nsec;
|
||||
uint64_t vm_clock_nsec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue