From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQPrA-0004Om-Ec for qemu-devel@nongnu.org; Wed, 19 Mar 2014 19:25:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQPr3-0002Tj-6J for qemu-devel@nongnu.org; Wed, 19 Mar 2014 19:25:08 -0400 Message-ID: <532A272A.3000202@web.de> Date: Thu, 20 Mar 2014 00:24:26 +0100 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= MIME-Version: 1.0 References: <1395093625-17470-1-git-send-email-hpoussin@reactos.org> <1395093625-17470-5-git-send-email-hpoussin@reactos.org> In-Reply-To: <1395093625-17470-5-git-send-email-hpoussin@reactos.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v4 4/7] raven: set a correct PCI memory region List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org Am 17.03.2014 23:00, schrieb Hervé Poussineau: > PCI memory region is 0x3f000000 bytes starting at 0xc0000000. > > However, keep compatibility with Open Hack'Ware expectations > by adding a hack for Open Hack'Ware display. Have you taken a look whether we can fix this on the OHW side? I don't feel we need to be compatible with arbitrary OHW versions, so getting the two hacks out would be nice as follow-up. Regards, Andreas