linux-user/elfload: Write process memory to core file in larger chunks
commitb4c7ab816b48e0d2dd15753c0329bd4aa59f713f
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 27 Feb 2024 16:43:53 +0000 (27 06:43 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 29 Feb 2024 21:03:52 +0000 (29 11:03 -1000)
treed39c0cb09696298147c57488984ea464451c4f8e
parent243c47066253c4236b8792ee158f9971d1c27bf9
linux-user/elfload: Write process memory to core file in larger chunks

We do not need to copy pages from guest memory before writing
them out.  Because vmas are contiguous in host memory, we can
write them in one go.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/elfload.c