aboutsummaryrefslogtreecommitdiff
path: root/risu.c
AgeCommit message (Expand)Author
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