From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1kvJ-0005yI-Rq for qemu-devel@nongnu.org; Wed, 15 Aug 2012 17:14:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1kvI-0006hj-Rh for qemu-devel@nongnu.org; Wed, 15 Aug 2012 17:14:41 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:44431) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1kvI-0006hZ-My for qemu-devel@nongnu.org; Wed, 15 Aug 2012 17:14:40 -0400 Received: by obbta14 with SMTP id ta14so2460660obb.4 for ; Wed, 15 Aug 2012 14:14:40 -0700 (PDT) From: Anthony Liguori In-Reply-To: <1345045637-20589-1-git-send-email-agraf@suse.de> References: <1345045637-20589-1-git-send-email-agraf@suse.de> Date: Wed, 15 Aug 2012 16:14:37 -0500 Message-ID: <87k3wz7t8i.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 0/2] s390 patch queue 2012-08-15 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , qemu-devel qemu-devel Cc: Blue Swirl , Aurelien Jarno Alexander Graf writes: > Hi Blue / Aurelien, > > This is my current patch queue for s390. Please pull. > Pulled. Thanks. Regards, Anthony Liguori > Alex > > > The following changes since commit 03834e22abafbc8dc4052d46a5ccd6dd135a54a3: > Anthony Liguori (1): > Merge remote-tracking branch 'origin/master' into staging > > are available in the git repository at: > > git://repo.or.cz/qemu/agraf.git s390-for-upstream > > Christian Borntraeger (2): > s390: Fix error handling and condition code of service call > s390: provide interface for service interrupt/introduce interrupt.c > > target-s390x/Makefile.objs | 2 +- > target-s390x/cpu.h | 3 +++ > target-s390x/interrupt.c | 29 +++++++++++++++++++++++++++++ > target-s390x/kvm.c | 5 +++-- > target-s390x/op_helper.c | 43 +++++++++++++++++++------------------------ > 5 files changed, 55 insertions(+), 27 deletions(-) > create mode 100644 target-s390x/interrupt.c