From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtjjX-0003OC-3E for qemu-devel@nongnu.org; Thu, 19 Dec 2013 14:58:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtjjR-000064-SX for qemu-devel@nongnu.org; Thu, 19 Dec 2013 14:58:11 -0500 Received: from mail-pd0-f174.google.com ([209.85.192.174]:57707) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtjjR-00005s-Ml for qemu-devel@nongnu.org; Thu, 19 Dec 2013 14:58:05 -0500 Received: by mail-pd0-f174.google.com with SMTP id x10so1538656pdj.19 for ; Thu, 19 Dec 2013 11:58:04 -0800 (PST) From: Anthony Liguori In-Reply-To: <1387373261-26398-1-git-send-email-agraf@suse.de> References: <1387373261-26398-1-git-send-email-agraf@suse.de> Date: Thu, 19 Dec 2013 11:57:51 -0800 Message-ID: <87lhzgmx4w.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 0/8] s390 patch queue 2013-12-18 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , QEMU Developers Cc: Blue Swirl , Aurelien Jarno Alexander Graf writes: > Hi Blue / Aurelien / Anthony, > > This is my current patch queue for s390. Please pull. > > Alex > > > The following changes since commit f46e720a82ccdf1a521cf459448f3f96ed895d43: > Laszlo Ersek (1): > qemu_opts_parse(): always check return value > > are available in the git repository at: > > git://github.com/agraf/qemu.git s390-for-upstream Are you requesting the pull of the tag or the branch? You previously submitted signed tags. Regards, Anthony Liguori > > Cornelia Huck (1): > s390x/kvm: Fix diagnose handling. > > Thomas Huth (7): > s390x/kvm: Removed duplicated SIGP defines > s390x/kvm: Removed s390_store_status stub > s390x/kvm: Fix coding style in handle_sigp() > s390x/kvm: Implemented SIGP START > s390x/kvm: Simplified the calculation of the SIGP order code > s390x/kvm: Fixed condition code for unknown SIGP orders > s390x/ioinst: CHSC has to set a condition code > > target-s390x/cpu.h | 3 + > target-s390x/ioinst.c | 1 + > target-s390x/kvm.c | 98 +++++++++++++++++++++++-------------------------- > 3 files changed, 50 insertions(+), 52 deletions(-)