Re: [PULL 00/20] ppc-for-6.0 queue 20210310

2021-03-12 Thread Peter Maydell
On Wed, 10 Mar 2021 at 04:10, David Gibson wrote: > > The following changes since commit b2ae1009d7cca2701e17eae55ae2d44fd22c942a: > > Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307' > into staging (2021-03-09 13:50:35 +) > > are available in the Git repository at:

Re: [PULL 00/20] ppc-for-6.0 queue 20210310

2021-03-11 Thread Greg Kurz
On Thu, 11 Mar 2021 16:54:23 +0100 Greg Kurz wrote: > On Thu, 11 Mar 2021 07:31:40 -0600 > Richard Henderson wrote: > > > On 3/10/21 10:56 PM, David Gibson wrote: > > >> *pc = env->nip; > > >> -    *cs_base = 0; > > >> -    *flags = env->hflags; > > >> +    *cs_base = env->hflags; > > >>

Re: [PULL 00/20] ppc-for-6.0 queue 20210310

2021-03-11 Thread Greg Kurz
On Thu, 11 Mar 2021 07:31:40 -0600 Richard Henderson wrote: > On 3/10/21 10:56 PM, David Gibson wrote: > >> *pc = env->nip; > >> -    *cs_base = 0; > >> -    *flags = env->hflags; > >> +    *cs_base = env->hflags; > >> +    *flags = 0; > >>  } > > > > Ah, that one. It caused a

Re: [PULL 00/20] ppc-for-6.0 queue 20210310

2021-03-11 Thread Richard Henderson
On 3/10/21 10:56 PM, David Gibson wrote: *pc = env->nip; -    *cs_base = 0; -    *flags = env->hflags; +    *cs_base = env->hflags; +    *flags = 0;  } Ah, that one. It caused a regression, so I dropped it. I pinged Richard Henderson about it, but I don't think I even had a reply. I'm

Re: [PULL 00/20] ppc-for-6.0 queue 20210310

2021-03-11 Thread David Gibson
On Thu, Mar 11, 2021 at 04:22:44AM +0100, Ivan Warren wrote: > > On 3/11/2021 2:47 AM, David Gibson wrote: > > > > Sorry, I've forgotten this issue. If you had a patch, can you resend > > it please. > > Not mine.. (I reported it, but can't remember who sent it)... > > diff --git

Re: [PULL 00/20] ppc-for-6.0 queue 20210310

2021-03-10 Thread Ivan Warren
On 3/11/2021 2:47 AM, David Gibson wrote: Sorry, I've forgotten this issue. If you had a patch, can you resend it please. Not mine.. (I reported it, but can't remember who sent it)... diff --git a/target/ppc/cpu.h b/target/ppc/cpu.h index 2609e4082e..4a05e4e544 100644 ---

Re: [PULL 00/20] ppc-for-6.0 queue 20210310

2021-03-10 Thread David Gibson
On Wed, Mar 10, 2021 at 03:09:46PM +0100, Ivan Warren wrote: > Hey there, > > Any chance the MSR[SF] mixed code issue fix gets addressed at some point ? > > (Apparently there was a fix but it was breaking some tests for some unknown > reason)... Sorry, I've forgotten this issue. If you had a

Re: [PULL 00/20] ppc-for-6.0 queue 20210310

2021-03-10 Thread Bin Meng
On Thu, Mar 11, 2021 at 7:01 AM David Gibson wrote: > > On Wed, Mar 10, 2021 at 12:43:53PM +0800, Bin Meng wrote: > > Hi David, > > > > On Wed, Mar 10, 2021 at 12:10 PM David Gibson > > wrote: > > > > > > The following changes since commit > > > b2ae1009d7cca2701e17eae55ae2d44fd22c942a: > > > >

Re: [PULL 00/20] ppc-for-6.0 queue 20210310

2021-03-10 Thread David Gibson
On Wed, Mar 10, 2021 at 12:43:53PM +0800, Bin Meng wrote: > Hi David, > > On Wed, Mar 10, 2021 at 12:10 PM David Gibson > wrote: > > > > The following changes since commit b2ae1009d7cca2701e17eae55ae2d44fd22c942a: > > > > Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307'

Re: [PULL 00/20] ppc-for-6.0 queue 20210310

2021-03-10 Thread Ivan Warren
Hey there, Any chance the MSR[SF] mixed code issue fix gets addressed at some point ? (Apparently there was a fix but it was breaking some tests for some unknown reason)... --Ivan On 3/10/2021 5:09 AM, David Gibson wrote: The following changes since commit

Re: [PULL 00/20] ppc-for-6.0 queue 20210310

2021-03-09 Thread Bin Meng
Hi David, On Wed, Mar 10, 2021 at 12:10 PM David Gibson wrote: > > The following changes since commit b2ae1009d7cca2701e17eae55ae2d44fd22c942a: > > Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307' > into staging (2021-03-09 13:50:35 +) > > are available in the Git

[PULL 00/20] ppc-for-6.0 queue 20210310

2021-03-09 Thread David Gibson
The following changes since commit b2ae1009d7cca2701e17eae55ae2d44fd22c942a: Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307' into staging (2021-03-09 13:50:35 +) are available in the Git repository at: https://gitlab.com/dgibson/qemu.git