From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MwD97-0005DJ-98 for qemu-devel@nongnu.org; Fri, 09 Oct 2009 06:56:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MwD92-000553-84 for qemu-devel@nongnu.org; Fri, 09 Oct 2009 06:56:24 -0400 Received: from [199.232.76.173] (port=37498 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwD92-00054s-2W for qemu-devel@nongnu.org; Fri, 09 Oct 2009 06:56:20 -0400 Received: from mail2.shareable.org ([80.68.89.115]:58864) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MwD91-0006wT-G2 for qemu-devel@nongnu.org; Fri, 09 Oct 2009 06:56:19 -0400 Date: Fri, 9 Oct 2009 11:56:14 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCH 10/21] Advertise pci irqs as active high in DSDT Message-ID: <20091009105614.GD6576@shareable.org> References: <1255017566-26220-1-git-send-email-gleb@redhat.com> <1255017566-26220-11-git-send-email-gleb@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1255017566-26220-11-git-send-email-gleb@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gleb Natapov Cc: kevin@koconnor.net, qemu-devel@nongnu.org Gleb Natapov wrote: > Now that kvm emulates the ioapic polarity correctly, we must describe > the polarity correctly in the acpi tables. Otherwise pci interrupts won't > be delivered correctly. In another thread recently, wasn't it mentioned that the in-kernel ioapic handles polarity correctly but the out-of-kernel ioapic does not yet? -- Jamie