qemu-ppc
[Top][All Lists]
Advanced

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

Re: [Qemu-ppc] [PATCH] target/ppc: fix tlbsync to check privilege level


From: Cédric Le Goater
Subject: Re: [Qemu-ppc] [PATCH] target/ppc: fix tlbsync to check privilege level depending on GTSE
Date: Thu, 15 Mar 2018 08:20:15 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

>> --- a/target/ppc/translate.c
>> +++ b/target/ppc/translate.c
>> @@ -4526,7 +4526,7 @@ static void gen_tlbie(DisasContext *ctx)
>>      TCGv_i32 t1;
>>  
>>      if (ctx->gtse) {
>> -        CHK_SV; /* If gtse is set then tblie is supervisor
>> privileged */
>> +        CHK_SV; /* If gtse is set then tlbie is supervisor
>> privileged */
> 
> ^^^ Did that line actually change? :)

It did. Look closer :)

C.



reply via email to

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