Re: [Qemu-devel] [PATCH v2 07/16] vmstate: Add VMSTATE_UINT64_SUB_ARRAY

2018-01-22 Thread Alex Bennée
Richard Henderson writes: > At the same time, move VMSTATE_UINT32_SUB_ARRAY > beside the other UINT32 definitions. > > Reviewed-by: Philippe Mathieu-Daudé > Reviewed-by: Peter Maydell > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > include/migration/vmstate.h | 9 +

[Qemu-devel] [PATCH v2 07/16] vmstate: Add VMSTATE_UINT64_SUB_ARRAY

2018-01-18 Thread Richard Henderson
At the same time, move VMSTATE_UINT32_SUB_ARRAY beside the other UINT32 definitions. Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- include/migration/vmstate.h | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/incl