This is the mail archive of the sid-cvs@sourceware.org mailing list for the SID project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/sid/main/dynamic ChangeLog commonCfg.cxx c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brolley@sourceware.org	2008-06-17 18:11:51

Modified files:
	sid/main/dynamic: ChangeLog commonCfg.cxx commonCfg.h 
	                  mainDynamic.cxx 

Log message:
	2008-06-17  Dave Brolley  <brolley@redhat.com>
	
	* mainDynamic.cxx (usage): Document --reversible.
	(try_add_memory): Call sess->add_memory.
	(option_num): add opt_reversible.
	(long_options): Add "reversible".
	(main): Handle opt_reversible.
	* commonCfg.h (set_reversible): New method of SessionCfg.
	(add_memory): Likewise.
	(reversible_p): New member of SessionCfg.
	(memory): Likewise.
	* commonCfg.cxx (CpuCfg): Establish sim-sched relation.
	(SessionCfg): Initialize reversible_p.
	(SessionCfg::write_load): Set up all memory regions as reversible,
	if requested.
	(BoardCfg::write_config): Set up the cpu to be reversible, if
	requested.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/ChangeLog.diff?cvsroot=src&r1=1.44&r2=1.45
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/commonCfg.cxx.diff?cvsroot=src&r1=1.22&r2=1.23
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/commonCfg.h.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/mainDynamic.cxx.diff?cvsroot=src&r1=1.11&r2=1.12


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]