From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmYDg-00068m-5X for qemu-devel@nongnu.org; Wed, 04 Jul 2012 18:38:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SmYDe-00085Q-9I for qemu-devel@nongnu.org; Wed, 04 Jul 2012 18:38:47 -0400 Received: from mout.web.de ([212.227.15.4]:49193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmYDd-00084z-Vn for qemu-devel@nongnu.org; Wed, 04 Jul 2012 18:38:46 -0400 Message-ID: <4FF4C5EC.6090608@web.de> Date: Thu, 05 Jul 2012 00:38:36 +0200 From: Jan Kiszka MIME-Version: 1.0 References: <20120704211525.GB27653@redhat.com> In-Reply-To: <20120704211525.GB27653@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig1B9BAD80724A426C8A0D1B45" 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: "Michael S. Tsirkin" Cc: Alex Williamson , qemu-devel This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1B9BAD80724A426C8A0D1B45 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 2012-07-04 23:15, Michael S. Tsirkin wrote: > 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 th= e >> PCI INTx routing notifier, but only those, without any caching for >> existing emulated devices. I tried to carry over all other refactoring= s >> 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(-) >=20 > OK this is not very pretty but I can live with this. > But - can you rebase to the tip of pci branch please? Hmm, someone asked me to work against master. Luckily, both patches apply cleanly on top of your current tree. Thanks, Jan --------------enig1B9BAD80724A426C8A0D1B45 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk/0xe8ACgkQitSsb3rl5xRsAACgyApKHF1BzQWr6jRgzzwgoDme L0wAoLCZpgqg6ptr7Fzvv4Qj50dMfoZv =nLt7 -----END PGP SIGNATURE----- --------------enig1B9BAD80724A426C8A0D1B45--