aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-06-16Always compile the kvm-unit-tests with -fno-commonThomas Huth1-1/+1
2020-04-03Makefile: Use no-stack-protector compiler optionsAlexandru Elisei1-2/+2
2020-01-22Makefile: Compile the kvm-unit-tests with -fno-strict-aliasingThomas Huth1-1/+1
2020-01-22Remove the old api folderThomas Huth1-2/+0
2019-11-15Makefile: use "-Werror" in cc-optionBill Wendling1-6/+14
2019-09-10Makefile: do not pass non-c++ warning options to g++Haozhong Zhang1-2/+1
2019-03-20lib: arm: Use UART address from generated config.hAlexandru Elisei1-1/+1
2018-10-01Makefile: Compile with -Wmissing-prototypes and -Wstrict-prototypesThomas Huth1-0/+1
2017-11-23Makefile: fix cscope targetAndrew Jones1-1/+1
2017-06-30Replace -Wextra with a saner list of warning flagsThomas Huth1-2/+6
2017-06-30Move flags that are shared between C and C++ into COMMON_CFLAGSThomas Huth1-10/+11
2017-06-28Compile code with "-Wwrite-strings"Thomas Huth1-1/+1
2017-06-27Makefile: fix build-head with old gitAndrew Jones1-1/+1
2017-05-19Makefiles: fix up the x86 build dirs and include/link pathsAlex Bennée1-1/+1
2017-05-19Makefile: add explicit directories targetAlex Bennée1-1/+10
2017-05-19Makefiles: use explicit path for including sub-MakefilesAlex Bennée1-3/+3
2017-05-19Makefile: set VPATH based on SRCDIRAlex Bennée1-0/+3
2017-05-19Makefile: ensure build-head works out-of-src-treeAlex Bennée1-1/+1
2017-05-17Makefile: drop "-lpthread -lrt"David Hildenbrand1-1/+0
2017-04-25Use /bin/env in shebang to make scripts more portableSergey Bronnikov1-1/+1
2017-01-20Makefile: Disable PIE as GCC enables it by default from 6.2.0-7Gavin Guo1-0/+3
2017-01-12run_tests: put logs into per-test filePeter Xu1-3/+2
2017-01-12libcflat: add PRI(dux)32 format typesAlex Bennée1-0/+1
2016-12-22Makefile: distclean should remove build-headAndrew Jones1-1/+2
2016-10-25autodetect -Wno-frame-addressPaolo Bonzini1-1/+3
2016-07-11Use -Wno-frame-address alongside using -Wall and -WerrorCyril Bur1-1/+1
2016-06-13cscope: be warn freeAndrew Jones1-3/+4
2016-04-06lib: backtrace printingPeter Feiner1-3/+4
2016-03-19build: don't reevaluate cc-option shell commandPeter Feiner1-3/+7
2016-03-04build: enable -WerrorPeter Feiner1-1/+1
2016-03-03run scripts: add BUILD_HEADAndrew Jones1-0/+2
2016-02-18config: no need to mix arch makefilesAndrew Jones1-1/+1
2016-02-18Makefile: cscope: also look in arch shared asmAndrew Jones1-2/+4
2016-01-19lib: add linux dir for kernel uapi headersAndrew Jones1-1/+1
2015-11-10makefiles: use bashAndrew Jones1-0/+2
2015-07-30Makefile: change 'make install' to install standalone testsAndrew Jones1-3/+3
2015-07-30scripts: Introduce mkstandalone.shAndrew Jones1-0/+4
2014-12-16Makefile: cscope may need to look in lib/$ARCHAndrew Jones1-2/+2
2014-07-16Introduce asm-generic/*.h filesAndrew Jones1-3/+3
2014-07-16add support for Linux device treesAndrew Jones1-2/+19
2014-07-11libcflat: add abort() and assert()Andrew Jones1-0/+1
2014-06-16add 'make cscope' supportAndrew Jones1-2/+9
2014-06-16add distclean target and gitignore moreAndrew Jones1-1/+8
2014-06-16clean root dir of all x86-nessAndrew Jones1-4/+3
2014-06-12makefile and run_tests tweaksAndrew Jones1-5/+6
2014-06-12remove unused filesAndrew Jones1-7/+1
2014-01-22Provide common report and report_summary servicesJan Kiszka1-1/+2
2010-12-22Build tests with debug informationAvi Kivity1-1/+1
2010-12-22Improve autodepend includesAvi Kivity1-1/+1
2010-12-22Makefile: add support for C++Avi Kivity1-1/+3
2010-08-26Makefile cleanupJason Wang1-8/+1
2010-08-17Parse multiboot command line into argc/argvAvi Kivity1-0/+1
2010-08-03Initial commit from qemu-kvm.git kvm/test/Avi Kivity1-0/+64