Re: [gem5-dev] X86 regression failures

2015-01-16 Thread Cagdas Dirik (cdirik) via gem5-dev
Did you make sure you have all system files at dist/m5/system folder and M5_PATH environment variable set properly? As Nilay suggested, if you look at simout and simerr files, you will very likely see that it is looking for disk image file, swap file, and kernel. Cagdas On Jan 16, 2015, at 11:

Re: [gem5-dev] Review Request 2553: dev: Prevent intel 8254 timer events firing before startup

2015-01-07 Thread Cagdas Dirik (cdirik) via gem5-dev
Thank you for pointing out the ARM full-system files! Regarding stats for X86 FS regression tests, how is “within reason” defined? For the sake of this CL, there should not be any change, but I also assume that there are random components to latencies and module interaction in FS mode. What is

[gem5-dev] what is EioProcess SimObject and what is missing for regression tests?

2014-12-12 Thread Cagdas Dirik (cdirik) via gem5-dev
I am going through regression testing, and I see that some of my tests are skipped, but I cannot make anything out of the error message. For example some of my alpha tests are skipped because "Test requires the 'EioProcess' SimObject.". I see some very old posts on EioProcess, but does not reall

Re: [gem5-dev] how to post diff files on review board

2014-12-04 Thread Cagdas Dirik (cdirik) via gem5-dev
ating a request, I > use: hg postreview -p -e -u. > > -- > Nilay > > On Thu, 4 Dec 2014, Cagdas Dirik \(cdirik\) via gem5-dev wrote: > >> I am having a problem uploading my diff files for a review request. I >> generated diff file using hg export but when I

[gem5-dev] how to post diff files on review board

2014-12-04 Thread Cagdas Dirik (cdirik) via gem5-dev
I am having a problem uploading my diff files for a review request. I generated diff file using hg export but when I upload them to review board I keep getting hunk failed error messages, but no reason why. Diff file looks normal. Any ideas on what may be wrong? Or am I using wrong process to up

Re: [gem5-dev] Review Request 2504: config: Fix to SystemC example's event handling

2014-11-18 Thread Cagdas Dirik (cdirik) via gem5-dev
I did not know about those (timely) systemc callbacks - reading about them now. Thank you for pointing them out! Cagdas On Nov 18, 2014, at 5:10 AM, Andrew Bardsley via gem5-dev mailto:gem5-dev@gem5.org>> wrote: The member functions before_end_of_elaboration and end_of_elaboration are defined

[gem5-dev] how do checkpoint save/restore, switch cpu options work in tandem?

2014-11-14 Thread Cagdas Dirik (cdirik) via gem5-dev
I have been looking at initialization and startup sequence for cxx_config and systemc variants, and I am a bit confused on checkpoint save, restore and switch cpu options (-s, -r, and -c) because code is a bit inconsistent and different that .py variant. Can anyone provide some clarification pl

Re: [gem5-dev] Review Request 2430: config: Add the ability to read a config file using C++ and Python

2014-11-06 Thread Cagdas Dirik (cdirik) via gem5-dev
Thank you for the quick response! That solved all seg faults I have encountered so far - both X86 and ARM. Cagdas On Nov 6, 2014, at 4:06 PM, Andrew Bardsley wrote: > Cagdas, can you try adding the line: > > config_manager->startup() > > at line 268 in util/cxx_config/main.cc (after the load

Re: [gem5-dev] Review Request 2430: config: Add the ability to read a config file using C++ and Python

2014-11-06 Thread Cagdas Dirik (cdirik) via gem5-dev
Correct! On Nov 6, 2014, at 12:57 PM, Ali Saidi mailto:sa...@umich.edu>> wrote: This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2430/ On November 6th, 2014, 7:48 p.m. UTC, Cagdas Dirik wrote: This patch seems to be broken for X86 when restoring from chec