[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH-for-10.0] system/qtest: Access memory using cpu_physical_memo
From: |
Fabiano Rosas |
Subject: |
Re: [PATCH-for-10.0] system/qtest: Access memory using cpu_physical_memory_rw() API |
Date: |
Mon, 09 Dec 2024 14:08:59 -0300 |
Philippe Mathieu-Daudé <philmd@linaro.org> writes:
> There is no vCPU within the QTest accelerator (well, they
> are stubs doing nothing, see dummy_cpu_thread_fn).
> Directly use the cpu_physical_memory_rw() API -- which
> amusingly prefixed 'cpu_' does not use vCPU -- to access
> memory. This reduces accesses to the global 'first_cpu'.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Queued, thanks!
- Re: [PATCH-for-10.0] system/qtest: Access memory using cpu_physical_memory_rw() API,
Fabiano Rosas <=