From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YatGX-0000a1-Ni for qemu-devel@nongnu.org; Wed, 25 Mar 2015 17:55:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YatGQ-0007ZC-Uk for qemu-devel@nongnu.org; Wed, 25 Mar 2015 17:55:09 -0400 From: Alexander Graf Date: Wed, 25 Mar 2015 22:54:55 +0100 Message-Id: <1427320500-6772-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PULL 2.3 0/5] ppc patch queue 2015-03-25 for 2.3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-ppc@nongnu.org Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org Hi Peter, This is my current patch queue for ppc against 2.3. Please pull. Alex The following changes since commit 054903a832b865eb5432d79b5c9d1e1ff31b58d7: Update version for v2.3.0-rc1 release (2015-03-24 16:34:16 +0000) are available in the git repository at: git://github.com/agraf/qemu.git tags/signed-ppc-for-upstream for you to fetch changes up to c6e765035bc5e0d73231c2c0fbd54620201d6655: powerpc: fix -machine usb=no for newworld and pseries machines (2015-03-25 22:49:47 +0100) ---------------------------------------------------------------- Patch queue for 2.3 ppc - 2015-03-25 Just a few bug fixes before 2.3 gets released: - pseries: Firmware update, bugfixes - remove POWER5+ v0.0 that we incorrectly introduced in 2.3 - Fix -machine usb=no - Fix -boot once=foo in pseries - Add NULL pointer check in pseries machine init ---------------------------------------------------------------- Alexander Graf (1): PPC: pseries: Implement boot once=foo Alexey Kardashevskiy (2): pseries: Update SLOF firmware image to qemu-slof-20150313 target-ppc: Remove POWER5+ v0.0 that never existed Paolo Bonzini (1): powerpc: fix -machine usb=no for newworld and pseries machines Stefan Weil (1): spapr: Add missing checks for NULL pointers and report failures hw/core/machine.c | 1 + hw/ppc/mac_newworld.c | 2 +- hw/ppc/spapr.c | 40 +++++++++++++++++++++++++++++++--------- include/hw/boards.h | 1 + pc-bios/README | 2 +- pc-bios/slof.bin | Bin 911704 -> 912192 bytes roms/SLOF | 2 +- target-ppc/cpu-models.c | 6 ++---- target-ppc/cpu-models.h | 1 - 9 files changed, 38 insertions(+), 17 deletions(-)