From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPKeI-0002ZV-C8 for qemu-devel@nongnu.org; Wed, 25 May 2011 16:25:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPKeH-0007Ye-8H for qemu-devel@nongnu.org; Wed, 25 May 2011 16:25:46 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:53382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPKeG-0007Vx-Sk for qemu-devel@nongnu.org; Wed, 25 May 2011 16:25:45 -0400 From: Stefan Weil Date: Wed, 25 May 2011 22:25:17 +0200 Message-Id: <1306355129-23447-1-git-send-email-weil@mail.berlios.de> Subject: [Qemu-devel] [PATCH 00/12] target-s390x: Several small fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: QEMU Developers The first patch was triggered by a compilation error with configuration --enable-debug-tcg on 64 bit hosts. While looking for a fix, I noticed another issue in the same function which I tried to fix in the 2nd patch. Finally, I reviewed all allocations of TCGv_i64 values and the matching tcg_temp_free_i64() calls. Please review my patches - I only did a compile check on x86 linux. Feel free to combine patches if larger patches are preferred. Regards, Stefan W. [PATCH 01/12] target-s390x: Fix wrong argument in call of tcg_gen_shl_i64() [PATCH 02/12] target-s390x: Fix duplicate call of tcg_temp_new_i64 [PATCH 03/12] target-s390x: Add missing tcg_temp_free_i64() [PATCH 04/12] target-s390x: Add missing tcg_temp_free_i64() [PATCH 05/12] target-s390x: Add missing tcg_temp_free_i64() [PATCH 06/12] target-s390x: Add missing tcg_temp_free_i64() [PATCH 07/12] target-s390x: Add missing tcg_temp_free_i64() [PATCH 08/12] target-s390x: Add missing tcg_temp_free_i64() [PATCH 09/12] target-s390x: Add missing tcg_temp_free_i64() [PATCH 10/12] target-s390x: Add missing tcg_temp_free_i64() [PATCH 11/12] target-s390x: Add missing tcg_temp_free_i64() [PATCH 12/12] target-s390x: Add missing tcg_temp_free_i32()