[Qemu-devel] [PULL 0/3] ppc-for-2.11 queue 20171204

David Gibson posted 3 patches 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171204034802.7336-1-david@gibson.dropbear.id.au
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
hw/ppc/spapr.c       | 7 +++++--
target/ppc/machine.c | 4 ++--
2 files changed, 7 insertions(+), 4 deletions(-)
[Qemu-devel] [PULL 0/3] ppc-for-2.11 queue 20171204
Posted by David Gibson 6 years, 4 months ago
The following changes since commit c11d61271b9e6e7a1f0479ef1ca8fb55fa457a62:

  Update version for v2.11.0-rc3 release (2017-11-29 17:59:34 +0000)

are available in the Git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-2.11-20171204

for you to fetch changes up to 768a20f3a491ed4afce73ebb65347d55251c0ebd:

  spapr: Include "pre-plugged" DIMMS in ram size calculation at reset (2017-12-04 11:31:22 +1100)

----------------------------------------------------------------
ppc patch queue 2017-12-04

We are, alas, not yet to the bottom of ppc bugs.  This pull request
fixes several more.  I believe they're important enough to include in
2.11. despite the late date.

----------------------------------------------------------------
David Gibson (1):
      spapr: Include "pre-plugged" DIMMS in ram size calculation at reset

Kurban Mallachiev (1):
      target-ppc: Don't invalidate non-supported msr bits

Laurent Vivier (1):
      pseries: fix TCG migration

 hw/ppc/spapr.c       | 7 +++++--
 target/ppc/machine.c | 4 ++--
 2 files changed, 7 insertions(+), 4 deletions(-)

Re: [Qemu-devel] [PULL 0/3] ppc-for-2.11 queue 20171204
Posted by Peter Maydell 6 years, 4 months ago
On 4 December 2017 at 03:47, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit c11d61271b9e6e7a1f0479ef1ca8fb55fa457a62:
>
>   Update version for v2.11.0-rc3 release (2017-11-29 17:59:34 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.11-20171204
>
> for you to fetch changes up to 768a20f3a491ed4afce73ebb65347d55251c0ebd:
>
>   spapr: Include "pre-plugged" DIMMS in ram size calculation at reset (2017-12-04 11:31:22 +1100)
>
> ----------------------------------------------------------------
> ppc patch queue 2017-12-04
>
> We are, alas, not yet to the bottom of ppc bugs.  This pull request
> fixes several more.  I believe they're important enough to include in
> 2.11. despite the late date.
>
> ----------------------------------------------------------------
> David Gibson (1):
>       spapr: Include "pre-plugged" DIMMS in ram size calculation at reset
>
> Kurban Mallachiev (1):
>       target-ppc: Don't invalidate non-supported msr bits
>
> Laurent Vivier (1):
>       pseries: fix TCG migration

So my question here is about the same as to mst: are these fixes all
really vital? Were any of the bugs they fix present in 2.10 ?

(A +7-4 diffstat is not too difficult to justify though.)

thanks
-- PMM

Re: [Qemu-devel] [PULL 0/3] ppc-for-2.11 queue 20171204
Posted by Peter Maydell 6 years, 4 months ago
On 4 December 2017 at 10:17, Peter Maydell <peter.maydell@linaro.org> wrote:
> On 4 December 2017 at 03:47, David Gibson <david@gibson.dropbear.id.au> wrote:
>> The following changes since commit c11d61271b9e6e7a1f0479ef1ca8fb55fa457a62:
>>
>>   Update version for v2.11.0-rc3 release (2017-11-29 17:59:34 +0000)
>>
>> are available in the Git repository at:
>>
>>   git://github.com/dgibson/qemu.git tags/ppc-for-2.11-20171204
>>
>> for you to fetch changes up to 768a20f3a491ed4afce73ebb65347d55251c0ebd:
>>
>>   spapr: Include "pre-plugged" DIMMS in ram size calculation at reset (2017-12-04 11:31:22 +1100)
>>
>> ----------------------------------------------------------------
>> ppc patch queue 2017-12-04
>>
>> We are, alas, not yet to the bottom of ppc bugs.  This pull request
>> fixes several more.  I believe they're important enough to include in
>> 2.11. despite the late date.
>>
>> ----------------------------------------------------------------
>> David Gibson (1):
>>       spapr: Include "pre-plugged" DIMMS in ram size calculation at reset
>>
>> Kurban Mallachiev (1):
>>       target-ppc: Don't invalidate non-supported msr bits
>>
>> Laurent Vivier (1):
>>       pseries: fix TCG migration
>
> So my question here is about the same as to mst: are these fixes all
> really vital? Were any of the bugs they fix present in 2.10 ?
>
> (A +7-4 diffstat is not too difficult to justify though.)

...so I looked at the patches and agreed they made sense for rc4.

Applied, thanks.
-- PMM

Re: [Qemu-devel] [PULL 0/3] ppc-for-2.11 queue 20171204
Posted by David Gibson 6 years, 4 months ago
On Mon, Dec 04, 2017 at 02:39:42PM +0000, Peter Maydell wrote:
> On 4 December 2017 at 10:17, Peter Maydell <peter.maydell@linaro.org> wrote:
> > On 4 December 2017 at 03:47, David Gibson <david@gibson.dropbear.id.au> wrote:
> >> The following changes since commit c11d61271b9e6e7a1f0479ef1ca8fb55fa457a62:
> >>
> >>   Update version for v2.11.0-rc3 release (2017-11-29 17:59:34 +0000)
> >>
> >> are available in the Git repository at:
> >>
> >>   git://github.com/dgibson/qemu.git tags/ppc-for-2.11-20171204
> >>
> >> for you to fetch changes up to 768a20f3a491ed4afce73ebb65347d55251c0ebd:
> >>
> >>   spapr: Include "pre-plugged" DIMMS in ram size calculation at reset (2017-12-04 11:31:22 +1100)
> >>
> >> ----------------------------------------------------------------
> >> ppc patch queue 2017-12-04
> >>
> >> We are, alas, not yet to the bottom of ppc bugs.  This pull request
> >> fixes several more.  I believe they're important enough to include in
> >> 2.11. despite the late date.
> >>
> >> ----------------------------------------------------------------
> >> David Gibson (1):
> >>       spapr: Include "pre-plugged" DIMMS in ram size calculation at reset
> >>
> >> Kurban Mallachiev (1):
> >>       target-ppc: Don't invalidate non-supported msr bits
> >>
> >> Laurent Vivier (1):
> >>       pseries: fix TCG migration
> >
> > So my question here is about the same as to mst: are these fixes all
> > really vital? Were any of the bugs they fix present in 2.10 ?
> >
> > (A +7-4 diffstat is not too difficult to justify though.)
> 
> ...so I looked at the patches and agreed they made sense for rc4.

Thanks!

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson