From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YsW7H-0002sy-VH for qemu-devel@nongnu.org; Wed, 13 May 2015 08:50:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YsW7C-0005w2-2z for qemu-devel@nongnu.org; Wed, 13 May 2015 08:50:27 -0400 Received: from cantor2.suse.de ([195.135.220.15]:46803 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YsW7B-0005vQ-Ss for qemu-devel@nongnu.org; Wed, 13 May 2015 08:50:22 -0400 From: Alexander Graf Date: Wed, 13 May 2015 14:50:16 +0200 Message-Id: <1431521419-148026-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PULL 0/3] s390 patch queue 2015-05-13 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, rth@twiddle.net Hi Peter, This is my current patch queue for s390. Please pull. Alex The following changes since commit 968bb75c348a401b85e08d5eb1887a3e6c3185f5: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150512' into staging (2015-05-12 12:11:32 +0100) are available in the git repository at: git://github.com/agraf/qemu.git tags/signed-s390-for-upstream for you to fetch changes up to 57af7289f276ce70b65f2fbb4981833f04264aac: s390x: Add interlocked access facility 1 instructions (2015-05-13 14:48:54 +0200) ---------------------------------------------------------------- Patch queue for s390 - 2015-05-13 A few TCG fixes for the s390x target. Nothing special, but with these applied I can run most of the SLE12 binaries in Linux-user emulation. ---------------------------------------------------------------- Alexander Graf (3): s390x: Fix stoc direction s390x: Add some documentation in opcode list s390x: Add interlocked access facility 1 instructions target-s390x/insn-data.def | 37 +++++++++++++++++++++++++++++++++++++ target-s390x/translate.c | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+)