]> git.proxmox.com Git - qemu.git/commit
vmstate: Add support for VBUFFERS
authorJuan Quintela <quintela@redhat.com>
Wed, 2 Dec 2009 11:36:38 +0000 (12:36 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 3 Dec 2009 16:04:54 +0000 (10:04 -0600)
commite61a1e0a1147018d26f894c17f56f08117c0ba7b
tree52aa322e7c1db506e1717b0ffde3f5b793cc3e28
parent8595387e3e08cae5ae1caef5633b551f09ba4211
vmstate: Add support for VBUFFERS

Support for buffer that are pointed by a pointer (i.e. not embedded)
where the size that we want to use is a field in the state.
We also need a new place to store where to start in the middle of the
buffer, as now it is a pointer, not the offset of the 1st field.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/hw.h
savevm.c