Re: [Qemu-devel] [PATCH v2 01/22] migration: Define VMSTATE_UINT64_2DARRAY

2016-06-06 Thread Shannon Zhao
On 2016/5/26 22:55, Peter Maydell wrote: > Define a VMSTATE_UINT64_2DARRAY macro, to go with the ones we > already have for other type sizes. > > Signed-off-by: Peter Maydell Reviewed-by: Shannon Zhao > --- > include/migration/vmstate.h |

[Qemu-devel] [PATCH v2 01/22] migration: Define VMSTATE_UINT64_2DARRAY

2016-05-26 Thread Peter Maydell
Define a VMSTATE_UINT64_2DARRAY macro, to go with the ones we already have for other type sizes. Signed-off-by: Peter Maydell --- include/migration/vmstate.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/migration/vmstate.h