From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932202AbeENN4S (ORCPT ); Mon, 14 May 2018 09:56:18 -0400 Received: from mail3.advaoptical.com ([74.202.24.82]:56552 "EHLO mail3.advaoptical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753435AbeENN4Q (ORCPT ); Mon, 14 May 2018 09:56:16 -0400 From: Tim Shearer To: Wanpeng Li , Konrad Rzeszutek Wilk CC: LKML , kvm , "Paolo Bonzini" , =?utf-8?B?UmFkaW0gS3LEjW3DocWZ?= , Liran Alon Subject: RE: [PATCH 0/3] KVM: VMX: Allow to disable ioport intercept per-VM by userspace Thread-Topic: [PATCH 0/3] KVM: VMX: Allow to disable ioport intercept per-VM by userspace Thread-Index: AQHT1g9+PWMf5g7WBkaK0YvzIqSBF6QrE6qAgACdOACAA7Ca0A== Date: Mon, 14 May 2018 13:48:41 +0000 Message-ID: <15cfb8d4b88c4eab84a474d32300118e@advaoptical.com> References: <1523943962-25415-1-git-send-email-wanpengli@tencent.com> <20180511154019.GG27459@char.us.oracle.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.16.5.40] Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2018-05-14_03:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id w4EDuMf4032402 > From: Wanpeng Li > Sent: Friday, May 11, 2018 9:03 PM > > Yeah, both you and Liran give the original idea. :) Tim and Liran, any > review for the patchset? > > +Architectures: x86 > +Parameters: args[0] defines whether ioport intercept Agree with Konrad that the flexibility of specifying the ioport via args[1] could be valuable, otherwise this looks good to me. Thank you! Reviewed-by: Tim Shearer