qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Change the e1000 mmio addr space according to spec
@ 2008-02-28 10:13 Dor Laor
  0 siblings, 0 replies; only message in thread
From: Dor Laor @ 2008-02-28 10:13 UTC (permalink / raw)
  To: kvm-devel, qemu-devel

repository: /home/build/src/kvm
branch: trunk
commit cd5edbab7d647b81cbbf60d530068f2916658753
Author: Dor Laor <dor.laor@qumranet.com>
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 <dor.laor@qumranet.com>

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:

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-28 10:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-28 10:13 [Qemu-devel] [PATCH] Change the e1000 mmio addr space according to spec Dor Laor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).