On Thu, 2021-07-01 at 14:36 +0200, Thomas Huth wrote: > On 29/06/2021 16.19, Cho, Yu-Chen 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 | 9 +-------- > > target/s390x/meson.build | 2 +- > > 2 files changed, 2 insertions(+), 9 deletions(-) > > > > diff --git a/target/s390x/helper.c b/target/s390x/helper.c > > index c72e990f4d..a4d4665f67 100644 > > --- a/target/s390x/helper.c > > +++ b/target/s390x/helper.c > > @@ -1,5 +1,5 @@ > > /* > > - * S/390 helpers > > + * S/390 helpers - systemu only > > s/systemu/sysemu/ > > With that typo fixed: > Reviewed-by: Thomas Huth <th...@redhat.com> >
That's a stupid mistake, it should be fixed this version. Will fix it. Thanks, AL