qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v6 07/29] target/arm: Wrap TCG-only code in debug_helper.c


From: Richard Henderson
Subject: Re: [PATCH v6 07/29] target/arm: Wrap TCG-only code in debug_helper.c
Date: Fri, 17 Feb 2023 18:10:09 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

On 2/17/23 10:11, Fabiano Rosas wrote:
The next few patches will move helpers under CONFIG_TCG. We'd prefer
to keep the debug helpers and debug registers close together, so
rearrange the file a bit to be able to wrap the helpers with a TCG
ifdef.

Signed-off-by: Fabiano Rosas<farosas@suse.de>
---
  target/arm/debug_helper.c | 476 +++++++++++++++++++-------------------
  1 file changed, 239 insertions(+), 237 deletions(-)

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

r~



reply via email to

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