Re: [PATCH] hostmem: simplify the code

2024-06-06 Thread Philippe Mathieu-Daudé
On 6/6/24 11:37, Paolo Bonzini wrote: No semantic change, just simpler control flow. Signed-off-by: Paolo Bonzini --- backends/hostmem.c | 24 1 file changed, 8 insertions(+), 16 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH] hostmem: simplify the code

2024-06-06 Thread Paolo Bonzini
No semantic change, just simpler control flow. Signed-off-by: Paolo Bonzini --- backends/hostmem.c | 24 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/backends/hostmem.c b/backends/hostmem.c index 37be93c8bb3..33baca6a974 100644 --- a/backends/hostmem.c