[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] tcg: Mask TCGMemOp appropriately for indexing
From: |
Yongbok Kim |
Subject: |
Re: [Qemu-devel] [PATCH] tcg: Mask TCGMemOp appropriately for indexing |
Date: |
Mon, 1 Jun 2015 10:42:46 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
On 29/05/2015 18:35, Richard Henderson wrote:
> The addition of MO_AMASK means that places that used inverted masks
> need to be changed to use positive masks, and places that failed to
> mask the intended bits need updating.
>
> Cc: Yongbok Kim <address@hidden>
> Signed-off-by: Richard Henderson <address@hidden>
> ---
>
> This should fix the problem you found while testing the mipsr6
> unaligned memory ops patch set.
>
>
> r~
I have noticed that you haven't changed it for the tci, is it deliberate?
Another minor thing is that tcg_dump_ops() in tcg.c wouldn't print ld/st
names correctly but hex code will be printed out.
Otherwise,
Reviewed-by: Yongbok Kim <address@hidden>
Regards,
Yongbok
- Re: [Qemu-devel] [PATCH] tcg: Mask TCGMemOp appropriately for indexing,
Yongbok Kim <=