On Tue, Jun 29 2021, "Cho, Yu-Chen" <[email protected]> wrote: > all function calls are protected by kvm_enabled(), > so we do not need the stubs. > > Signed-off-by: Claudio Fontana <[email protected]> > Signed-off-by: Cho, Yu-Chen <[email protected]> > --- > MAINTAINERS | 1 - > target/s390x/kvm-stub.c | 121 --------------------------------------- > target/s390x/meson.build | 2 +- > 3 files changed, 1 insertion(+), 123 deletions(-) > delete mode 100644 target/s390x/kvm-stub.c
Reviewed-by: Cornelia Huck <[email protected]>
