From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3K4C-0008VM-Ea for qemu-devel@nongnu.org; Mon, 30 Nov 2015 03:44:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3K49-0002YK-6z for qemu-devel@nongnu.org; Mon, 30 Nov 2015 03:44:12 -0500 From: David Gibson Date: Mon, 30 Nov 2015 19:44:40 +1100 Message-Id: <1448873085-9277-1-git-send-email-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/5] ppc-for-2.5 queue 20151130 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: lvivier@redhat.com, thuth@redhat.com, qemu-devel@nongnu.org, aik@ozlabs.ru, qemu-stable@nongnu.org, agraf@suse.de, mdroth@linux.vnet.ibm.com, qemu-ppc@nongnu.org, David Gibson The following changes since commit 714487515dbe0c65d5904251e796cd3a5b3579= fb: Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' i= nto staging (2015-11-27 10:44:42 +0000) are available in the git repository at: git://github.com/dgibson/qemu.git tags/ppc-for-2.5-20151130 for you to fetch changes up to 7624789234cd63b671bce1b49b93b0b1c00ea407: target-ppc/fpu_helper: fix FPSCR_FX bit shift operation (2015-11-30 19:= 39:01 +1100) ---------------------------------------------------------------- ppc patch queue for qemu-2.5 20151130 target-ppc and related bugfix patches for qemu-2.5 I don't have the facilities to test the Macintosh and BookE related patches. I've sanity checked them (inspection + make check), but I'm otherwise relying on the submitters. ---------------------------------------------------------------- Herv=C3=A9 Poussineau (1): mac_dbdma: always initialize channel field in DBDMA_channel Madhavan Srinivasan (2): target-ppc: Move the FPSCR bit update macros to cpu.h target-ppc/fpu_helper: fix FPSCR_FX bit shift operation Peter Maydell (1): hw/ppc/ppc405_boards: Fix infinite recursion by converting taihu_cp= ld from old_mmio Thomas Huth (1): hw/ppc/spapr: Remove duplicated "pseries" alias hw/misc/macio/mac_dbdma.c | 2 +- hw/ppc/ppc405_boards.c | 52 ++++++++---------------------------------= ------ hw/ppc/spapr.c | 2 -- target-ppc/cpu.h | 21 +++++++++++++++++++ target-ppc/dfp_helper.c | 21 ------------------- target-ppc/fpu_helper.c | 22 ++++++++++---------- 6 files changed, 41 insertions(+), 79 deletions(-)