From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/3] kvm/s390 patches for 3.6 Date: Wed, 13 Jun 2012 20:54:20 -0300 Message-ID: <20120613235420.GA24696@amt.cnet> References: <1339423619-42299-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: <1339423619-42299-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 Mon, Jun 11, 2012 at 04:06:56PM +0200, Cornelia Huck wrote: > Avi, Marcelo, > > here are some s390 patches for the next release. A bugfix, a tracing > related update (real tracing support for s390 will follow once we > have sorted out the architectural vs. internal tracepoint split), > and a patch used for console detection. > > Christian Borntraeger (1): > s390/kvm: Set CPU in stopped state on initial cpu reset > > Cornelia Huck (1): > kvm: trace events: update list of exit reasons > > Heinz Graalfs (1): > s390/kvm: Perform early event mask processing during boot. > > arch/s390/include/asm/sclp.h | 2 ++ > arch/s390/kernel/setup.c | 12 +++++++++--- > arch/s390/kvm/kvm-s390.c | 1 + > drivers/s390/char/sclp.c | 10 ---------- > drivers/s390/char/sclp.h | 10 ++++++++++ > drivers/s390/char/sclp_cmd.c | 38 ++++++++++++++++++++++++++++++++++++++ > drivers/s390/kvm/kvm_virtio.c | 3 ++- > include/trace/events/kvm.h | 3 ++- > 8 files changed, 64 insertions(+), 15 deletions(-) Applied all to queue, thanks.