From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IAU98-0000rj-1M for qemu-devel@nongnu.org; Mon, 16 Jul 2007 13:14:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IAU95-0000qS-TK for qemu-devel@nongnu.org; Mon, 16 Jul 2007 13:14:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAU95-0000q2-I0 for qemu-devel@nongnu.org; Mon, 16 Jul 2007 13:14:03 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IAU94-0003im-W9 for qemu-devel@nongnu.org; Mon, 16 Jul 2007 13:14:03 -0400 From: Paul Brook Subject: Re: [Qemu-devel] PATCH: Ensure RTL 8139 MMIO regions are 4k apart Date: Mon, 16 Jul 2007 18:07:18 +0100 References: <20070716170325.GH19538@redhat.com> In-Reply-To: <20070716170325.GH19538@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707161807.18786.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, "Daniel P. Berrange" > The hw/rtl8139.c code is passing 0x100 in as the size parameter for the > cpu_register_physical_memory call, despite the fact that the API contract > says size has to be a multiple of page size. Have you tried recent CVS? This should not be necessary. Paul