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

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

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

2014-07-17 Thread Andreas Sandberg via gem5-dev
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2314/#review5196 --- Ship it! Thanks for taking the time to fix this! This looks good, I'm

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

2014-07-17 Thread Andreas Sandberg via gem5-dev
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2315/#review5197 --- Ship it! Thanks for fixing this! The changeset looks good, but I'd

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

2014-07-17 Thread Andreas Hansson via gem5-dev
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2315/#review5198 --- configs/common/FSConfig.py http://reviews.gem5.org/r/2315/#comment4752

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

2014-07-17 Thread Andreas Sandberg via gem5-dev
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2301/#review5200 --- I'm sorry I didn't spot this earlier, but it seems like you forgot to

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

2014-07-17 Thread Andreas Sandberg via gem5-dev
On July 17, 2014, 10:35 a.m., Andreas Sandberg wrote: I'm sorry I didn't spot this earlier, but it seems like you forgot to include the ethernet device's interrupt in the MP table. See the interrupt declaration for pci_dev4_inta for an example. Without that entry, Linux won't be able

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

2014-07-17 Thread Andreas Hansson via gem5-dev
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2314/#review5209 --- Ship it! I assume this changes the X86 FS regressions? If so, I've got

Re: [gem5-dev] Review Request 2315: config, x86: Ensure that PCI devs get bridged to the memory bus

2014-07-17 Thread Andreas Hansson via gem5-dev
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2315/#review5210 --- Ship it! Ship It! - Andreas Hansson On July 17, 2014, 9:40 a.m.,

Re: [gem5-dev] Review Request 2315: config, x86: Ensure that PCI devs get bridged to the memory bus

2014-07-17 Thread Andreas Hansson via gem5-dev
On July 17, 2014, 12:25 p.m., Andreas Hansson wrote: Ship It! I think this should be combined with http://reviews.gem5.org/r/2302/ such that any address that is now forwarded to the iobus, but not actually used is sent to a badaddr responder. - Andreas

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

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

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

2014-07-17 Thread Jiuyue Ma via gem5-dev
On July 17, 2014, 9:35 a.m., Andreas Sandberg wrote: I'm sorry I didn't spot this earlier, but it seems like you forgot to include the ethernet device's interrupt in the MP table. See the interrupt declaration for pci_dev4_inta for an example. Without that entry, Linux won't be able