Re: [PATCH v7 01/14] target/s390x: meson: add target_user_arch

2021-07-09 Thread Cornelia Huck
On Fri, Jul 09 2021, Al Cho wrote: > On Thu, 2021-07-08 at 19:20 +0200, Cornelia Huck wrote: >> On Wed, Jul 07 2021, "Cho, Yu-Chen" wrote: >> >> > the lack of target_user_arch makes it hard to fully leverage the >> > build system in order to separate user code from sysemu code. >> > >> > Provi

Re: [PATCH v7 01/14] target/s390x: meson: add target_user_arch

2021-07-09 Thread Al Cho
On Thu, 2021-07-08 at 19:20 +0200, Cornelia Huck wrote: > On Wed, Jul 07 2021, "Cho, Yu-Chen" wrote: > > > the lack of target_user_arch makes it hard to fully leverage the > > build system in order to separate user code from sysemu code. > > > > Provide it, so that we can avoid the proliferation

Re: [PATCH v7 01/14] target/s390x: meson: add target_user_arch

2021-07-08 Thread Cornelia Huck
On Wed, Jul 07 2021, "Cho, Yu-Chen" wrote: > the lack of target_user_arch makes it hard to fully leverage the > build system in order to separate user code from sysemu code. > > Provide it, so that we can avoid the proliferation of #ifdef > in target code. > > Signed-off-by: Claudio Fontana > Si

Re: [PATCH v7 01/14] target/s390x: meson: add target_user_arch

2021-07-07 Thread Thomas Huth
On 07/07/2021 12.53, Cho, Yu-Chen wrote: the lack of target_user_arch makes it hard to fully leverage the build system in order to separate user code from sysemu code. Provide it, so that we can avoid the proliferation of #ifdef in target code. Signed-off-by: Claudio Fontana Signed-off-by: Cho

[PATCH v7 01/14] target/s390x: meson: add target_user_arch

2021-07-07 Thread Cho, Yu-Chen
the lack of target_user_arch makes it hard to fully leverage the build system in order to separate user code from sysemu code. Provide it, so that we can avoid the proliferation of #ifdef in target code. Signed-off-by: Claudio Fontana Signed-off-by: Cho, Yu-Chen Acked-by: Cornelia Huck Reviewe