From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57180 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OY2ym-0006HO-N1 for qemu-devel@nongnu.org; Sun, 11 Jul 2010 16:18:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OY2yl-0003gq-Gm for qemu-devel@nongnu.org; Sun, 11 Jul 2010 16:18:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46405) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OY2yl-0003gm-7E for qemu-devel@nongnu.org; Sun, 11 Jul 2010 16:18:23 -0400 Date: Sun, 11 Jul 2010 23:12:46 +0300 From: "Michael S. Tsirkin" Message-ID: <20100711201246.GA12544@redhat.com> References: <20100711180910.20121.93313.stgit@localhost6.localdomain6> <20100711180936.20121.35376.stgit@localhost6.localdomain6> <4C3A09F3.8010304@redhat.com> <1278872784.20397.18.camel@x201> <4C3A0DE3.8010806@redhat.com> <20100711185456.GA11048@redhat.com> <1278876078.20397.79.camel@x201> <20100711192330.GA11491@redhat.com> <1278878614.20397.128.camel@x201> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1278878614.20397.128.camel@x201> Subject: [Qemu-devel] Re: [RFC PATCH 4/5] APIC/IOAPIC EOI callback List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: chrisw@redhat.com, pugs@cisco.com, Avi Kivity , kvm@vger.kernel.org, qemu-devel@nongnu.org On Sun, Jul 11, 2010 at 02:03:34PM -0600, Alex Williamson wrote: > > What about threaded interrupts? Just to make the point, imagine a nested virt situation which uses current kvm device assignment in guest. Look at the interrupt handler we have there. -- Alex