From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: x86: Polish exception injection via KVM_SET_GUEST_DEBUG Date: Tue, 3 Nov 2009 11:26:41 -0200 Message-ID: <20091103132641.GD3736@amt.cnet> References: <4AEAD233.2010000@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:5308 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753271AbZKCNnP (ORCPT ); Tue, 3 Nov 2009 08:43:15 -0500 Content-Disposition: inline In-Reply-To: <4AEAD233.2010000@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Oct 30, 2009 at 12:46:59PM +0100, Jan Kiszka wrote: > Decouple KVM_GUESTDBG_INJECT_DB and KVM_GUESTDBG_INJECT_BP from > KVM_GUESTDBG_ENABLE, their are actually orthogonal. At this chance, > avoid triggering the WARN_ON in kvm_queue_exception if there is already > an exception pending and reject such invalid requests. > > Signed-off-by: Jan Kiszka Applied, thanks.