qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 3/9] dump: Introduce shdr_num to decrease complexity


From: Richard Henderson
Subject: Re: [PATCH v2 3/9] dump: Introduce shdr_num to decrease complexity
Date: Fri, 11 Mar 2022 11:41:33 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 3/10/22 03:08, Janosch Frank wrote:
Let's move from a boolean to a int variable which will later enable us
to store the number of sections that are in the dump file.

Signed-off-by: Janosch Frank<frankja@linux.ibm.com>
---
  dump/dump.c           | 24 ++++++++++++------------
  include/sysemu/dump.h |  2 +-
  2 files changed, 13 insertions(+), 13 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]