qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC v4 06/14] target/s390x: start moving TCG-only code to tcg/


From: Cornelia Huck
Subject: Re: [RFC v4 06/14] target/s390x: start moving TCG-only code to tcg/
Date: Wed, 02 Jun 2021 11:48:43 +0200
User-agent: Notmuch/0.32.1 (https://notmuchmail.org)

On Mon, May 24 2021, "Cho, Yu-Chen" <acho@suse.com> wrote:

> move everything related to translate, as well as HELPER code in tcg/
>
> mmu_helper.c stays put for now, as it contains both TCG and KVM code.
>
> The internal.h file is renamed to s390x-internal.h, because of the
> risk of collision with other files with the same name.
>
> Signed-off-by: Claudio Fontana <cfontana@suse.de>
> Acked-by: David Hildenbrand <david@redhat.com>
> Signed-off-by: Cho, Yu-Chen <acho@suse.com>
> ---
>  hw/s390x/tod-tcg.c                            |  2 +-
>  include/hw/s390x/tod.h                        |  2 +-
>  target/s390x/arch_dump.c                      |  2 +-
>  target/s390x/cpu.c                            |  2 +-
>  target/s390x/cpu_models.c                     |  2 +-
>  target/s390x/diag.c                           |  2 +-
>  target/s390x/gdbstub.c                        |  2 +-
>  target/s390x/helper.c                         |  2 +-
>  target/s390x/interrupt.c                      |  4 ++--
>  target/s390x/ioinst.c                         |  2 +-
>  target/s390x/kvm.c                            |  2 +-
>  target/s390x/machine.c                        |  4 ++--
>  target/s390x/meson.build                      | 17 ++---------------
>  target/s390x/mmu_helper.c                     |  2 +-
>  target/s390x/{internal.h => s390x-internal.h} |  6 ++++++
>  target/s390x/sigp.c                           |  2 +-
>  target/s390x/{ => tcg}/cc_helper.c            |  2 +-
>  target/s390x/{ => tcg}/crypto_helper.c        |  2 +-
>  target/s390x/{ => tcg}/excp_helper.c          |  2 +-
>  target/s390x/{ => tcg}/fpu_helper.c           |  2 +-
>  target/s390x/{ => tcg}/insn-data.def          |  0
>  target/s390x/{ => tcg}/insn-format.def        |  0
>  target/s390x/{ => tcg}/int_helper.c           |  2 +-
>  target/s390x/{ => tcg}/mem_helper.c           |  2 +-
>  target/s390x/tcg/meson.build                  | 14 ++++++++++++++
>  target/s390x/{ => tcg}/misc_helper.c          |  2 +-
>  target/s390x/{ => tcg}/s390-tod.h             |  0
>  target/s390x/{ => tcg}/tcg_s390x.h            |  0
>  target/s390x/{ => tcg}/translate.c            |  2 +-
>  target/s390x/{ => tcg}/translate_vx.c.inc     |  0
>  target/s390x/{ => tcg}/vec.h                  |  0
>  target/s390x/{ => tcg}/vec_fpu_helper.c       |  2 +-
>  target/s390x/{ => tcg}/vec_helper.c           |  2 +-
>  target/s390x/{ => tcg}/vec_int_helper.c       |  0
>  target/s390x/{ => tcg}/vec_string_helper.c    |  2 +-
>  35 files changed, 49 insertions(+), 42 deletions(-)
>  rename target/s390x/{internal.h => s390x-internal.h} (98%)
>  rename target/s390x/{ => tcg}/cc_helper.c (99%)
>  rename target/s390x/{ => tcg}/crypto_helper.c (98%)
>  rename target/s390x/{ => tcg}/excp_helper.c (99%)
>  rename target/s390x/{ => tcg}/fpu_helper.c (99%)
>  rename target/s390x/{ => tcg}/insn-data.def (100%)
>  rename target/s390x/{ => tcg}/insn-format.def (100%)
>  rename target/s390x/{ => tcg}/int_helper.c (99%)
>  rename target/s390x/{ => tcg}/mem_helper.c (99%)
>  create mode 100644 target/s390x/tcg/meson.build
>  rename target/s390x/{ => tcg}/misc_helper.c (99%)
>  rename target/s390x/{ => tcg}/s390-tod.h (100%)
>  rename target/s390x/{ => tcg}/tcg_s390x.h (100%)
>  rename target/s390x/{ => tcg}/translate.c (99%)
>  rename target/s390x/{ => tcg}/translate_vx.c.inc (100%)
>  rename target/s390x/{ => tcg}/vec.h (100%)
>  rename target/s390x/{ => tcg}/vec_fpu_helper.c (99%)
>  rename target/s390x/{ => tcg}/vec_helper.c (99%)
>  rename target/s390x/{ => tcg}/vec_int_helper.c (100%)
>  rename target/s390x/{ => tcg}/vec_string_helper.c (99%)

Acked-by: Cornelia Huck <cohuck@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]