public inbox for sid-cvs@sourceware.org
help / color / mirror / Atom feed
From: brolley@sourceware.org
To: sid-cvs@sources.redhat.com
Subject: src/sid/include ChangeLog sidattrutil.h sidbus ...
Date: Tue, 10 May 2005 15:48:00 -0000	[thread overview]
Message-ID: <20050510154822.12706.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/src
Module name:	src
Changes by:	brolley@sourceware.org	2005-05-10 15:48:22

Modified files:
	sid/include    : ChangeLog sidattrutil.h sidbusutil.h sidcomp.h 
	                 sidcpuutil.h 
Added files:
	sid/include    : sidblockingutil.h 

Log message:
	2005-05-10  Dave Brolley  <brolley@redhat.com>
	
	* sidcpuutil.h (read_insn_memory): Only call
	record_insn_memory_read_latency if --trace-counter or
	--final-insn-count are specified.
	(write_insn_memory): Ditto.
	(read_data_memory): Ditto.
	(write_data_memory): Ditto.
	
	2005-05-10  Dave Brolley  <brolley@redhat.com>
	
	* sidcpuutil.h (record_insn_memory_read_latency): New virtual method.
	(record_insn_memory_write_latency): New virtual method.
	(record_data_memory_read_latency): New virtual method.
	(record_data_memory_write_latency): New virtual method.
	(read_insn_memory): Call record_insn_memory_read_latency.
	(write_insn_memory): Call record_insn_memory_write_latency.
	(read_data_memory): Call record_data_memory_read_latency.
	(write_data_memory): Call record_data_memory_write_latency.
	* sidattrutil.h (fixed_attribute_map_with_logging_component::check_level):
	now protected and returns bool.
	* sidblockingutil.h: Rework ulog levels.
	* sidbusutil.h (bus_arbitrator): Rework ulog levels. Return the result
	of busy_status instead of bus::busy. New methods: busy_status and
	access_latency.
	(perform_read): Only call set_route_busy is status is bus::ok.
	(perform_write): Only call set_route_busy is status is bus::ok.
	
	2005-05-10  Dave Brolley  <brolley@redhat.com>
	
	* sidbusutil.h (bus_arbitrator::input_interface): New class.
	(bus_arbitrator::reschedule): Reschedule after the given number of
	cycles.
	(bus_arbitrator::arbitrate_read): New method.
	(bus_arbitrator::arbitrate_write): New method.
	(bus_arbitrator::prioritize_request): New virtual method.
	(bus_arbitrator::perform_read): Propogate the lock from the upstream
	interface to the downstream interface.
	(bus_arbitrator::perform_write): Ditto.
	(bus_arbitrator::lock_downstream): New virtual method.
	
	2005-05-10  Dave Brolley  <brolley@redhat.com>
	
	* sidblockingutil.h (blocking_component): Reimplement using mutexes
	for synchronization.
	
	2005-05-10  Dave Brolley  <brolley@redhat.com>
	
	* sidcpuutil.h (basic_cpu): Inherit virtually from all base classes.
	(basic_cpu::step_pin_handler): Now virtual.
	(basic_cpu::{read,write}_{insn,data}_memory): No longer const. Call
	handle_{insn,data}_memory_{read,write}_error for bus errors.
	(basic_big_endian_cpu::{read,write_{insn,data}_memory*): No longer
	const.
	(basic_little_endian_cpu): Ditto.
	* sidcomp.h (bus::status_t): Add 'busy'.
	* sidattrutil.h: Remove unused code.
	* sidblockingutil.h: New header.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/sidblockingutil.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/ChangeLog.diff?cvsroot=src&r1=1.55&r2=1.56
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/sidattrutil.h.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/sidbusutil.h.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/sidcomp.h.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/sidcpuutil.h.diff?cvsroot=src&r1=1.29&r2=1.30


             reply	other threads:[~2005-05-10 15:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-10 15:48 brolley [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-10-21 21:38 brolley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050510154822.12706.qmail@sourceware.org \
    --to=brolley@sourceware.org \
    --cc=sid-cvs@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).