From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756735AbbCSAxZ (ORCPT ); Wed, 18 Mar 2015 20:53:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43954 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755685AbbCSAxV (ORCPT ); Wed, 18 Mar 2015 20:53:21 -0400 Date: Wed, 18 Mar 2015 21:53:02 -0300 From: Marcelo Tosatti To: Bandan Das Cc: Paolo Bonzini , kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] KVM: SVM: Fix confusing message if no exit handlers are installed Message-ID: <20150319005302.GC16412@amt.cnet> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 16, 2015 at 05:18:25PM -0400, Bandan Das wrote: > > I hit this path on a AMD box and thought > someone was playing a April Fool's joke on me. > > Signed-off-by: Bandan Das > --- > arch/x86/kvm/svm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks.