qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC v4 11/14] target/s390x: remove kvm-stub.c


From: Cornelia Huck
Subject: Re: [RFC v4 11/14] target/s390x: remove kvm-stub.c
Date: Wed, 02 Jun 2021 12:44:09 +0200
User-agent: Notmuch/0.32.1 (https://notmuchmail.org)

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

> all function calls are protected by kvm_enabled(),
> so we should not need the stubs.
>
> Signed-off-by: Claudio Fontana <cfontana@suse.de>
> Signed-off-by: Cho, Yu-Chen <acho@suse.com>
> ---
>  target/s390x/kvm-stub.c  | 126 ---------------------------------------
>  target/s390x/meson.build |   2 +-
>  2 files changed, 1 insertion(+), 127 deletions(-)
>  delete mode 100644 target/s390x/kvm-stub.c

(...)

> -int kvm_s390_get_gs(void)
> -{
> -    return 0;
> -}

Unrelated to this patch: Nobody seems to call kvm_s390_get_gs()
(anymore?); are we missing something, or can that function be removed?




reply via email to

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