[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 17/20] tcg: Pass data argument to restore_state_
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] [PATCH 17/20] tcg: Pass data argument to restore_state_to_opc |
Date: |
Thu, 17 Sep 2015 12:39:59 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
On 09/08/2015 11:46 AM, Peter Maydell wrote:
> On 2 September 2015 at 06:52, Richard Henderson <address@hidden> wrote:
>> The gen_opc_* arrays are already redundant with the data stored in
>> the insn_start arguments. Transition restore_state_to_opc to use
>> data from the later.
>
> Typo: "latter".
>
>> Signed-off-by: Richard Henderson <address@hidden>
>> diff --git a/tcg/tcg.c b/tcg/tcg.c
>> index a44b834..d956f0b 100644
>> --- a/tcg/tcg.c
>> +++ b/tcg/tcg.c
>> @@ -1007,7 +1007,6 @@ void tcg_dump_ops(TCGContext *s)
>> a = args[i];
>> #endif
>> qemu_log(" " TARGET_FMT_lx, a);
>> -
>> }
>> } else if (c == INDEX_op_call) {
>> /* variable number of arguments */
>
> Stray whitespace change.
Amusingly, this is the whitespace that checkpatch complained about in patch 3.o
r~
- [Qemu-devel] [PATCH 16/20] tcg: Add TCG_MAX_INSNS, (continued)
[Qemu-devel] [PATCH 20/20] tcg: Remove tcg_gen_code_search_pc, Richard Henderson, 2015/09/02
[Qemu-devel] [PATCH 17/20] tcg: Pass data argument to restore_state_to_opc, Richard Henderson, 2015/09/02
[Qemu-devel] [PATCH 19/20] tcg: Remove gen_intermediate_code_pc, Richard Henderson, 2015/09/02
Re: [Qemu-devel] [RFC 00/20] Do away with TB retranslation, Max Filippov, 2015/09/02
- Re: [Qemu-devel] [RFC 00/20] Do away with TB retranslation, Richard Henderson, 2015/09/02
- Re: [Qemu-devel] [RFC 00/20] Do away with TB retranslation, Max Filippov, 2015/09/04
- Re: [Qemu-devel] [RFC 00/20] Do away with TB retranslation, Peter Maydell, 2015/09/04
- Re: [Qemu-devel] [RFC 00/20] Do away with TB retranslation, Richard Henderson, 2015/09/04
- Re: [Qemu-devel] [RFC 00/20] Do away with TB retranslation, Max Filippov, 2015/09/04
- Re: [Qemu-devel] [RFC 00/20] Do away with TB retranslation, Mark Cave-Ayland, 2015/09/05
- Re: [Qemu-devel] [RFC 00/20] Do away with TB retranslation, Richard Henderson, 2015/09/06