Review Board 2.0.15


ruby: convert atomic accesses to functional in RubyPort

Review Request #3588 - Created Aug. 4, 2016 and discarded

Information
Michael LeBeane
gem5
default
Reviewers
Default
Changeset 11554:57b008eb65c3
---------------------------
ruby: convert atomic accesses to functional in RubyPort
Instead of panicing when receiving an atomic access in ruby, convert it to a
functional access and warn the user.  This makes device models that issue
atomic accesses (such as KVM when performing a MMIO access) work correctly in
Ruby.

   
Review request changed
Updated (Aug. 16, 2016, 3:30 p.m.)

Status: Discarded

Change Summary:

Better solution proposed in r3619