From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 0/3] KVM: VMX: fix handling inv{ept,vpid} and nested RHEL6 KVM Date: Sat, 19 Mar 2016 10:53:26 +0100 Message-ID: <56ED2196.8030908@redhat.com> References: <1458317379-8363-1-git-send-email-pbonzini@redhat.com> <56EC41C0.8010706@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "linux-kernel@vger.kernel.org" , kvm list , jmontleo@redhat.com, bdas@redhat.com To: David Matlack Return-path: Received: from mail-wm0-f68.google.com ([74.125.82.68]:36273 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753325AbcCSJx3 (ORCPT ); Sat, 19 Mar 2016 05:53:29 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 18/03/2016 19:04, David Matlack wrote: > > the tests would effectively DoS the host. > > How does this DoS the host? The guest is stuck executing the same > instruction over and over, but it's exiting to KVM every time, > allowing KVM to reschedule the VCPU. I would agree it DoSes the guest. You're right, these tests are safe. Paolo