Yes, it should be "sysemu", it's a typo. ________________________________ From: Cornelia Huck <coh...@redhat.com> Sent: Tuesday, June 22, 2021 7:42 PM To: Al Cho <a...@suse.com>; qemu-devel@nongnu.org <qemu-devel@nongnu.org>; qemu-s3...@nongnu.org <qemu-s3...@nongnu.org> Cc: Claudio Fontana <claudio.font...@suse.com>; Al Cho <a...@suse.com>; Claudio Fontana <cfont...@suse.de> Subject: Re: [RFC v5 09/13] target/s390x: make helper.c sysemu-only
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