x86: make PioBus return BadAddress errors
authorBinh Pham <binhpham@cs.rutgers.edu>
Sat, 19 Jul 2014 05:05:51 +0000 (22:05 -0700)
committerBinh Pham <binhpham@cs.rutgers.edu>
Sat, 19 Jul 2014 05:05:51 +0000 (22:05 -0700)
commitc99b13d90456637e68ef91845a10688900f8bf48
tree9e03da5b8740935cfc0971ac3c178ec52a3e9797
parentfe530648d50a4b87e808691d96a1fcfec89145e3
x86: make PioBus return BadAddress errors

Stop setting the use_default_range flag in PioBus in order to
have random bad addresses result in a BadAddress response and
not a gem5 fatal error.  This is necessary in Ruby as Ruby is
connected directly to PioBus, so misspeculated addresses will
be sent there directly.  For the classic memory system, this
change has no effect, as bad addresses are caught by the
memory bus before being sent to the PioBus.

This work was done while Binh was an intern at AMD Research.
src/dev/x86/Pc.py