[Qemu-devel] [PULL 0/4] ppc-for-2.9 queue 20170314

David Gibson posted 4 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170314042626.20020-1-david@gibson.dropbear.id.au
Test checkpatch passed
Test docker passed
dtc                         | 2 +-
hw/ppc/spapr.c              | 9 +++++++--
hw/ppc/spapr_pci.c          | 4 +++-
include/hw/pci-host/spapr.h | 2 ++
target/ppc/cpu.h            | 2 +-
target/ppc/translate.c      | 2 +-
6 files changed, 15 insertions(+), 6 deletions(-)
[Qemu-devel] [PULL 0/4] ppc-for-2.9 queue 20170314
Posted by David Gibson 7 years, 1 month ago
The following changes since commit 5bac3c39c82e149515c10643acafd1d292433775:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2017-03-13 15:08:01 +0000)

are available in the git repository at:

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

for you to fetch changes up to 28df75d8d1aebdb09a2cc511c0b97690eac0b7a7:

  dtc: Update submodule to avoid build errors (2017-03-14 12:24:29 +1100)

----------------------------------------------------------------
ppc patch queue for 2017-03-14

This set has a handful og bugfixes to go into qemu-2.9.  This includes
an update to the dtc/libfdt submodule which will fix the build errors
seen on some distributions.

----------------------------------------------------------------
David Gibson (2):
      pseries: Don't expose PCIe extended config space on older machine types
      dtc: Update submodule to avoid build errors

Nikunj A Dadhania (1):
      target/ppc: fix cpu_ov setting for 32-bit

Thomas Huth (1):
      target/ppc: Fix wrong number of UAMR register

 dtc                         | 2 +-
 hw/ppc/spapr.c              | 9 +++++++--
 hw/ppc/spapr_pci.c          | 4 +++-
 include/hw/pci-host/spapr.h | 2 ++
 target/ppc/cpu.h            | 2 +-
 target/ppc/translate.c      | 2 +-
 6 files changed, 15 insertions(+), 6 deletions(-)

Re: [Qemu-devel] [PULL 0/4] ppc-for-2.9 queue 20170314
Posted by Peter Maydell 7 years, 1 month ago
On 14 March 2017 at 05:26, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit 5bac3c39c82e149515c10643acafd1d292433775:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2017-03-13 15:08:01 +0000)
>
> are available in the git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.9-20170314
>
> for you to fetch changes up to 28df75d8d1aebdb09a2cc511c0b97690eac0b7a7:
>
>   dtc: Update submodule to avoid build errors (2017-03-14 12:24:29 +1100)
>
> ----------------------------------------------------------------
> ppc patch queue for 2017-03-14
>
> This set has a handful og bugfixes to go into qemu-2.9.  This includes
> an update to the dtc/libfdt submodule which will fix the build errors
> seen on some distributions.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM