From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/6] kvm/s390: sigp related changes for 3.6 Date: Mon, 2 Jul 2012 20:16:08 -0300 Message-ID: <20120702231608.GA5758@amt.cnet> References: <1340719601-11867-1-git-send-email-cornelia.huck@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1340719601-11867-1-git-send-email-cornelia.huck@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-Archive: List-Post: To: Cornelia Huck Cc: Avi Kivity , Christian Borntraeger , Carsten Otte , Alexander Graf , Heiko Carstens , Martin Schwidefsky , KVM , linux-s390 List-ID: On Tue, Jun 26, 2012 at 04:06:35PM +0200, Cornelia Huck wrote: > Avi, Marcelo, > > here are some more s390 patches for the next release. > > Patches 1 and 2 are included for dependency reasons; they will also > be sent through Martin's s390 tree. > > The other patches fix several problems in our sigp handling code > and make it nicer to read. > > Cornelia Huck (1): > KVM: s390: Fix sigp sense handling. > > Heiko Carstens (5): > s390/smp: remove redundant check > s390/smp/kvm: unifiy sigp definitions > KVM: s390: fix sigp sense running condition code handling > KVM: s390: fix sigp set prefix status stored cases > KVM: s390: use sigp condition code defines > > arch/s390/include/asm/sigp.h | 32 ++++++++++++ > arch/s390/kernel/smp.c | 76 ++++++++++----------------- > arch/s390/kvm/sigp.c | 117 +++++++++++++++++------------------------- > 3 files changed, 106 insertions(+), 119 deletions(-) > create mode 100644 arch/s390/include/asm/sigp.h Applied, thanks.