Re: [RFC v5 09/13] target/s390x: make helper.c sysemu-only

2021-06-22 Thread Al Cho
Yes, it should be "sysemu", it's a typo. From: Cornelia Huck Sent: Tuesday, June 22, 2021 7:42 PM To: Al Cho ; qemu-devel@nongnu.org ; qemu-s3...@nongnu.org Cc: Claudio Fontana ; Al Cho ; Claudio Fontana Subject: Re: [RFC v5 09/13] target/s390x

Re: [RFC v5 09/13] target/s390x: make helper.c sysemu-only

2021-06-22 Thread Cornelia Huck
On Tue, Jun 22 2021, "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 > Signed-off-by: Cho, Yu-Chen > Acked-by: Cornelia Huck > --- > target/s390x/helper.c| 6 +- > target/s3

[RFC v5 09/13] target/s390x: make helper.c sysemu-only

2021-06-22 Thread Cho, Yu-Chen
Now that we have moved cpu-dump functionality out of helper.c, we can make the module sysemu-only. Signed-off-by: Claudio Fontana Signed-off-by: Cho, Yu-Chen Acked-by: Cornelia Huck --- target/s390x/helper.c| 6 +- target/s390x/meson.build | 2 +- 2 files changed, 2 insertions(+), 6 de