From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmWum-0003He-DO for qemu-devel@nongnu.org; Wed, 04 Jul 2012 17:15:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SmWuk-00083J-PC for qemu-devel@nongnu.org; Wed, 04 Jul 2012 17:15:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmWuk-00082i-H9 for qemu-devel@nongnu.org; Wed, 04 Jul 2012 17:15:10 -0400 Date: Thu, 5 Jul 2012 00:15:25 +0300 From: "Michael S. Tsirkin" Message-ID: <20120704211525.GB27653@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v2 0/2] pci: Preparations for KVM device assignment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Alex Williamson , qemu-devel On Mon, Jul 02, 2012 at 02:38:45PM +0200, Jan Kiszka wrote: > Back to the roots: This implements pci_device_route_intx_to_irq and the > PCI INTx routing notifier, but only those, without any caching for > existing emulated devices. I tried to carry over all other refactorings > and comment on the previous version. > > Please review/merge. > > Jan Kiszka (2): > pci: Add pci_device_route_intx_to_irq > pci: Add INTx routing notifier > > hw/alpha_typhoon.c | 2 +- > hw/apb_pci.c | 2 +- > hw/bonito.c | 2 +- > hw/grackle_pci.c | 1 + > hw/gt64xxx.c | 1 + > hw/pci.c | 41 ++++++++++++++++++++++++++++++++++++++++- > hw/pci.h | 20 ++++++++++++++++++++ > hw/pci_internals.h | 1 + > hw/piix_pci.c | 25 ++++++++++++++++++++++--- > hw/ppc4xx_pci.c | 2 +- > hw/ppce500_pci.c | 2 +- > hw/prep_pci.c | 2 +- > hw/sh_pci.c | 2 +- > hw/spapr_pci.c | 2 +- > hw/unin_pci.c | 4 ++-- > hw/versatile_pci.c | 2 +- > 16 files changed, 96 insertions(+), 15 deletions(-) OK this is not very pretty but I can live with this. But - can you rebase to the tip of pci branch please? > 1.7.3.4