qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 00/26] Merge ppc32/ppc64 tcg backends


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 00/26] Merge ppc32/ppc64 tcg backends
Date: Fri, 02 May 2014 09:43:09 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

On 05/02/2014 09:30 AM, Ulrich Weigand wrote:
> Richard Henderson <address@hidden> wrote on 01.05.2014 17:44:21:
> 
>> Please review, and if you've got an ELFv2 system (nudge nudge), please
>> give it a try and make sure it works.
> 
> I ran into illegal instructions due to this patch:
> 
>>   tcg-ppc64: Support mulsh_i32
> [snip]
>>     case INDEX_op_muluh_i32:
>>         tcg_out32(s, MULHWU | TAB(args[0], args[1], args[2]));
>>         break;
>> +    case INDEX_op_mulsh_i32:
>> +        tcg_out32(s, MULHW | TAB(args[1], args[2], args[3]));
>> +        break;
> 
> I guess that needs to be args[0], args[1], args[2] as well.
> 
> With that change, I was able to start both qemu-system-x86_64 and
> qemu-system-ppc64 and have them run through the respective BIOS/
> SLOF bootup sequence.

Whoops.  That what I get for rearranging the patches at the last minute.


r~




reply via email to

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