From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Eremin-Solenikov Subject: Re: [PATCH 05/15] Coalesce userspace/kernel irqchip interrupt injection logic. Date: Fri, 17 Apr 2009 14:13:52 +0000 (UTC) Message-ID: References: <1239616545-25199-1-git-send-email-gleb@redhat.com> <1239616545-25199-6-git-send-email-gleb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: kvm@vger.kernel.org Return-path: Received: from main.gmane.org ([80.91.229.2]:55261 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753145AbZDQOOF (ORCPT ); Fri, 17 Apr 2009 10:14:05 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LuopQ-0006r2-Fs for kvm@vger.kernel.org; Fri, 17 Apr 2009 14:14:04 +0000 Received: from iap-pxy-mow1.siemens.ru ([212.248.25.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Apr 2009 14:14:04 +0000 Received: from dbaryshkov by iap-pxy-mow1.siemens.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Apr 2009 14:14:04 +0000 Sender: kvm-owner@vger.kernel.org List-ID: Gleb Natapov wrote: > Start to use interrupt/exception queues like VMX does. This also fix the > bug that if exit was caused by a guest internal exception access to IDT > the exception was not reinjected. > OK. On real SVM HW this seems to work. However now i'm stumbled upon another problem wrt. NMI. See another mail. -- With best wishes Dmitry