----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2302/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10239:ef2bd7e9922c --------------------------- 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. Diffs ----- src/dev/x86/Pc.py b21b3aad6bd1d01ac8a4d8030479bbca417af8d1 Diff: http://reviews.gem5.org/r/2302/diff/ Testing ------- Thanks, Steve Reinhardt _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
