mbox series

[v2,0/2] qtest: Remove uses of 'first_cpu'

Message ID 20241211233727.98923-1-philmd@linaro.org
Headers show
Series qtest: Remove uses of 'first_cpu' | expand

Message

Philippe Mathieu-Daudé Dec. 11, 2024, 11:37 p.m. UTC
Replace first_cpu->as by address_space_memory.

Philippe Mathieu-Daudé (2):
  system/qtest: Remove uses of 'first_cpu'
  qtest/fuzz: Remove uses of 'first_cpu'

 system/qtest.c                    | 53 ++++++++++++++++---------------
 tests/qtest/fuzz/generic_fuzz.c   |  3 +-
 tests/qtest/fuzz/qtest_wrappers.c | 53 ++++++++++++++++---------------
 3 files changed, 56 insertions(+), 53 deletions(-)

Comments

Richard Henderson Dec. 12, 2024, 12:04 a.m. UTC | #1
On 12/11/24 17:37, Philippe Mathieu-Daudé wrote:
> Replace first_cpu->as by address_space_memory.
> 
> Philippe Mathieu-Daudé (2):
>    system/qtest: Remove uses of 'first_cpu'
>    qtest/fuzz: Remove uses of 'first_cpu'
> 
>   system/qtest.c                    | 53 ++++++++++++++++---------------
>   tests/qtest/fuzz/generic_fuzz.c   |  3 +-
>   tests/qtest/fuzz/qtest_wrappers.c | 53 ++++++++++++++++---------------
>   3 files changed, 56 insertions(+), 53 deletions(-)
> 

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

r~