From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] fix -DDEBUG oops Date: Tue, 15 Jun 2010 23:30:39 -0300 Message-ID: <20100616023039.GA17192@amt.cnet> References: <4C16A237.20008@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm To: Zachary Amsden Return-path: Received: from mx1.redhat.com ([209.132.183.28]:65450 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756593Ab0FPD4W (ORCPT ); Tue, 15 Jun 2010 23:56:22 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5G3uLl8022244 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 15 Jun 2010 23:56:21 -0400 Content-Disposition: inline In-Reply-To: <4C16A237.20008@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Jun 14, 2010 at 11:42:15AM -1000, Zachary Amsden wrote: > Patch is fairly self-explanatory. > KVM -DDEBUG fix > > Fix a slight error with assertion in local APIC code. > > Signed-off-by: Zachary Amsden Applied, thanks.