From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/4] kvm-s390: feature patches Date: Thu, 17 May 2012 21:06:52 -0300 Message-ID: <20120518000652.GA26834@amt.cnet> References: <1337084128-38219-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 , Heinz Graalfs , KVM To: Christian Borntraeger Return-path: Received: from mx1.redhat.com ([209.132.183.28]:21949 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933575Ab2ERA2M (ORCPT ); Thu, 17 May 2012 20:28:12 -0400 Content-Disposition: inline In-Reply-To: <1337084128-38219-1-git-send-email-borntraeger@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, May 15, 2012 at 02:15:24PM +0200, Christian Borntraeger wrote: > Avi, Marcelo, > > here are 4 feature patches for kvm-s390. One patch deals with > the memory management of kvm and allows MAP_PRIVATE. The other > patches implement user space access for some missing registers > via the ONE_REG ioctls. > > Carsten Otte (2): > kvm-s390: KVM_GET/SET_ONEREG for s390 > kvm-s390: epoch difference and TOD programmable field > > Christian Borntraeger (1): > kvm-s390: add capability indicating COW support > > Jason J. herne (1): > kvm-s390: onereg for timer related registers > > arch/s390/include/asm/kvm.h | 5 +++ > arch/s390/include/asm/sclp.h | 1 + > arch/s390/kvm/kvm-s390.c | 74 ++++++++++++++++++++++++++++++++++++++++++ > drivers/s390/char/sclp_cmd.c | 12 ++++++- > include/linux/kvm.h | 1 + > 5 files changed, 92 insertions(+), 1 deletion(-) Applied, thanks.