Re: gitlab-ci: amd64-opensuse-leap-container job failing

2021-09-27 Thread Al Cho
On Mon, 2021-09-27 at 09:35 +0100, Daniel P. Berrangé wrote: > On Sun, Sep 26, 2021 at 07:23:56PM +0200, Philippe Mathieu-Daudé wrote: > > Hi, > > > > FYI the OpenSUSE job is failing since few days, i.e.: > > https://gitlab.com/qemu-project/qemu/-/jobs/1622345026 > > > >   Retrieving repository

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

Re: [RFC v6 12/13] target/s390x: move kvm files into kvm/

2021-07-06 Thread Al Cho
On Thu, 2021-07-01 at 21:30 +0200, Thomas Huth wrote: > On 29/06/2021 16.19, Cho, Yu-Chen wrote: > > move kvm files into kvm/ > > After the reshuffling, update MAINTAINERS accordingly. > > Make use of the new directory: > > > > target/s390x/kvm/ > > > > Signed-off-by: Claudio Fontana > >

Re: [RFC v6 08/13] target/s390x: split cpu-dump from helper.c

2021-07-06 Thread Al Cho
On Mon, 2021-07-05 at 08:25 +0200, Claudio Fontana wrote: > On 7/2/21 9:25 AM, Al Cho wrote: > > On Thu, 2021-07-01 at 14:35 +0200, Thomas Huth wrote: > > > On 29/06/2021 16.19, Cho, Yu-Chen wrote: > > > > Splitting this functionality also allows us to make helper.

Re: [RFC v6 08/13] target/s390x: split cpu-dump from helper.c

2021-07-02 Thread Al Cho
On Thu, 2021-07-01 at 14:35 +0200, Thomas Huth wrote: > On 29/06/2021 16.19, Cho, Yu-Chen wrote: > > Splitting this functionality also allows us to make helper.c sysemu- > > only. > > > > Signed-off-by: Claudio Fontana > > Signed-off-by: Cho, Yu-Chen > > Acked-by: Cornelia Huck > > --- > >  

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

2021-07-02 Thread Al Cho
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 > > Signed-off-by: Cho, Yu-Chen > > Acked-by:

Re: [RFC v6 06/13] target/s390x: start moving TCG-only code to tcg/

2021-07-02 Thread Al Cho
On Thu, 2021-07-01 at 12:51 +0200, Thomas Huth wrote: > On 29/06/2021 16.19, Cho, Yu-Chen wrote: > > move everything related to translate, as well as HELPER code in tcg/ > > > > mmu_helper.c stays put for now, as it contains both TCG and KVM code. > > > > The internal.h file is renamed to

Re: [RFC v6 02/13] hw/s390x: rename tod-qemu.c to tod-tcg.c

2021-07-02 Thread Al Cho
On Thu, 2021-07-01 at 12:11 +0200, Thomas Huth wrote: > On 29/06/2021 16.19, Cho, Yu-Chen wrote: > > we stop short of renaming the actual qom object though, > > so type remains TYPE_QEMU_S390_TOD, ie "s390-tod-qemu". > > > > Signed-off-by: Claudio Fontana > > Reviewed-by: David Hildenbrand > >

Re: [RFC v6 04/13] hw/s390x: tod: make explicit checks for accelerators when initializing

2021-07-01 Thread Al Cho via
ok, will swap 03 and 04 in next version. Thanks, AL From: Thomas Huth Sent: Thursday, July 1, 2021 6:32 PM To: Al Cho ; qemu-devel@nongnu.org ; qemu-s3...@nongnu.org Cc: Claudio Fontana ; José Ricardo Ziviani ; Claudio Fontana ; David Hildenbrand

Re: [RFC v6 10/13] target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1m

2021-06-30 Thread Al Cho
To: Al Cho ; qemu-devel@nongnu.org ; qemu-s3...@nongnu.org Cc: Claudio Fontana ; Al Cho ; José Ricardo Ziviani ; Claudio Fontana Subject: Re: [RFC v6 10/13] target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1m On Tue, Jun 29 2021, "Cho, Yu-Chen" wrote: > th

Re: [RFC v5 06/13] target/s390x: start moving TCG-only code to tcg/

2021-06-23 Thread Al Cho
Yes, you are right. I think keep the old pattern is better. From: Cornelia Huck Sent: Tuesday, June 22, 2021 7:39 PM To: Al Cho ; qemu-devel@nongnu.org ; qemu-s3...@nongnu.org Cc: Claudio Fontana ; Al Cho ; Claudio Fontana ; David Hildenbrand Subject: Re: [RFC

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: mak

Re: [RFC v5 00/13] s390x cleanup

2021-06-22 Thread Al Cho
There is the CI/CD result of this patches set https://gitlab.com/alcho.tw/qemu/-/pipelines/324863789 Cheers, AL From: Al Cho Sent: Tuesday, June 22, 2021 6:17 PM To: qemu-devel@nongnu.org ; qemu-s3...@nongnu.org Cc: Claudio Fontana ; Al Cho

Re: latest GOOD state of series i386 cleanup, arm cleanup, s390 cleanup

2021-05-17 Thread Al Cho via
om: Claudio Fontana Sent: Monday, May 17, 2021 5:54 PM To: Richard Henderson ; Philippe Mathieu-Daudé ; Paolo Bonzini ; Peter Maydell Cc: qemu-devel ; Al Cho ; Liang Yan ; Alex Bennee Subject: Re: latest GOOD state of series i386 cleanup, arm cleanup, s390 cleanup On 5/17/21 11:53 AM, Claudio F