[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v1 2/2] s390x: Use uint64_t for vector registers
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PATCH v1 2/2] s390x: Use uint64_t for vector registers |
Date: |
Wed, 29 May 2019 12:08:17 +0200 |
On Wed, 29 May 2019 09:27:26 +0200
David Hildenbrand <address@hidden> wrote:
> CPU_DoubleU is primarily used to reinterpret between integer and floats.
> We don't really need this functionality. So let's just keep it simple
> and use an uint64_t.
>
> Signed-off-by: David Hildenbrand <address@hidden>
> ---
> linux-user/s390x/signal.c | 4 +-
> target/s390x/arch_dump.c | 8 +--
> target/s390x/cpu.h | 4 +-
> target/s390x/excp_helper.c | 6 +-
> target/s390x/gdbstub.c | 16 ++---
> target/s390x/helper.c | 10 +--
> target/s390x/kvm.c | 16 ++---
> target/s390x/machine.c | 128 ++++++++++++++++++-------------------
> target/s390x/translate.c | 2 +-
> 9 files changed, 97 insertions(+), 97 deletions(-)
Indeed, we only ever accessed them via ->ll anyway.
(Migration looks unaffected as well.)