[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v1 4/6] target/s390x: move wrap_address to cpu.h
From: |
David Hildenbrand |
Subject: |
Re: [Qemu-devel] [PATCH v1 4/6] target/s390x: move wrap_address to cpu.h |
Date: |
Mon, 24 Jul 2017 19:38:59 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 |
On 24.07.2017 06:40, Richard Henderson wrote:
> On 07/21/2017 05:56 AM, David Hildenbrand wrote:
>> Signed-off-by: David Hildenbrand<address@hidden>
>> ---
>> target/s390x/cpu.h | 14 ++++++++++++++
>> target/s390x/mem_helper.c | 14 --------------
>> 2 files changed, 14 insertions(+), 14 deletions(-)
>
> Reviewed-by: Richard Henderson <address@hidden>
>
> Although another header, private to the helpers, might be better...
>
Question is if we should have a new header for stuff really only used
locally in target/s390x - in contrast to say cpu.h, which is included
from various other places. So not only a header for helpers, but also
used for e.g. kvm.c.
This header could e.g. be called cpu_helper.h and would not included in
cpu.h
Opinions?
--
Thanks,
David
- [Qemu-devel] [PATCH v1 0/6] target/s390x: tcg improvments + MSA functions, David Hildenbrand, 2017/07/21
- [Qemu-devel] [PATCH v1 1/6] target/s390x: fix pgm irq ilen for stsi, David Hildenbrand, 2017/07/21
- [Qemu-devel] [PATCH v1 2/6] target/s390x: fix pgm irq ilen in translate_pages(), David Hildenbrand, 2017/07/21
- [Qemu-devel] [PATCH v1 3/6] target/s390x: implement spm (SET PROGRAM MASK), David Hildenbrand, 2017/07/21
- [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, Cornelia Huck, 2017/07/25