From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUfot-0001Z8-9R for qemu-devel@nongnu.org; Thu, 28 Feb 2008 05:16:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUfor-0001W4-6k for qemu-devel@nongnu.org; Thu, 28 Feb 2008 05:16:54 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUfoq-0001Vm-SK for qemu-devel@nongnu.org; Thu, 28 Feb 2008 05:16:53 -0500 Received: from ug-out-1314.google.com ([66.249.92.169]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUfoq-0003j8-Ft for qemu-devel@nongnu.org; Thu, 28 Feb 2008 05:16:52 -0500 Received: by ug-out-1314.google.com with SMTP id m2so239150uge.4 for ; Thu, 28 Feb 2008 02:16:51 -0800 (PST) Content-Type: text/plain Date: Thu, 28 Feb 2008 12:13:30 +0200 Message-Id: <1204193610.7013.15.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit From: Dor Laor Subject: [Qemu-devel] [PATCH] Change the e1000 mmio addr space according to spec Reply-To: dor.laor@qumranet.com, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kvm-devel , qemu-devel repository: /home/build/src/kvm branch: trunk commit cd5edbab7d647b81cbbf60d530068f2916658753 Author: Dor Laor Date: Thu Feb 28 11:01:41 2008 +0200 Change the e1000 mmio addr space according to spec. According to the Intel 82540EM manual, the mmio space is 128k size. Copied from Xen list and noted by tina..yang@oracle.com Signed-off-by: Dor Laor diff --git a/qemu/hw/e1000.c b/qemu/hw/e1000.c index d573f70..e091958 100644 --- a/qemu/hw/e1000.c +++ b/qemu/hw/e1000.c @@ -52,7 +52,7 @@ static int debugflags = DBGBIT(TXERR) | DBGBIT(GENERAL); #endif #define IOPORT_SIZE 0x40 -#define PNPMMIO_SIZE 0x60000 +#define PNPMMIO_SIZE 0x20000 /* * HW models: