Age | Commit message (Collapse) | Author |
|
base/loader/ecoff_object.cc:
Only warn (not die) if we can't load symbols from an ecoff object.
sim/debug.cc:
Compile in functioning debug_break unless NDEBUG,
not only if DEBUG. Print warning if we hit breakpoint
when compiled with NDEBUG.
sim/debug.hh:
Compile in functioning debug_break unless NDEBUG,
not only if DEBUG.
--HG--
extra : convert_revision : baef2caac4a9c88e1389660823eaa7c42b1d19c8
|
|
--HG--
extra : convert_revision : 9a7b821bbf21a02ba437da915c12b25d03f85512
|
|
--HG--
extra : convert_revision : 950a2d6e131378be0af4ba76664a42235579bc75
|
|
--HG--
extra : convert_revision : a2b6ddd25e179b830dd58a1940ca8e1f20684b2e
|
|
--HG--
extra : convert_revision : 720fb90b6dd33a704697cd9219463ef9d6115313
|
|
make packet dump work with both links in nat configuration
benchmark.ini:
make the packetdump work with both links in nat config.
--HG--
extra : convert_revision : 2676a2c44b295ce4161a4d8e6f35cc424da5a488
|
|
into ziff.eecs.umich.edu:/z/binkertn/research/m5/latest
--HG--
extra : convert_revision : bc9d5460bc3b5aed0f1bf0e4aa6d5aed06598e74
|
|
dev/ns_gige.cc:
We need to serialize the rxFragPtr
--HG--
extra : convert_revision : 1f68c9d7ae2dbeea69e60d988ea6392622104f52
|
|
into zazzer.eecs.umich.edu:/z/rdreslin/m5bk/clean
--HG--
extra : convert_revision : f6b12361683f1e5b423f83f2bd2b7b647861c310
|
|
(using upgrades)
with a non-atomic bus on the top level of caches.
--HG--
extra : convert_revision : dc9c2d72af062c8064b7447ad61d4ce37733a994
|
|
--HG--
extra : convert_revision : 74625c44f2f7c9bcdc2718bbee891ea112f07583
|
|
--HG--
extra : convert_revision : 01fd8e27b9e428d7549192d6fc0f14d00888dad5
|
|
into zazzer.eecs.umich.edu:/z/rdreslin/m5bk/clean
--HG--
extra : convert_revision : 5a4e20fdcb767687253fd462323084e0647b746a
|
|
the bus
--HG--
extra : convert_revision : 507bc441076bb3f70aa36dca1f0a63cb7364f0b4
|
|
--HG--
extra : convert_revision : 4ab87abc096506ee318a38602c32288c751dbd3c
|
|
into ziff.eecs.umich.edu:/z/binkertn/research/m5/latest
--HG--
extra : convert_revision : e519436a2969406cacf13b62227d897eb03d5ba2
|
|
dev/sinic.cc:
we only use one address range in the sinic
--HG--
extra : convert_revision : daa730a34ac9c9264060431556a1c5caa3252c5e
|
|
timing coherence
Eventually we can change this so that we don't evict something we have an MSHR for
--HG--
extra : convert_revision : 2311fb47e51fbdc0e33e01c387b07eabd1f559b4
|
|
configure 2nd etherdevs.
--HG--
extra : convert_revision : 08098a93ea16c09aa78590f708cafb53b1e1399e
|
|
into zazzer.eecs.umich.edu:/z/rdreslin/m5bk/clean
--HG--
extra : convert_revision : a64b84993c8852b19b1572c6913bf3dc6f6fc249
|
|
mshr to satisfy targets in order even if they can be satisfied early.
--HG--
extra : convert_revision : 2590d0ae4d0ae29257c58c66503864fa218ba8de
|
|
--HG--
extra : convert_revision : 54dffc643884e98bf0a362ed848da73d2527cbc3
|
|
nate made the matching a much much much faster
--HG--
extra : convert_revision : e3da92ead971628b0acf133cedf601c0d71b8f0d
|
|
--HG--
extra : convert_revision : 6fb96ad5ad83c2bc5f55838ea9be4c67a821c896
|
|
--HG--
extra : convert_revision : 2d017be1a4ce42ffcef3176638afd2ff55675d8c
|
|
--HG--
extra : convert_revision : 1fab69c3ccda27cab2cec1375bc1bd02b2b8f156
|
|
into zizzer.eecs.umich.edu:/z/stever/bk/m5
--HG--
extra : convert_revision : 7706acd42ffa2ef91b14ff61b97b1256db13a8e7
|
|
dev/pktfifo.cc:
need to checkpoint _reserved
dev/pktfifo.hh:
When clearing, clear _reserved
size() is used for determining how many bytes are in the fifo
ready to be pulled, so we don't want to add _reserved
avail() on the other hand is used for determining how much
free space is in the fifo for adding packets.
adjust the implementation of empty() and full() to reflect this.
--HG--
extra : convert_revision : 3281972b4b70ea5833d39ae7ce1e73648b3573b0
|
|
--HG--
extra : convert_revision : 1aa2435eb0771c1d46100700364b2d4dbff27a05
|
|
--HG--
extra : convert_revision : a0f98c135734602b1d4b0890d8ff8cecc0e42f88
|
|
--HG--
extra : convert_revision : eaee8e5ee12b7cfcd77a65fa96d17c7019c94089
|
|
--HG--
extra : convert_revision : 3ad33afea5aebe67816f7d4e6b24a43636316ffa
|
|
util/stats/stats.py:
we only need the system if we're issuing one of the commands that
uses a stored formula.
--HG--
extra : convert_revision : d129a00eeba46a03f7d600922d679aa0f43636be
|
|
into ziff.eecs.umich.edu:/z/binkertn/research/m5/latest
--HG--
extra : convert_revision : 00c450b42a18d645cc9029e7ef56b4797b7308c5
|
|
full by adding a reserve feature to the packet fifo which allows
us to reserve space in the fifo if only part of a packet was
copied into the fifo.
dev/ns_gige.cc:
use the new reserve feature in the fifo to properly determine
when we're full. assert that adding a packet to the fifo suceeds.
dev/pktfifo.hh:
add the ability to reserve space in the fifo. This is useful for
partial writing of packets into the fifo.
--HG--
extra : convert_revision : 83f871f34fac237bb464c9513cf6490b5c62420e
|
|
--HG--
extra : convert_revision : 0dbcefc327128674952782440639bac7b0b9e96e
|
|
--HG--
extra : convert_revision : b0a61f2238bc92fca6576aed42d10aa8071d3290
|
|
--HG--
extra : convert_revision : cc955b1c7a28cdcebc0b084b41f8fc52713e8d45
|
|
--HG--
extra : convert_revision : 81899edb511a4751e06e272451286a2176774860
|
|
--HG--
extra : convert_revision : 488fa56c49b97ea46fa85c5f820565debb324e39
|
|
into zizzer.eecs.umich.edu:/z/stever/bk/m5
--HG--
extra : convert_revision : 3ddbfbc7ab9fdb15c35d86c27b3e23dd459028a8
|
|
--HG--
extra : convert_revision : 6c02cd3a846edcb915ba5d243bb938a9cc42f154
|
|
configs/boot/spec-surge-client.rcS:
configs/boot/surge-client.rcS:
fix this rcS - don't sleep, instead wait for the server to tell you it's done.
configs/boot/spec-surge-server.rcS:
configs/boot/surge-server.rcS:
notify the client you're done starting the server.
--HG--
extra : convert_revision : b708bd0a9147e248eed7c27e7078668fbd98b95e
|
|
--HG--
extra : convert_revision : 19986c011852577a6b5bb6bca59b35e07dc083c3
|
|
--HG--
extra : convert_revision : f54eb63785cbf774461dcb0cb092742732dde23e
|
|
--HG--
extra : convert_revision : 27e946a3e620e045ef6d6b001dd9b3daccfa147e
|
|
configs/boot/nfs-client.rcS:
skip the charecter and rewrite test
--HG--
extra : convert_revision : 2630e1f1a2a52a4e96a45e12769a94de28ad5c93
|
|
profile output.
--HG--
extra : convert_revision : 99e227830088a8db96e0e8fbe04cae49005bd43f
|
|
into zizzer.eecs.umich.edu:/z/stever/bk/m5
--HG--
extra : convert_revision : bf821e90a6f15a69dfa46fe37f7ab586698cd0c0
|
|
every time the committed PC changes from one symbol scope
to another.
Set function_trace=y on target CPU to enable.
To defer start, use function_trace_start=<tick>
(in addition to setting function_trace=y).
cpu/base_cpu.cc:
cpu/base_cpu.hh:
Add simple function-tracing support.
cpu/simple_cpu/simple_cpu.cc:
Add function_trace, function_trace_start params
Call traceFunctions() on instruction completion
cpu/simple_cpu/simple_cpu.hh:
Add function_trace, function_trace_start params
--HG--
extra : convert_revision : 8a7f84028ccbaee585253629007f32fc8eae35e1
|