qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC v4 3/9] softmmu: Add helpers for a new slowpath


From: alvise rigo
Subject: Re: [Qemu-devel] [RFC v4 3/9] softmmu: Add helpers for a new slowpath
Date: Wed, 12 Aug 2015 15:09:44 +0200

Yes, it could. However, it's really unlikely that a vCPU, after
issuing a LL to the virtual address x, it stores to the same phys
address using the virtual address y.

I'm not really sure If we really need to handle these cases.

alvise

On Wed, Aug 12, 2015 at 2:43 PM, Paolo Bonzini <address@hidden> wrote:
>
>
> On 07/08/2015 19:03, Alvise Rigo wrote:
>> +
>> +    /* For this vCPU, just update the TLB entry, no need to flush. */
>> +    env->tlb_table[mmu_idx][index].addr_write |= TLB_EXCL;
>
> Couldn't this vCPU also have two aliasing entries in the TLB?
>
> Paolo



reply via email to

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