Review Board 2.0.15


ruby: convert atomic accesses to functional in RubyPort

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

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.