From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULClS-0006EB-0a for qemu-devel@nongnu.org; Thu, 28 Mar 2013 09:21:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULClO-00063I-VI for qemu-devel@nongnu.org; Thu, 28 Mar 2013 09:21:09 -0400 Received: from relay1.mentorg.com ([192.94.38.131]:57464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULClO-000632-Oo for qemu-devel@nongnu.org; Thu, 28 Mar 2013 09:21:06 -0400 From: Paul Brook Date: Thu, 28 Mar 2013 13:20:53 +0000 References: <1364293331-8722-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1364293331-8722-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Message-ID: <201303281320.55820.paul@codesourcery.com> Subject: Re: [Qemu-devel] [PATCH v2 00/11] Fix versatile_pci (now without breaking linux) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Arnd Bergmann , "Michael S. Tsirkin" , patches@linaro.org, Will Deacon , qemu-devel@nongnu.org, Andreas =?utf-8?q?F=C3=A4rber?= , Aurelien Jarno > This patch series fixes a number of serious bugs in our emulation of > the PCI controller found on VersatilePB and the early Realview boards: > * our interrupt mapping was totally wrong > * the I/O window wasn't mapped on VersatilePB FWIW the documentation avaiable at the time I implemented the VersatilePB did not include the IO region. The PCI interrupt routing still seems to be missing from the docs. Acked-by: Paul Brook [Ignoring any issues with the backwards comaptibility hacks]