aboutsummaryrefslogtreecommitdiff
path: root/risu.c
AgeCommit message (Expand)Author
2018-07-02risu: add process_arch_optRichard Henderson
2018-07-02risu: move optional args to each architectureAlex Bennée
2018-07-02risu: add zlib indication to help textAlex Bennée
2017-11-21risu.c: add missing --trace longoptAlex Bennée
2017-11-21risu.c: split out setting up optionsAlex Bennée
2017-07-10risu: make match status take tracing into accountAlex Bennée
2017-06-29risu: add support for compressed tracefilesAlex Bennée
2017-06-29risu: handle trace through stdin/stdoutAlex Bennée
2017-06-29risu: add simple trace and replay supportAlex Bennée
2017-06-29risu: parameterise send/receive functionsAlex Bennée
2017-06-29risu: a bit more verbosity when startingAlex Bennée
2017-06-20all: fix up code consistencyAlex Bennée
2014-11-28risu: add basic usage() textAlex Bennée
2014-04-25risu.c: add missing <string.h> include for memsetClaudio Fontana
2014-04-25aarch64: fix signal handlingClaudio Fontana
2014-04-25configure: add a configuration step, prepare for 64bit compilationClaudio Fontana
2011-04-12risu: add --test-fp-exc to test FP exception status flagsPeter Maydell
2011-03-10risu: Map the image file writable so store testing worksPeter Maydell
2011-03-10risu: Implement new memory block opsPeter Maydell
2010-12-07Add licensing/copyright boilerplate to license under EPLPeter Maydell
2010-09-22Map the test image as MAP_PRIVATE so gdb can single step through it.Peter Maydell
2010-09-21Implement image loading and enough of x86 to work with a simple static test i...Peter Maydell
2010-09-20Split out socket related code into its own file.Peter Maydell
2010-09-20Add the initial structure of SIGILL handling and CPU-specific interface.Peter Maydell
2010-09-17Put in usable defaults for hostname and port number.Peter Maydell
2010-09-17Fix send/recv functions to be better map to what we're going to need.Peter Maydell
2010-09-17Initial commit (argument parsing and tcp setup only)Peter Maydell