On Tue, Jun 22 2021, "Cho, Yu-Chen" <a...@suse.com> wrote: > Now that we have moved cpu-dump functionality out of helper.c, > we can make the module sysemu-only. > > Signed-off-by: Claudio Fontana <cfont...@suse.de> > Signed-off-by: Cho, Yu-Chen <a...@suse.com> > Acked-by: Cornelia Huck <coh...@redhat.com> > --- > target/s390x/helper.c | 6 +----- > target/s390x/meson.build | 2 +- > 2 files changed, 2 insertions(+), 6 deletions(-) > > diff --git a/target/s390x/helper.c b/target/s390x/helper.c > index 41ccc83d11..b9d18325bc 100644 > --- a/target/s390x/helper.c > +++ b/target/s390x/helper.c > @@ -1,5 +1,5 @@ > /* > - * S/390 helpers > + * S/390 helpers - systemu only
Typo -- you probably meant "sysemu"? (Although I'd probably spell it out as "system emulation".) > * > * Copyright (c) 2009 Ulrich Hecht > * Copyright (c) 2011 Alexander Graf