[Qemu-devel] [PULL 0/1] ppc-for-2.9 queue 20170403

David Gibson posted 1 patch 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170403100832.24088-1-david@gibson.dropbear.id.au
Test checkpatch passed
Test docker passed
Test s390x passed
hw/ppc/spapr.c | 6 ++++++
1 file changed, 6 insertions(+)
[Qemu-devel] [PULL 0/1] ppc-for-2.9 queue 20170403
Posted by David Gibson 6 years, 11 months ago
The following changes since commit 95b31d709ba343ad237c3630047ee7438bac4065:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170331.0' into staging (2017-03-31 18:06:13 +0100)

are available in the git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-2.9-20170403

for you to fetch changes up to 8149e2992f7811355cc34721b79d69d1a3a667dd:

  pseries: Enforce homogeneous threads-per-core (2017-04-03 13:46:18 +1000)

----------------------------------------------------------------
ppc patch queue 2017-04-03

A single bugfix in this pull request, for an ugly assert() failure, if
the user ignores the information in query-hotpluggable-cpus and tries
to hot add CPUs to pseries with bad parameters.

----------------------------------------------------------------
David Gibson (1):
      pseries: Enforce homogeneous threads-per-core

 hw/ppc/spapr.c | 6 ++++++
 1 file changed, 6 insertions(+)

Re: [Qemu-devel] [PULL 0/1] ppc-for-2.9 queue 20170403
Posted by Peter Maydell 6 years, 11 months ago
On 3 April 2017 at 11:08, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit 95b31d709ba343ad237c3630047ee7438bac4065:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170331.0' into staging (2017-03-31 18:06:13 +0100)
>
> are available in the git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.9-20170403
>
> for you to fetch changes up to 8149e2992f7811355cc34721b79d69d1a3a667dd:
>
>   pseries: Enforce homogeneous threads-per-core (2017-04-03 13:46:18 +1000)
>
> ----------------------------------------------------------------
> ppc patch queue 2017-04-03
>
> A single bugfix in this pull request, for an ugly assert() failure, if
> the user ignores the information in query-hotpluggable-cpus and tries
> to hot add CPUs to pseries with bad parameters.
>
> ----------------------------------------------------------------
> David Gibson (1):
>       pseries: Enforce homogeneous threads-per-core

Applied, thanks.

-- PMM