qemu-arm
[Top][All Lists]
Advanced

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

Re: [RFC PATCH 19/27] target/arm: Move common cpregs code into a separat


From: Richard Henderson
Subject: Re: [RFC PATCH 19/27] target/arm: Move common cpregs code into a separate file
Date: Wed, 4 Jan 2023 20:58:51 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 1/4/23 13:58, Fabiano Rosas wrote:
Code moved verbatim.

Signed-off-by: Fabiano Rosas<farosas@suse.de>
---
Extracted from:
https://lore.kernel.org/r/20210416162824.25131-15-cfontana@suse.de
[RFC v14 14/80] target/arm: split cpregs from tcg/helper.c
---
  target/arm/cpregs.c    | 482 +++++++++++++++++++++++++++++++++++++++++
  target/arm/helper.c    | 472 ----------------------------------------
  target/arm/meson.build |   1 +
  3 files changed, 483 insertions(+), 472 deletions(-)
  create mode 100644 target/arm/cpregs.c

Ok, now I'd like to know what the intended difference between cpregs.c and cpustate-list.c. If it were only write_cpustate_to_list and write_list_to_cpustate in the latter file, that might be one thing. But get_arm_cp_reginfo definitely belongs in cpregs.c.


r~



reply via email to

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