[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC v6 09/13] target/s390x: make helper.c sysemu-only
From: |
Al Cho |
Subject: |
Re: [RFC v6 09/13] target/s390x: make helper.c sysemu-only |
Date: |
Fri, 2 Jul 2021 07:27:25 +0000 |
User-agent: |
Evolution 3.40.2 |
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 <cfontana@suse.de>
> > Signed-off-by: Cho, Yu-Chen <acho@suse.com>
> > Acked-by: Cornelia Huck <cohuck@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 <thuth@redhat.com>
>
That's a stupid mistake, it should be fixed this version.
Will fix it.
Thanks,
AL