-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.m5sim.org/r/398/#review652
-----------------------------------------------------------


What are these new pseudo instructions and script options for? I don't remember 
these being mentioned before. You should NOT check in the 
m5.disableAllListeners() line.


configs/common/Options.py
<http://reviews.m5sim.org/r/398/#comment887>

    What are these for? Their descriptions aren't very helpful. If they only do 
something for x86 it seems wrong that they're displayed for every ISA.



configs/example/fs.py
<http://reviews.m5sim.org/r/398/#comment888>

    This line should -NOT- be checked in.



src/sim/system.hh
<http://reviews.m5sim.org/r/398/#comment890>

    Member variables use camelCase, not underscores. What is active_cpus 
tracking? Don't we already have an idea of CPUs being active or quiesced?



src/sim/system.hh
<http://reviews.m5sim.org/r/398/#comment889>

    function name goes on the start of the next line.


- Gabe


On 2011-01-06 16:13:29, Brad Beckmann wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviews.m5sim.org/r/398/
> -----------------------------------------------------------
> 
> (Updated 2011-01-06 16:13:29)
> 
> 
> Review request for Default, Ali Saidi, Gabe Black, Steve Reinhardt, and 
> Nathan Binkert.
> 
> 
> Summary
> -------
> 
> m5: added work completed monitoring support
> 
> 
> Diffs
> -----
> 
>   configs/common/FSConfig.py 9f9e10967912 
>   configs/common/Options.py 9f9e10967912 
>   configs/example/fs.py 9f9e10967912 
>   configs/example/ruby_fs.py 9f9e10967912 
>   src/arch/x86/isa/decoder/two_byte_opcodes.isa 9f9e10967912 
>   src/cpu/base.hh 9f9e10967912 
>   src/cpu/base.cc 9f9e10967912 
>   src/sim/SConscript 9f9e10967912 
>   src/sim/System.py 9f9e10967912 
>   src/sim/pseudo_inst.hh 9f9e10967912 
>   src/sim/pseudo_inst.cc 9f9e10967912 
>   src/sim/system.hh 9f9e10967912 
>   src/sim/system.cc 9f9e10967912 
>   util/m5/m5op_x86.S 9f9e10967912 
>   util/m5/m5ops.h 9f9e10967912 
> 
> Diff: http://reviews.m5sim.org/r/398/diff
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Brad
> 
>

_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to