From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758001AbcGKH3O (ORCPT ); Mon, 11 Jul 2016 03:29:14 -0400 Received: from mail-lf0-f68.google.com ([209.85.215.68]:34765 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751847AbcGKH3L (ORCPT ); Mon, 11 Jul 2016 03:29:11 -0400 Subject: Re: [RFT PATCH v5 0/3] Fix preemption timer optimization while nested guests run To: Wanpeng Li References: <1467979333-19535-1-git-send-email-pbonzini@redhat.com> Cc: "linux-kernel@vger.kernel.org" , kvm , =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , Yunhong Jiang , Jan Kiszka , Haozhong Zhang From: Paolo Bonzini Message-ID: <1a4ceeaa-fdcf-4f65-cad1-7233723feaf1@redhat.com> Date: Mon, 11 Jul 2016 09:29:04 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/07/2016 06:56, Wanpeng Li wrote: > 2016-07-08 20:02 GMT+08:00 Paolo Bonzini : >> As mentioned earlier, I don't have a reproducer yet that requires any >> changes beyond Wanpeng's (patch 1)---it's possible of course to write >> a kvm-unit-test testcase but I haven't had time for that yet. >> >> Thanks, >> >> Paolo Bonzini (2): >> KVM: VMX: reflect broken preemption timer in vmcs_config >> KVM: nVMX: keep preemption timer enabled during L2 execution > > Cool, this patchset works after my testing. Feel free to add my > Tested-by for your two patches. :) Great, thanks! Paolo