Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1440316

Re: [RFT PATCH v5 0/3] Fix preemption timer optimization while nested guests run

Path csiph.com!news.mixmin.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod
From Paolo Bonzini <pbonzini@redhat.com>
Newsgroups linux.kernel
Subject Re: [RFT PATCH v5 0/3] Fix preemption timer optimization while nested guests run
Date Mon, 11 Jul 2016 09:30:02 +0200
Message-ID <rTDPc-3Uh-15@gated-at.bofh.it> (permalink)
References <rSCLv-4Br-5@gated-at.bofh.it> <rTBu1-2iV-7@gated-at.bofh.it>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=qJG6cs4mT7NfNd7v4yChulEj+83+OEOQS8AnOeK6Kj0=; b=lBIBWSvcWg6txyjxC8qzTXrREm5po/jMZGIKbuVwS+J0b1YgrBjhqmxlGqYVJs9AZi SJlqp1tkB/s/VwkypTTfyIIW0P+T3EeQcNyCWymmPhvnWT2fLYWZJKutnEHLs6pWe31M 9x+ZBdP4teEfGG/Cj1ZdbosPkrS8XCR+unlYTDGRbtOI7zulYo6/nlgr0JvaLg2+UfF5 vS5tfniKdd+6WtJuTGcVgSfd2O4C72++p8/bmHtFJLpFN814ab/ez6CfmAvF0O4mtN/+ hmtwzuRbHQvyvZySwBe9G4piJP1r5abpd7PM8aU9d65dBdbU48kkSTX61LF/lURcCQvG 6RhA==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:to:references:cc:from:message-id :date:user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=qJG6cs4mT7NfNd7v4yChulEj+83+OEOQS8AnOeK6Kj0=; b=l7xM+odzSbcK9xEXULfd3rCg+99CFhC/FrvkJ4ADQtHHVylWN/QST76lNzRuz5+mzA WRT0Uyp8a87TerEkV4+jjoEEoHh+Q8jLYY9usa0zPl8xKkUd+RLAkaaog2ioJuAp1x4O ToWLSbxuR6I7cEoV7ZyqFUOnuYZrhjWHG8rZqzLMTrwcghiAZQfNIkjXGbPhLSsMlHma IyUnYgxz97ytp7H6ACVv0rZg2x3gkFSYQ0qCVN7XnF/staY6bXsPeFv/PYbTI95JewEU Bhc3WZsNQlmyvJJLWwezD27w9Tqw8BCYnlCSRi/AZa57+8ko/ai5wd/BxLGE4fbiwMWu lf+w==
X-Gm-Message-State ALyK8tIAgEUMXs1Zh5t1OU3Qb2nmgdV4oTLoBvCku3K/E42OcPZ6wZamcu6CVIgagb5+eA==
X-Received by 10.25.155.142 with SMTP id d136mr3981882lfe.121.1468222149435; Mon, 11 Jul 2016 00:29:09 -0700 (PDT)
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 7bit
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 20
Organization linux.* mail to news gateway
X-Original-Cc "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, kvm <kvm@vger.kernel.org>, Radim Krčmář <rkrcmar@redhat.com>, Yunhong Jiang <yunhong.jiang@intel.com>, Jan Kiszka <jan.kiszka@siemens.com>, Haozhong Zhang <haozhong.zhang@intel.com>
X-Original-Date Mon, 11 Jul 2016 09:29:04 +0200
X-Original-Message-ID <1a4ceeaa-fdcf-4f65-cad1-7233723feaf1@redhat.com>
X-Original-References <1467979333-19535-1-git-send-email-pbonzini@redhat.com> <CANRm+CziKjgzW8oTd6EN2kc2cTyO77tWCMu+znB0DwCqipCFtA@mail.gmail.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1440316

Show key headers only | View raw



On 11/07/2016 06:56, Wanpeng Li wrote:
> 2016-07-08 20:02 GMT+08:00 Paolo Bonzini <pbonzini@redhat.com>:
>> 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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[RFT PATCH v5 0/3] Fix preemption timer optimization while nested guests run Paolo Bonzini <pbonzini@redhat.com> - 2016-07-08 14:10 +0200
  Re: [RFT PATCH v5 0/3] Fix preemption timer optimization while nested  guests run Wanpeng Li <kernellwp@gmail.com> - 2016-07-11 07:00 +0200
    Re: [RFT PATCH v5 0/3] Fix preemption timer optimization while nested  guests run Paolo Bonzini <pbonzini@redhat.com> - 2016-07-11 09:30 +0200

csiph-web