aboutsummaryrefslogtreecommitdiff
path: root/risu_arm.c
AgeCommit message (Expand)Author
2017-06-29risu: add header to trace streamAlex Bennée
2017-06-20all: fix up code consistencyAlex Bennée
2017-02-24Move recv_and_compare_register_info() and report_match_status() to reginfo.cPeter Maydell
2017-02-24Move send_register_info() to reginfo.cPeter Maydell
2017-02-24Make get_risuop() a formal part of the CPU interfacePeter Maydell
2017-02-24Abstract out getting and setting parameter registerPeter Maydell
2014-04-25risu_aarch64, risu_arm: do not use NULL in subtraction either.Claudio Fontana
2014-04-25risu_aarch64, risu_arm: do not add to NULLClaudio Fontana
2014-04-25risu_reginfo_arm: new module for the reginfo structClaudio 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-04-12risu_arm.c: don't print register dumps for a successful runPeter Maydell
2011-04-01Improve diagnostics if master and slave disagree on packet sizePeter Maydell
2011-03-10risu: Implement new memory block opsPeter Maydell
2010-12-07Add licensing/copyright boilerplate to license under EPLPeter Maydell
2010-10-14Ignore UNK/SBZP bits in FPSCR, also the cumulative exception bits.Peter Maydell
2010-10-14Improve mismatch reports (in particular add a summary of differences).Peter Maydell
2010-10-14Add code to handle comparing VFP registers.Peter Maydell
2010-10-13Remove stray debug tracing.Peter Maydell
2010-10-13Support test code being in Thumb mode.Peter Maydell
2010-09-22Handle CPSR correctly in test images and in comparisons.Peter Maydell
2010-09-22Add handling of ARM general registers.Peter Maydell
2010-09-20Add the initial structure of SIGILL handling and CPU-specific interface.Peter Maydell