From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VH8Vi-0000LH-Ff for qemu-devel@nongnu.org; Wed, 04 Sep 2013 04:32:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VH8Va-0005lG-1i for qemu-devel@nongnu.org; Wed, 04 Sep 2013 04:32:22 -0400 Sender: Paolo Bonzini Message-ID: <5226EFF8.5050703@redhat.com> Date: Wed, 04 Sep 2013 10:31:52 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1378247351-8446-1-git-send-email-hpoussin@reactos.org> <1378247351-8446-6-git-send-email-hpoussin@reactos.org> <5226CCD4.2030204@redhat.com> <5226EB43.203@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 05/10] raven: set a correct PCI I/O memory region List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "qemu-ppc@nongnu.org" , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= , QEMU Developers Il 04/09/2013 10:25, Peter Maydell ha scritto: > My plan for that goes: > 1. where people are overhauling a host bridge (ie in a patchset like > this one) allow them to make the changes that move in the right > direction > 2. look at how many other bridges remain after that > 3. fix the other bridges if anybody has time and effort > > (Does 'make check' really test all the host bridges? This doesn't > seem very likely to me.) The endianness test does reads and writes to the I/O address space of most bridges. Paolo