summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* meson: add virtfs-proxy-helperMarc-André Lureau2020-08-211-2/+0Star
* meson: add qemu-edidMarc-André Lureau2020-08-211-2/+0Star
* meson: add qemu-keymapMarc-André Lureau2020-08-211-5/+0Star
* meson: add qemu-bridge-helperMarc-André Lureau2020-08-211-4/+0Star
* meson: convert dummy Windows qga/qemu-ga targetPaolo Bonzini2020-08-211-5/+0Star
* meson: add msi generationMarc-André Lureau2020-08-211-18/+0Star
* meson: convert vss-win32Marc-André Lureau2020-08-211-1/+0Star
* meson: convert qemu-gaPaolo Bonzini2020-08-211-47/+6Star
* contrib/elf2dmp: convert to mesonMarc-André Lureau2020-08-211-4/+0Star
* contrib/ivshmem: convert to mesonMarc-André Lureau2020-08-211-9/+0Star
* contrib/vhost-user-gpu: convert to mesonMarc-André Lureau2020-08-211-17/+1Star
* contrib/vhost-user-input: convert to mesonMarc-André Lureau2020-08-211-11/+0Star
* contrib/rdmacm-mux: convert to MesonPaolo Bonzini2020-08-211-5/+0Star
* contrib/vhost-user-scsi: convert to MesonPaolo Bonzini2020-08-211-3/+0Star
* contrib/vhost-user-blk: convert to MesonPaolo Bonzini2020-08-211-3/+0Star
* tools/virtiofsd: convert to MesonPaolo Bonzini2020-08-211-12/+0Star
* contrib/libvhost-user: convert to MesonPaolo Bonzini2020-08-211-11/+5Star
* meson: add remaining generated tcg trace helpersMarc-André Lureau2020-08-211-51/+0Star
* libqemuutil, qapi, trace: convert to mesonPaolo Bonzini2020-08-211-194/+34Star
* meson: add testsuite Makefile generatorPaolo Bonzini2020-08-211-1/+9
* meson: add sparse supportPaolo Bonzini2020-08-211-0/+1
* meson: use coverage optionMarc-André Lureau2020-08-211-14/+0Star
* configure: integrate Meson in the build systemPaolo Bonzini2020-08-211-18/+32
* nsis: use "make DESTDIR=" instead of "make prefix="Paolo Bonzini2020-08-211-6/+6
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-211-18/+18
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-18/+28
* Get rid of the libqemustub.a remaindersThomas Huth2020-08-051-1/+1
* Makefile: Remove config-devices.mak on "make clean"Peter Maydell2020-07-201-0/+1
* Makefile: simplify MINIKCONF rulesPaolo Bonzini2020-07-111-8/+2Star
* accel/Kconfig: Add the TCG selectorPhilippe Mathieu-Daudé2020-07-111-0/+1
* accel/Kconfig: Extract accel selectors into their own configPhilippe Mathieu-Daudé2020-07-111-0/+1
* Makefile: Write MINIKCONF variables as one entry per linePhilippe Mathieu-Daudé2020-07-111-3/+7
* Makefile: Remove dangerous EOL trailing backslashPhilippe Mathieu-Daudé2020-07-111-1/+1
* Makefile: Install qemu-[qmp/ga]-ref.* into the directory "interop"Liao Pingfang2020-06-261-4/+6
* tpm: Move backend code under the 'backends/' directoryPhilippe Mathieu-Daudé2020-06-191-1/+1
* Makefile: remove old compatibility gunksClaudio Fontana2020-06-161-6/+0Star
* Makefile: dtc: update, build the libfdt targetClaudio Fontana2020-06-161-5/+5
* Makefile: Let the 'help' target list the helper targetsPhilippe Mathieu-Daudé2020-06-101-2/+7
* Makefile: Only build virtiofsd if system-mode is enabledPhilippe Mathieu-Daudé2020-06-051-1/+1
* Makefile: List fuzz targets in 'make help'Philippe Mathieu-Daudé2020-05-151-1/+5
* Makefile: Drop unused, broken target recurse-fuzzMarkus Armbruster2020-04-291-1/+0Star
* configure: Honour --disable-werror for SphinxPeter Maydell2020-04-141-1/+1
* configure: Drop adjustment of textsegRichard Henderson2020-03-281-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-03-171-21/+28
|\
| * Makefile: Let the 'help' target list the tools targetsPhilippe Mathieu-Daudé2020-03-161-0/+5
| * Makefile: Align 'help' target outputPhilippe Mathieu-Daudé2020-03-161-21/+23
* | roms: opensbi: Add 32-bit firmware image for sifive_u machineBin Meng2020-03-171-1/+1
|/
* Makefile: Allow for subdirectories in Sphinx manual dependenciesPeter Maydell2020-03-121-1/+1
* Makefile: Make all Sphinx documentation depend on the extensionsPeter Maydell2020-03-121-1/+2
* Makefile: Remove redundant Texinfo related codePeter Maydell2020-03-121-10/+1Star