[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v1 0/6] target/s390x: tcg improvments + MSA func
From: |
David Hildenbrand |
Subject: |
Re: [Qemu-devel] [PATCH v1 0/6] target/s390x: tcg improvments + MSA functions |
Date: |
Mon, 24 Jul 2017 19:58:50 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 |
On 24.07.2017 05:16, Richard Henderson wrote:
> On 07/21/2017 05:56 AM, David Hildenbrand wrote:
>> 1. smaller pgm irq instruction length fixes
>
> I think maybe we should add insn length data to the unwind data, so that we
> can
> have env->int_pgm_ilen set to the right value whenever cpu_restore_state is
> called.
>
>
> r~
>
You mean, passing a third argument to tcg_gen_insn_start():
tcg_gen_insn_start(dc.pc, dc.cc_op, dc.ilen);
by setting TARGET_INSN_START_EXTRA_WORDS=2 ?
Then we would have to do instruction length detection before
tcg_gen_insn_start() and therefore before translate_one().
--
Thanks,
David
- Re: [Qemu-devel] [PATCH v1 3/6] target/s390x: implement spm (SET PROGRAM MASK), (continued)
- [Qemu-devel] [PATCH v1 4/6] target/s390x: move wrap_address to cpu.h, David Hildenbrand, 2017/07/21
- [Qemu-devel] [PATCH v1 5/6] target/s390x: add basic MSA features, David Hildenbrand, 2017/07/21
- [Qemu-devel] [PATCH v1 6/6] target/s390x: various alignment check, David Hildenbrand, 2017/07/21
- Re: [Qemu-devel] [PATCH v1 0/6] target/s390x: tcg improvments + MSA functions, no-reply, 2017/07/21
- Re: [Qemu-devel] [PATCH v1 0/6] target/s390x: tcg improvments + MSA functions, Richard Henderson, 2017/07/23
- Re: [Qemu-devel] [PATCH v1 0/6] target/s390x: tcg improvments + MSA functions,
David Hildenbrand <=
- Re: [Qemu-devel] [PATCH v1 0/6] target/s390x: tcg improvments + MSA functions, Cornelia Huck, 2017/07/25