From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MbxJv-0000yB-O7 for qemu-devel@nongnu.org; Fri, 14 Aug 2009 09:59:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbxJr-0000pd-4F for qemu-devel@nongnu.org; Fri, 14 Aug 2009 09:59:51 -0400 Received: from [199.232.76.173] (port=51367 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbxJr-0000pY-0a for qemu-devel@nongnu.org; Fri, 14 Aug 2009 09:59:47 -0400 Received: from mx2.redhat.com ([66.187.237.31]:52419) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MbxJq-00057O-HA for qemu-devel@nongnu.org; Fri, 14 Aug 2009 09:59:46 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7EDxjtx027118 for ; Fri, 14 Aug 2009 09:59:45 -0400 Message-ID: <4A856DCD.8050704@redhat.com> Date: Fri, 14 Aug 2009 15:59:41 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/6] kvm: bios: advertise pci irqs as active high References: <1250252518-29300-1-git-send-email-kraxel@redhat.com> <1250252518-29300-2-git-send-email-kraxel@redhat.com> <20090814131906.GA16448@redhat.com> In-Reply-To: <20090814131906.GA16448@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gleb Natapov Cc: qemu-devel@nongnu.org, Avi Kivity On 08/14/09 15:19, Gleb Natapov wrote: > On Fri, Aug 14, 2009 at 02:21:53PM +0200, Gerd Hoffmann wrote: >> From: Avi Kivity >> >> now that kvm emulates the ioapic polarity correctly, we must describe > kvm yes, but qemu doesn't. It make sense to fix qemu polarity handling > in the same series. Same series doesn't work. These patches are for the pcbios git tree. Of course it makes sense to get more features and fixes from kvm merged upstream. Feel free to join the party to speed this up ;) > Otherwise this patch does nothing. It doesn't hurt though and reduces the differences between qemu and kvm, which is a good thing. Also note that the other patches which fix real bugs depend on this one. cheers, Gerd