From patchwork Thu Jun 2 06:51:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 98562 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id A83D6B6FAA for ; Fri, 3 Jun 2011 22:16:47 +1000 (EST) Received: from localhost ([::1]:58851 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSTIy-0005q4-34 for incoming@patchwork.ozlabs.org; Fri, 03 Jun 2011 08:16:44 -0400 Received: from eggs.gnu.org ([140.186.70.92]:48994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSSmE-0006Mh-Ox for qemu-devel@nongnu.org; Fri, 03 Jun 2011 07:42:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QSSmB-0001De-SD for qemu-devel@nongnu.org; Fri, 03 Jun 2011 07:42:54 -0400 Received: from cantor.suse.de ([195.135.220.2]:36416 helo=mx1.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSSm9-0001CJ-Bw for qemu-devel@nongnu.org; Fri, 03 Jun 2011 07:42:49 -0400 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.221.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id 48DF093F46; Fri, 3 Jun 2011 13:42:48 +0200 (CEST) From: Alexander Graf To: "qemu-devel@nongnu.org Developers" Date: Thu, 2 Jun 2011 08:51:30 +0200 Message-Id: <1306997503-29304-1-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.6.0.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 195.135.220.2 Cc: Aurelien Jarno Subject: [Qemu-devel] [PULL 00/13] s390x patch queue June 03 2011 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Hi, This is my current patch queue for s390x related work. It contains: * compile fixes * add temp_frees where missing * fix LMH, CKSM instructions * update bootloader for increased bootup speed * implement LRVGR instruction With these patches, networking finally works for emulated s390x guests. Please pull. Alex The following changes since commit 578c7b2ca8ee9e97fa8693b1a83d517e8e3f962e: Juha Riihim?ki (1): audio: fix integer overflow expression are available in the git repository at: git://repo.or.cz/qemu/agraf.git s390-next Alexander Graf (4): s390x: update zipl rom s390x: free tmp explicitly in every opcode for disas_a5() s390x: fix cksm instruction s390x: implement lrvgr Stefan Weil (9): target-s390x: Fix build for non-linux hosts target-s390x: Fix wrong argument in call of tcg_gen_shl_i64() target-s390x: Fix duplicate call of tcg_temp_new_i64 target-s390x: Add missing tcg_temp_free_i64() in gen_jcc() target-s390x: Add missing tcg_temp_free_i64() in do_mh() target-s390x: Add missing tcg_temp_free_i64() in disas_b2() target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x8e target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x90 target-s390x: Add missing tcg_temp_free_i32() pc-bios/s390-zipl.rom | Bin 3336 -> 3304 bytes target-s390x/helper.c | 5 ----- target-s390x/op_helper.c | 28 ++++++++-------------------- target-s390x/translate.c | 31 +++++++++++++++++++++++++++---- 4 files changed, 35 insertions(+), 29 deletions(-) Signed-off-by: Alexander Graf