From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752605AbdJTIvB (ORCPT ); Fri, 20 Oct 2017 04:51:01 -0400 Received: from mga05.intel.com ([192.55.52.43]:36645 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752159AbdJTIu7 (ORCPT ); Fri, 20 Oct 2017 04:50:59 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,405,1503385200"; d="scan'208";a="165397136" Date: Fri, 20 Oct 2017 16:51:35 +0800 From: Yi Zhang To: Paolo Bonzini Cc: Jim Mattson , kvm list , LKML , Radim =?utf-8?B?S3LEjW3DocWZ?= , Alex Williamson Subject: Re: [PATCH RFC 00/10] Intel EPT-Based Sub-page Write Protection Support. Message-ID: <20171020085135.GH88002@dazhang1-ssd.sh.intel.com> Mail-Followup-To: Paolo Bonzini , Jim Mattson , kvm list , LKML , Radim =?utf-8?B?S3LEjW3DocWZ?= , Alex Williamson References: <250725286.12444082.1507929205754.JavaMail.zimbra@redhat.com> <20171016000841.GB66870@dazhang1-ssd.sh.intel.com> <96efaece-306c-cde3-06d6-553505612136@redhat.com> <20171018140715.GB28204@dazhang1-ssd.sh.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2017-10-19 at 13:57:12 +0200, Paolo Bonzini wrote: > > I would leave out the ioctl without a use case. It's always tricky to > add APIs without a user, as the risk of bit rot is high. But if > somebody comes up with a matching useful patch for QEMU or kvmtool, it's > fine. That's fine, leave it out. > > > Except the interface change, could you please help to review the other > > patch series? just skip the ioctl patch( patch 7). > > Yes, of course. Thank Thanks Thankss. > > Paolo