[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC v3 04/13] target/s390x: remove tcg-stub.c
From: |
Cornelia Huck |
Subject: |
Re: [RFC v3 04/13] target/s390x: remove tcg-stub.c |
Date: |
Tue, 27 Apr 2021 16:55:54 +0200 |
On Thu, 22 Apr 2021 13:54:21 +0200
Claudio Fontana <cfontana@suse.de> wrote:
> now that we protect all calls to the tcg-specific functions
> with if (tcg_enabled()), we do not need the TCG stub anymore.
>
> Signed-off-by: Claudio Fontana <cfontana@suse.de>
> Reviewed-by: David Hildenbrand <david@redhat.com>
> ---
> target/s390x/tcg-stub.c | 30 ------------------------------
> target/s390x/meson.build | 2 +-
> 2 files changed, 1 insertion(+), 31 deletions(-)
> delete mode 100644 target/s390x/tcg-stub.c
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
- Re: [RFC v3 02/13] hw/s390x: only build tod-tcg from the CONFIG_TCG build, (continued)
- [RFC v3 01/13] hw/s390x: rename tod-qemu.c to tod-tcg.c, Claudio Fontana, 2021/04/22
- [RFC v3 03/13] hw/s390x: tod: make explicit checks for accelerators when initializing, Claudio Fontana, 2021/04/22
- [RFC v3 08/13] target/s390x: make helper.c sysemu-only, Claudio Fontana, 2021/04/22
- [RFC v3 04/13] target/s390x: remove tcg-stub.c, Claudio Fontana, 2021/04/22
- Re: [RFC v3 04/13] target/s390x: remove tcg-stub.c,
Cornelia Huck <=
- [RFC v3 06/13] target/s390x: move sysemu-only code out to cpu-sysemu.c, Claudio Fontana, 2021/04/22
- [RFC v3 05/13] target/s390x: start moving TCG-only code to tcg/, Claudio Fontana, 2021/04/22
- [RFC v3 10/13] target/s390x: remove kvm-stub.c, Claudio Fontana, 2021/04/22
- [RFC v3 07/13] target/s390x: split cpu-dump from helper.c, Claudio Fontana, 2021/04/22
- [RFC v3 09/13] target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1m, Claudio Fontana, 2021/04/22
- [RFC v3 13/13] MAINTAINERS: update s390x directories, Claudio Fontana, 2021/04/22
- [RFC v3 11/13] target/s390x: move kvm files into kvm/, Claudio Fontana, 2021/04/22