From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/6] Fixes for kvm on s390 Date: Wed, 8 Feb 2012 15:44:59 -0200 Message-ID: <20120208174459.GA6242@amt.cnet> References: <1328522347-54635-1-git-send-email-borntraeger@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , Carsten Otte , Alexander Graf , Jens Freimann , Cornelia Huck , Heiko Carstens , Martin Schwidefsky , KVM To: Christian Borntraeger Return-path: Received: from mx1.redhat.com ([209.132.183.28]:46688 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754422Ab2BHRwE (ORCPT ); Wed, 8 Feb 2012 12:52:04 -0500 Content-Disposition: inline In-Reply-To: <1328522347-54635-1-git-send-email-borntraeger@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Feb 06, 2012 at 10:59:01AM +0100, Christian Borntraeger wrote: > Avi, Marcelo, > > here are some fixes for kvm on s390. > Patch 1 (Sanitize fpc registers for KVM_SET_FPU) fixes a kernel bug that > can be triggered by a user, this should go into 3.3. > Patch 2 (do store status after handling STOP_ON_STOP bit) reorders some > stop actions but also fixes a scheduling while atomic problem. -> 3.3? > Patches 3-5 are bugs but can wait -> next > Patches 6 extends to sync register feature to control registers. -> next > > Christian > > Christian Borntraeger (2): > kvm-s390: Sanitize fpc registers for KVM_SET_FPU > kvm-s390: provide control registers via kvm_run > > Jens Freimann (4): > kvm-s390: do store status after handling STOP_ON_STOP bit > kvm-s390: make sigp restart return busy when stop pending > kvm-s390: ignore sigp stop overinitiative > kvm-s390: add stop_on_stop flag when doing stop and store Applied, thanks.