From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/2] KVM: set_memory_region: Cleanup and new restriction Date: Mon, 4 Feb 2013 22:57:34 -0200 Message-ID: <20130205005734.GC21490@amt.cnet> References: <20130130193837.d4800150.yoshikawa_takuya_b1@lab.ntt.co.jp> <20130131101501.GA23213@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Takuya Yoshikawa , kvm@vger.kernel.org, xiaoguangrong@linux.vnet.ibm.com, alex.williamson@redhat.com, penberg@kernel.org To: Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:62763 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755321Ab3BEB2m (ORCPT ); Mon, 4 Feb 2013 20:28:42 -0500 Content-Disposition: inline In-Reply-To: <20130131101501.GA23213@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jan 31, 2013 at 12:15:01PM +0200, Gleb Natapov wrote: > On Wed, Jan 30, 2013 at 07:38:37PM +0900, Takuya Yoshikawa wrote: > > Patch 1: just rebased for this series. > > Patch 2: an API change, so please let me know if you notice any problems. > > > > Takuya Yoshikawa (2): > > KVM: set_memory_region: Identify the requested change explicitly > > KVM: set_memory_region: Disallow changing read-only attribute later > > > > Documentation/virtual/kvm/api.txt | 12 ++-- > > virt/kvm/kvm_main.c | 95 +++++++++++++++++++++---------------- > > 2 files changed, 60 insertions(+), 47 deletions(-) > > > Reviewed-by: Gleb Natapov Applied, thanks.