Re: [PATCH 70/71] tests/unit/test-vmstate: Constify VMState
Richard Henderson wrote: > While const data in tests is not particularly important, > this makes a grep test clear across the tree. > > Signed-off-by: Richard Henderson Reviewed-by: Juan Quintela
[PATCH 70/71] tests/unit/test-vmstate: Constify VMState
While const data in tests is not particularly important, this makes a grep test clear across the tree. Signed-off-by: Richard Henderson --- tests/unit/test-vmstate.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/tests/unit/test-vmstate