summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2016-06-28trace: enable tracing in qemu-nbdDenis V. Lunev1-1/+1
2016-06-28doc: move text describing --trace to specific .texi fileDenis V. Lunev1-1/+2
2016-06-20trace: add build framework for merging trace-events filesDaniel P. Berrange1-1/+1
2016-06-16Makefile: Fix tag file generation targetsSergey Fedorov1-2/+2
2016-06-07Makefile: Derive "PKGVERSION" from "git describe" by defaultFam Zheng1-1/+21
2016-06-07Makefile: add dependency on scripts/hxtoolPaolo Bonzini1-7/+7
2016-06-07Makefile: add dependency on scripts/make_device_config.shPaolo Bonzini1-1/+1
2016-06-07Makefile: Add a "FORCE" targetFam Zheng1-1/+1
2016-06-06tests: Rename tests/Makefile to tests/Makefile.includeFam Zheng1-1/+1
2016-06-01Makefile: Rules for docker testingFam Zheng1-1/+3
2016-06-01Makefile: Always include rules.makFam Zheng1-1/+2
2016-05-29kvm_stat: RemovePaolo Bonzini1-9/+0
2016-05-23Remove config-devices.mak on 'make clean'Peter Maydell1-0/+1
2016-03-10osdep: add wrappers for socket functionsDaniel P. Berrange1-2/+2
2016-02-25q35: Remove unused q35-acpi-dsdt.aml fileEduardo Habkost1-1/+1
2016-02-16nbd: convert block client to use I/O channels for connection setupDaniel P. Berrange1-3/+3
2016-02-11s390x: remove s390-zipl.romMichael Tokarev1-1/+0
2016-02-08qapi: Add missing JSON files in build dependenciesLluís Vilanova1-1/+2
2016-01-08fsdev: rename virtio-9p-marshal.{c,h} to 9p-iov-marshal.{c,h}Wei Liu1-1/+1
2016-01-08fsdev: break out 9p-marshal.{c,h} from virtio-9p-marshal.{c,h}Wei Liu1-1/+1
2015-12-23crypto: ensure qapi/crypto.json is listed in qapi-modulesDaniel P. Berrange1-1/+2
2015-12-18io: add abstract QIOChannel classesDaniel P. Berrange1-0/+2
2015-11-25makefile: fix qemu-ga make install for --disable-toolsMichael Roth1-4/+1
2015-11-17makefile: fix w32 install target for qemu-gaMichael Roth1-1/+4
2015-10-24contrib: add ivshmem client and serverDavid Marchand1-0/+7
2015-10-19build: qemu-ga: add 'qemu-ga' build target for w32Michael Roth1-6/+8
2015-09-25Makefile: fix build when VPATH is outside GIT treeDaniel P. Berrange1-2/+1
2015-09-24nsis: Add QEMU version information to Windows registryStefan Weil1-0/+1
2015-09-23libcacard: use the standalone projectMarc-André Lureau1-3/+0
2015-09-21qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster1-1/+8
2015-09-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-3/+7
2015-09-16monitor: added generation of documentation for hmp-commands-info.hxPavel Butsykin1-3/+7
2015-09-15qom: allow QOM to be linked into tools binariesDaniel P. Berrange1-3/+5
2015-09-15crypto: move crypto objects out of libqemuutil.laDaniel P. Berrange1-3/+6
2015-09-01Makefile: qemu-ga: fix msi target error messageMichael Roth1-1/+1
2015-09-01build: qemu-ga: fix VSS dependenciesMichael Roth1-6/+5
2015-09-01qga: start a man pageMarc-André Lureau1-2/+12
2015-09-01qemu-ga: Fixed paths issue with MSI buildLeonid Bloch1-2/+2
2015-09-01qemu-ga: Two MSI related cosmetic changesLeonid Bloch1-1/+1
2015-07-27make: Clean build messagesStefan Weil1-1/+1
2015-06-23Makefile: Add "make ctags"Fam Zheng1-1/+6
2015-06-23Makefile: Fix "make cscope TAGS"Fam Zheng1-5/+10
2015-06-17qemu-ga: Building Windows MSI installation with configure/MakefileYossi Hindin1-1/+23
2015-06-12virtio-vga: add vgabios configurationGerd Hoffmann1-1/+1
2015-06-02arch_init: Drop target-x86_64.confIkey Doherty1-6/+1
2015-05-14qapi: Turn generators' mandatory option -i into an argumentMarkus Armbruster1-7/+7
2015-05-14qapi: qapi-event.py option -b does nothing, drop itMarkus Armbruster1-1/+1
2015-05-05console-gl: add opengl rendering helper functionsGerd Hoffmann1-0/+3
2015-05-05opengl: add shader build infrastructureGerd Hoffmann1-0/+14
2015-04-02Use $(MAKE) for recursive makeEd Maste1-3/+3