qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Change the e1000 mmio addr space according to spec


From: Dor Laor
Subject: [Qemu-devel] [PATCH] Change the e1000 mmio addr space according to spec
Date: Thu, 28 Feb 2008 12:13:30 +0200

repository: /home/build/src/kvm
branch: trunk
commit cd5edbab7d647b81cbbf60d530068f2916658753
Author: Dor Laor <address@hidden>
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 address@hidden
    
    Signed-off-by: Dor Laor <address@hidden>

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:





reply via email to

[Prev in Thread] Current Thread [Next in Thread]