From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCVAp-0001Ez-UC for qemu-devel@nongnu.org; Tue, 07 Jul 2015 11:52:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCVAp-0005DT-07 for qemu-devel@nongnu.org; Tue, 07 Jul 2015 11:52:43 -0400 Received: from cantor2.suse.de ([195.135.220.15]:44682 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCVAo-0005DH-Qe for qemu-devel@nongnu.org; Tue, 07 Jul 2015 11:52:42 -0400 From: Alexander Graf Date: Tue, 7 Jul 2015 17:52:37 +0200 Message-Id: <1436284361-5745-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PULL 0/4] s390 patch queue 2015-07-07 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org Hi Peter, This is my current patch queue for s390. Please pull. Alex The following changes since commit aeb72188e073d515e1f5a80f6b603692a396477b: Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150707-1' into staging (2015-07-07 14:44:19 +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 cd3b29b745b0ff393b2d37317837bc726b8dacc8: tcg/s390: fix branch target change during code retranslation (2015-07-07 17:51:47 +0200) ---------------------------------------------------------------- Patch queue for s390 - 2015-07-07 A few last minute fixes for 2.4. All of them are s390 TCG bug fixes. ---------------------------------------------------------------- Aurelien Jarno (4): target-s390x: fix MOVE LONG instruction target-s390x: fix EXECUTE instruction executing TRT target-s390x: fix CONVERT TO BINARY (CVD, CVDY) tcg/s390: fix branch target change during code retranslation target-s390x/int_helper.c | 9 ++++----- target-s390x/mem_helper.c | 3 ++- tcg/s390/tcg-target.c | 12 ++++++++---- 3 files changed, 14 insertions(+), 10 deletions(-)