Re: [Qemu-devel] [RFC PATCH v2 5/6] vmstate: Add uint32 2D-array support

2013-10-14 Thread Peter Maydell
On 26 September 2013 22:03, Christoffer Dall wrote: > Add support for saving VMtate of 2D arrays of uint32 values. "VMState". Otherwise: Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [RFC PATCH v2 5/6] vmstate: Add uint32 2D-array support

2013-09-26 Thread Christoffer Dall
Add support for saving VMtate of 2D arrays of uint32 values. Signed-off-by: Christoffer Dall --- include/migration/vmstate.h |6 ++ 1 file changed, 6 insertions(+) diff --git a/include/migration/vmstate.h b/include/migration/vmstate.h index 1c31b5d..e5538c7 100644 --- a/include/migratio