[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/9] VMState infrastructure
From: |
Juan Quintela |
Subject: |
[Qemu-devel] [PATCH 0/9] VMState infrastructure |
Date: |
Thu, 10 Mar 2011 12:33:47 +0100 |
Hi
This is the infrastructure that I pushed on my previous series.
Anthony don't like 58 patches series (why? O:-) And then split the
series in three.
This are the infrastructure patches needed for the other two series.
Anthony, please apply.
Later, Juan.
Juan Quintela (9):
vmstate: add VMSTATE_UINT32_EQUAL
vmstate: Fix varrays with uint8 indexes
vmstate: add UINT32 VARRAYS
vmstate: add VMSTATE_STRUCT_VARRAY_INT32
vmstate: add VMSTATE_INT64_ARRAY
vmstate: add VMSTATE_STRUCT_VARRAY_UINT32
vmstate: Add a way to send a partial array
vmstate: be able to store/save a pci device from a pointer
vmstate: move timers to use test instead of version
hw/hw.h | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
savevm.c | 25 ++++++++++++++++++++
2 files changed, 98 insertions(+), 5 deletions(-)
--
1.7.4
- [Qemu-devel] [PATCH 0/9] VMState infrastructure,
Juan Quintela <=
- [Qemu-devel] [PATCH 1/9] vmstate: add VMSTATE_UINT32_EQUAL, Juan Quintela, 2011/03/10
- [Qemu-devel] [PATCH 3/9] vmstate: add UINT32 VARRAYS, Juan Quintela, 2011/03/10
- [Qemu-devel] [PATCH 5/9] vmstate: add VMSTATE_INT64_ARRAY, Juan Quintela, 2011/03/10
- [Qemu-devel] [PATCH 4/9] vmstate: add VMSTATE_STRUCT_VARRAY_INT32, Juan Quintela, 2011/03/10
- [Qemu-devel] [PATCH 6/9] vmstate: add VMSTATE_STRUCT_VARRAY_UINT32, Juan Quintela, 2011/03/10