Age | Commit message (Expand) | Author | Files | Lines |
2015-06-23 | Makefile: Add "make ctags" | Fam Zheng | 1 | -1/+6 |
2015-06-23 | Makefile: Fix "make cscope TAGS" | Fam Zheng | 1 | -5/+10 |
2015-06-17 | qemu-ga: Building Windows MSI installation with configure/Makefile | Yossi Hindin | 1 | -1/+23 |
2015-06-12 | virtio-vga: add vgabios configuration | Gerd Hoffmann | 1 | -1/+1 |
2015-06-02 | arch_init: Drop target-x86_64.conf | Ikey Doherty | 1 | -6/+1 |
2015-05-14 | qapi: Turn generators' mandatory option -i into an argument | Markus Armbruster | 1 | -7/+7 |
2015-05-14 | qapi: qapi-event.py option -b does nothing, drop it | Markus Armbruster | 1 | -1/+1 |
2015-05-05 | console-gl: add opengl rendering helper functions | Gerd Hoffmann | 1 | -0/+3 |
2015-05-05 | opengl: add shader build infrastructure | Gerd Hoffmann | 1 | -0/+14 |
2015-04-02 | Use $(MAKE) for recursive make | Ed Maste | 1 | -3/+3 |
2015-03-18 | build: pass .d file name to scripts/make_device_config.sh, fix makefile target | Paolo Bonzini | 1 | -1/+2 |
2015-03-10 | kvm_stat: add kvm_stat.1 man page | Stefan Hajnoczi | 1 | -0/+9 |
2015-02-27 | Makefile: don't silence mak file test with V=1 | Michael S. Tsirkin | 1 | -3/+3 |
2015-02-27 | Makefile: fix up parallel building under MSYS+MinGW | Vasily Efimov | 1 | -2/+2 |
2015-01-15 | Makefile: Remove config.status and common.env during 'make distclean' | Thomas Huth | 1 | -2/+2 |
2014-09-26 | trace: install trace-events file | Stefan Hajnoczi | 1 | -0/+1 |
2014-08-15 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 1 | -0/+6 |
2014-08-12 | trace: [tcg] Generate TCG tracing routines | Lluís Vilanova | 1 | -0/+2 |
2014-08-12 | trace: [tcg] Define TCG tracing helper routine wrappers | Lluís Vilanova | 1 | -0/+1 |
2014-08-12 | trace: [tcg] Define TCG tracing helper routines | Lluís Vilanova | 1 | -0/+1 |
2014-08-12 | trace: [tcg] Declare TCG tracing helper routines | Lluís Vilanova | 1 | -0/+2 |
2014-08-09 | build-sys: Move qapi-{types, visit, event}.o into util-obj-y | Fam Zheng | 1 | -1/+1 |
2014-07-08 | PPC: e500: Actually install u-boot.e500 | Cole Robinson | 1 | -1/+2 |
2014-06-27 | qapi: move event defines | Wenchao Xia | 1 | -1/+1 |
2014-06-24 | build-sys: introduce install-prog macro to install&strip binaries and use it | Michael Tokarev | 1 | -10/+2 |
2014-06-23 | qapi: add new schema file qapi-event.json | Wenchao Xia | 1 | -1/+2 |
2014-06-23 | qapi script: add event support | Wenchao Xia | 1 | -3/+8 |
2014-06-23 | qapi: Add includes from qapi/ as dependencies | Max Reitz | 1 | -3/+6 |
2014-06-09 | trace: Multi-backend tracing | Lluís Vilanova | 1 | -2/+2 |
2014-05-13 | Merge remote-tracking branch 'remotes/bonzini/configure' into staging | Peter Maydell | 1 | -10/+12 |
2014-05-08 | qapi: Use an explicit input file | Lluís Vilanova | 1 | -6/+6 |
2014-05-08 | qapi: [trivial] Break long command lines | Lluís Vilanova | 1 | -6/+18 |
2014-05-08 | build: convert some obj-specific CFLAGS to use new foo.o-cflags syntax | Michael Tokarev | 1 | -6/+0 |
2014-05-08 | Makefile: use $(INSTALL_LIB) for modules not $(INSTALL_PROG) | Michael Tokarev | 1 | -1/+1 |
2014-05-08 | Makefile: strip tools and modules too | Michael Tokarev | 1 | -4/+12 |
2014-04-07 | Makefile: add qga-vss-dll-obj-y to nested variables | Tomoki Sekiyama | 1 | -0/+1 |
2014-04-07 | Makefile: remove bashism | Michael Tokarev | 1 | -1/+1 |
2014-03-17 | Makefile: Fix "make clean" | Fam Zheng | 1 | -4/+1 |
2014-03-08 | build: Fix installation of target-dependent files | Lluís Vilanova | 1 | -1/+1 |
2014-03-04 | Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging | Peter Maydell | 1 | -1/+1 |
2014-03-04 | Makefile: Add missing dependency for system emulation (fix build) | Stefan Weil | 1 | -0/+1 |
2014-02-27 | sun4m: Add Sun CG3 framebuffer and corresponding OpenBIOS FCode ROM | Mark Cave-Ayland | 1 | -1/+1 |
2014-02-24 | Merge remote-tracking branch 'remotes/bonzini/configure' into staging | Peter Maydell | 1 | -1/+28 |
2014-02-20 | Makefile: introduce common-obj-m and block-obj-m for DSO | Fam Zheng | 1 | -1/+3 |
2014-02-20 | Makefile: install modules with "make install" | Fam Zheng | 1 | -0/+6 |
2014-02-20 | module: implement module loading | Fam Zheng | 1 | -0/+3 |
2014-02-20 | rules.mak: introduce DSO rules | Fam Zheng | 1 | -1/+3 |
2014-02-20 | rules.mak: fix $(obj) to a real relative path | Fam Zheng | 1 | -0/+14 |
2014-02-19 | Adapt Makefiles to the new LTTng ust interface | Mohamad Gebai | 1 | -0/+5 |
2014-01-15 | Add bios-256k.bin to BLOBS on Makefile | Eduardo Habkost | 1 | -1/+1 |