[gem5-dev] Cron m5test@zizzer /z/m5/regression/do-regression quick

2014-07-16 Thread Cron Daemon via gem5-dev
* build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-atomic passed. * build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/o3-timing passed. * build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-timing passed. *

Re: [gem5-dev] Review Request 2301: config: add ethernet support for x86 fullsystem

2014-07-16 Thread Jiuyue Ma via gem5-dev
On July 15, 2014, 1:26 p.m., Andreas Sandberg wrote: configs/common/FSConfig.py, line 431 http://reviews.gem5.org/r/2301/diff/3/?file=40047#file40047line431 I might be wrong here, but I think the InterruptLine is actually the interrupt line as seen by the APIC. It doesn't have

Re: [gem5-dev] Review Request 2301: config: add ethernet support for x86 fullsystem

2014-07-16 Thread Jiuyue Ma via gem5-dev
On July 15, 2014, 1:26 p.m., Andreas Sandberg wrote: Could you split this into two (or potentially three) different patches? The PCI/ISA bus ID fixes look fine and should definitely go upstream ASAP. As far as I'm concerned that particular part of the patch can be submitted

Re: [gem5-dev] Review Request 2301: config: add ethernet support for x86 fullsystem

2014-07-16 Thread Andreas Sandberg via gem5-dev
On 16/07/14 11:01, Jiuyue Ma via gem5-dev wrote: On July 15, 2014, 1:26 p.m., Andreas Sandberg wrote: Could you split this into two (or potentially three) different patches? The PCI/ISA bus ID fixes look fine and should definitely go upstream ASAP. As far as I'm concerned that particular

[gem5-dev] Review Request 2314: config: swap bus_id of ISA/PCI in X86 IntelMPTable

2014-07-16 Thread Jiuyue Ma via gem5-dev
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2314/ --- Review request for Default. Repository: gem5 Description --- config: swap

[gem5-dev] Review Request 2315: config: force IO devices mapped to 0xC0000000-0xFFFF0000 and bridge these address to iobus for x86

2014-07-16 Thread Jiuyue Ma via gem5-dev
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2315/ --- Review request for Default. Repository: gem5 Description --- config: force

Re: [gem5-dev] Review Request 2301: config: add ethernet support for x86 fullsystem

2014-07-16 Thread Jiuyue Ma via gem5-dev
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2301/ --- (Updated July 17, 2014, 4:35 a.m.) Review request for Default. Changes ---

Re: [gem5-dev] Review Request 2312: Multi-level page table class.

2014-07-16 Thread Alexandru Dutu via gem5-dev
On July 14, 2014, 5:36 p.m., Andreas Sandberg wrote: In general, I like the idea of having a proper, architected, page table in SE-mode. Long-term, this could hopefully mean that we can get rid of many of the differences between SE- and FS-mode. High-level comments: * Write a