Re: [Qemu-devel] [PATCH v4 4/7] hmp: use l for size argument in memsave/pmemsave

2018-08-16 Thread Dr. David Alan Gilbert
* Simon Ruderich (si...@ruderich.org) wrote: > i is only 32-bit. To prevent possible truncation when dumping large > memory regions use l which is target long. > > Suggested-by: Dr. David Alan Gilbert > Signed-off-by: Simon Ruderich Reviewed-by: Dr. David Alan Gilbert > --- > hmp-commands.hx

[Qemu-devel] [PATCH v4 4/7] hmp: use l for size argument in memsave/pmemsave

2018-08-16 Thread Simon Ruderich
i is only 32-bit. To prevent possible truncation when dumping large memory regions use l which is target long. Suggested-by: Dr. David Alan Gilbert Signed-off-by: Simon Ruderich --- hmp-commands.hx | 4 ++-- hmp.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git