From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQbAs-0007LY-JY for qemu-devel@nongnu.org; Mon, 30 Sep 2013 06:58:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQbAm-0003Tb-Kv for qemu-devel@nongnu.org; Mon, 30 Sep 2013 06:57:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQbAm-0003TU-D3 for qemu-devel@nongnu.org; Mon, 30 Sep 2013 06:57:52 -0400 Message-ID: <5249593B.3020109@redhat.com> Date: Mon, 30 Sep 2013 12:58:03 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1380465657-22600-1-git-send-email-marcel.a@redhat.com> <20130929150613.GA19383@redhat.com> <1380528896.3439.2.camel@localhost.localdomain> <20130930085815.GA20291@redhat.com> <52493E0E.1060308@redhat.com> <20130930091457.GD20291@redhat.com> <1380534200.3439.8.camel@localhost.localdomain> <20130930101035.GB20445@redhat.com> <1380537549.3439.15.camel@localhost.localdomain> In-Reply-To: <1380537549.3439.15.camel@localhost.localdomain> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] hw: set irq without selecting INTx pin List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcel Apfelbaum Cc: peter.crosthwaite@xilinx.com, stefanha@redhat.com, "Michael S. Tsirkin" , sw@weilnetz.de, jasowang@redhat.com, "qemu-devel@nongnu.org" , dkoch@verizon.com, alex.williamson@redhat.com, kraxel@redhat.com, anthony@codemonkey.ws, afaerber@suse.de Il 30/09/2013 12:39, Marcel Apfelbaum ha scritto: > Thanks! > That means that hpev_intx is not necessary at all. > By the way, aer_intx used by Advanced Error Reporting > is also unnecessary. (6.2.4.1.2 has the same note) > > I will remove the above fields from PCIExpressDevice. vmxnet is also buggy and should just use pci_set_irq for INTx. Paolo