aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2019-06-07test_i386: change syntax from nasm to gasJan Bobek
2019-06-07Makefile: undefine the arch name symbolJan Bobek
2018-07-02Makefile: include risu_reginfo_$(ARCH) in HDRSAlex Bennée
2018-07-02build-all-arches: do a distclean $(SRC) configuredAlex Bennée
2017-06-29risu: add support for compressed tracefilesAlex Bennée
2017-02-24Move send_register_info() to reginfo.cPeter Maydell
2017-02-24Makefile: Build with -D_GNU_SOURCE=1Peter Maydell
2017-02-20Support building into a build directoryPeter Maydell
2014-11-28Makefile: Add "dump" target to aid debuggingAlex Bennée
2014-11-28risu: enable static buildsAlex Bennée
2014-04-25Makefile: pass CFLAGS also to gcc when linkingClaudio Fontana
2014-04-25configure: add -h,--help text, also add CPPFLAGSClaudio 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
2010-12-07Add licensing/copyright boilerplate to license under EPLPeter Maydell
2010-09-22Add a simple test image for ARM, and make the makefile only build the right o...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-17Initial commit (argument parsing and tcp setup only)Peter Maydell