----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2161/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10065:573eff8aee0c --------------------------- dev: Include basic devices in NULL ISA build This patch enbles use of the basic PIO devices as part of the NULL build. Although it might seem counter intuitive to have a PIO device without being able to execute a driver, this change enables us to break a device class hierarchy into an ISA-agnostic part, and an ISA-specific part, without requiring multiple-inheritance. The ISA-agnostic base class is a PIO device, but does not make use of the port. Diffs ----- src/dev/SConscript 3b0d0c988ed6 src/dev/baddev.cc 3b0d0c988ed6 Diff: http://reviews.gem5.org/r/2161/diff/ Testing ------- All regressions pass Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
