On Tue, 10 Dec 2024 at 10:20, Philippe Mathieu-Daudé wrote:
>
> On 10/12/24 11:03, Peter Maydell wrote:
> > On Wed, 27 Nov 2024 at 19:20, Philippe Mathieu-Daudé
> > wrote:
> >>
> >> There is no vCPU within the QTest accelerator (well, they
> >> are stubs doing nothing, see dummy_cpu_thread_fn).
On 10/12/24 11:20, Philippe Mathieu-Daudé wrote:
On 10/12/24 11:03, Peter Maydell wrote:
On Wed, 27 Nov 2024 at 19:20, Philippe Mathieu-Daudé
wrote:
There is no vCPU within the QTest accelerator (well, they
are stubs doing nothing, see dummy_cpu_thread_fn).
Directly use the cpu_physical_memor
On 10/12/24 11:03, Peter Maydell wrote:
On Wed, 27 Nov 2024 at 19:20, Philippe Mathieu-Daudé wrote:
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
On Wed, 27 Nov 2024 at 19:20, Philippe Mathieu-Daudé wrote:
>
> 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
> memor
On 9/12/24 21:34, Fabiano Rosas wrote:
Fabiano Rosas writes:
Philippe Mathieu-Daudé 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
Fabiano Rosas writes:
> Philippe Mathieu-Daudé 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
>> mem
Philippe Mathieu-Daudé 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 th
On 27/11/24 23:35, Richard Henderson wrote:
On 11/27/24 13:19, Philippe Mathieu-Daudé wrote:
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
On 11/27/24 13:19, Philippe Mathieu-Daudé wrote:
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 access
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: Phili
10 matches
Mail list logo