Re: [PATCH 1/3] physmem: Reduce local variable scope in flatview_read/write_continue()
On Thu, Feb 15, 2024 at 02:28:15PM +, Jonathan Cameron wrote: > Precursor to factoring out the inner loops for reuse. > > Signed-off-by: Jonathan Cameron Reviewed-by: Peter Xu -- Peter Xu
[PATCH 1/3] physmem: Reduce local variable scope in flatview_read/write_continue()
Precursor to factoring out the inner loops for reuse. Signed-off-by: Jonathan Cameron --- system/physmem.c | 38 ++ 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/system/physmem.c b/system/physmem.c index 6a3c9de512..39b5ac751e 100644 --- a/sy