From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PULL 0/3] KVM: s390: patches for kvm-next Date: Thu, 23 Jan 2014 11:40:56 +0100 Message-ID: <52E0F1B8.5020200@redhat.com> References: <1389966251-27787-1-git-send-email-borntraeger@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, Cornelia Huck To: Christian Borntraeger , Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:26492 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932221AbaAWKlE (ORCPT ); Thu, 23 Jan 2014 05:41:04 -0500 In-Reply-To: <1389966251-27787-1-git-send-email-borntraeger@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: Il 17/01/2014 14:44, Christian Borntraeger ha scritto: > Paolo, > > the following changes since commit 26a865f4aa8e66a6d94958de7656f7f1b03c6c56: > > KVM: VMX: fix use after free of vmx->loaded_vmcs (2014-01-08 19:14:08 -0200) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-20140117 > > for you to fetch changes up to 19e4735bd7f02bd38db43a8521377b35f236b3b6: > > KVM: s390: virtio-ccw: Handle command rejects. (2014-01-17 13:12:22 +0100) > > ---------------------------------------------------------------- > This deals with 2 guest features that need enablement in the kvm host: > - transactional execution > - lpp sampling support > > In addition there is also a fix to the virtio-ccw guest driver. This will > enable future features > > ---------------------------------------------------------------- > Cornelia Huck (1): > KVM: s390: virtio-ccw: Handle command rejects. > > Michael Mueller (1): > KVM: s390: enable Transactional Execution > > Thomas Huth (1): > KVM: s390: Enable the LPP facility for guests > > arch/s390/include/asm/kvm_host.h | 15 ++++++++++++++- > arch/s390/kvm/intercept.c | 11 +++++++++++ > arch/s390/kvm/kvm-s390.c | 17 +++++++++++------ > arch/s390/kvm/kvm-s390.h | 6 ++++++ > drivers/s390/kvm/virtio_ccw.c | 11 +++++++++-- > 5 files changed, 51 insertions(+), 9 deletions(-) > Pulled, thanks! Paolo