From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atrVD-0003Tc-Bv for qemu-devel@nongnu.org; Sat, 23 Apr 2016 02:57:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1atrVA-0002Qm-5v for qemu-devel@nongnu.org; Sat, 23 Apr 2016 02:57:15 -0400 From: David Gibson Date: Sat, 23 Apr 2016 16:57:59 +1000 Message-Id: <1461394680-12913-1-git-send-email-david@gibson.dropbear.id.au> Subject: [Qemu-devel] [PULL 0/1] ppc-for-2.6 queue 20160423 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: agraf@suse.de, qemu-devel@nongnu.org, qemu-ppc@nongnu.org, David Gibson The following changes since commit 53343338a6e7b83777b82803398572b40afc8c0f: Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2016-04-22 16:17:12 +0100) are available in the git repository at: git://github.com/dgibson/qemu.git tags/ppc-for-2.6-20160423 for you to fetch changes up to da34fed707a3a3ffa229f4e724aea06da1b53fb0: hw/ppc/spapr: Fix crash when specifying bad parameters to spapr-pci-host-bridge (2016-04-23 16:52:20 +1000) ---------------------------------------------------------------- ppc patch queue for 2016-03-23 A single fix for a bug in parameter handling for the spapr PCI host bridge. ---------------------------------------------------------------- Peter, This is definitely a bug fix, but it's not a regression since 2.5. Your judgement call as to whether to merge it this late in the 2.6 cycle. Thomas Huth (1): hw/ppc/spapr: Fix crash when specifying bad parameters to spapr-pci-host-bridge hw/ppc/spapr.c | 9 ++++----- hw/ppc/spapr_pci.c | 3 +++ 2 files changed, 7 insertions(+), 5 deletions(-)