From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: x86: Drop obsolete warning about INIT on runnable VCPU Date: Thu, 3 Feb 2011 14:21:51 -0200 Message-ID: <20110203162151.GA8942@amt.cnet> References: <4D47FC23.40300@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm , Gleb Natapov To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:23308 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756453Ab1BCRiD (ORCPT ); Thu, 3 Feb 2011 12:38:03 -0500 Content-Disposition: inline In-Reply-To: <4D47FC23.40300@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Feb 01, 2011 at 01:27:15PM +0100, Jan Kiszka wrote: > This warning was once used for debugging QEMU user space. Though > uncommon, it is actually possible to send an INIT request to a running > VCPU. So better drop this warning before someone misuses it to flood > kernel logs this way. > > Signed-off-by: Jan Kiszka > --- > arch/x86/kvm/lapic.c | 4 ---- > 1 files changed, 0 insertions(+), 4 deletions(-) Applied, thanks.