qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Making cputlb.c operations safe for MTTCG


From: Richard Henderson
Subject: Re: [Qemu-devel] Making cputlb.c operations safe for MTTCG
Date: Tue, 27 Sep 2016 17:34:27 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

On 09/27/2016 04:32 PM, Alex Bennée wrote:

Richard Henderson <address@hidden> writes:

On 09/27/2016 03:29 PM, Emilio G. Cota wrote:
What's a quick-and-dirty way to disable the fast-path TLB lookups?
Alex: you told me the monitor has an option for this, but I can't
find it. I'm looking for something that'd go in tcg/i386 to simply
bypass the fast path.

There is no easy way.  If you need that, you'd have to significantly modify the
tcg backend.

Surely all the backends force the slow-path when any of TLB_FLAGS_MASK
are set. Unless adding an extra bit is going to run out of spare bits on
some backends?

You could do that, yes.  You also need to adjust softmmu_template.h to match.


r~




reply via email to

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