mirror of https://gitee.com/openkylin/qemu.git
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> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4032 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3adda04ca2
commit
e94bbefe59
|
@ -50,7 +50,7 @@ static int debugflags = DBGBIT(TXERR) | DBGBIT(GENERAL);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define IOPORT_SIZE 0x40
|
#define IOPORT_SIZE 0x40
|
||||||
#define PNPMMIO_SIZE 0x60000
|
#define PNPMMIO_SIZE 0x20000
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* HW models:
|
* HW models:
|
||||||
|
|
Loading…
Reference in New Issue