summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build: don't build hardware objects with linux-userLaurent Vivier2019-05-171-0/+4
* build: chardev is only needed for softmmu targetsLaurent Vivier2019-05-171-1/+2
* build: replace GENERATED_FILES by generated-files-yLaurent Vivier2019-05-171-19/+17Star
* Makefile: Fix inclusion of the config-devices.mak.d Kconfig dependenciesThomas Huth2019-05-131-1/+1
* docs: add Security chapter to the documentationStefan Hajnoczi2019-05-101-1/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-05-091-4/+7
|\
| * Makefile: Let the 'clean' rule remove qemu-ga.exe on Windows hostsPhilippe Mathieu-Daudé2019-05-031-1/+1
| * doc: fix the configuration pathMarc-André Lureau2019-05-031-3/+6
* | build-sys: pass CFLAGS & LDFLAGS to subdir-slirpMarc-André Lureau2019-05-021-1/+1
|/
* Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2019-05-021-1/+1
|\
| * Makefile: add nit-picky mode to sphinx-buildJohn Snow2019-05-011-1/+1
* | Makefile: install the edk2 firmware images and their descriptorsLaszlo Ersek2019-04-171-1/+28
* | config-all-devices.mak: rebuild on reconfigurePaolo Bonzini2019-03-201-2/+2
* | kconfig: add dependencies on CONFIG_MSI_NONBROKENPaolo Bonzini2019-03-181-1/+2
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-for-4.0-12031...Peter Maydell2019-03-141-1/+2
|\ \
| * | Makefile: explicitly pass $(BUILD_DIR) to gcovrAlex Bennée2019-03-121-1/+2
| * | Makefile: explicitly pass $(SRC_PATH) to gcovrAlex Bennée2019-03-121-1/+1
| |/
* / libvhost-user: Support tracking inflight I/O in shared memoryXie Yongji2019-03-131-1/+1
|/
* Makefile: Don't install non-sphinx files in sphinx docs installPeter Maydell2019-03-111-1/+3
* Makefile: Fix 'make distclean'Peter Maydell2019-03-111-1/+1
* Makefile: Fix Sphinx documentation builds for in-tree buildsPeter Maydell2019-03-111-11/+19
* Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell2019-03-081-3/+5
|\
| * build-sys: link with slirp as an external projectMarc-André Lureau2019-03-071-3/+5
* | minikconfig: implement allnoconfig and defconfig modesPaolo Bonzini2019-03-071-0/+1
* | build: switch to KconfigPaolo Bonzini2019-03-071-5/+21
* | docs/conf.py: Don't hard-code QEMU versionPeter Maydell2019-03-071-1/+1
* | Makefile: Abstract out "identify the pkgversion" codePeter Maydell2019-03-071-17/+16Star
* | Makefile, configure: Support building rST documentationPeter Maydell2019-03-071-3/+42
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-03-041-1/+5
|\
| * roms: add the edk2 project as a git submoduleLaszlo Ersek2019-02-211-1/+5
* | authz: add QAuthZ object as an authorization base classDaniel P. Berrange2019-02-261-4/+6
|/
* build: Deal with all of QAPI's .o in qapi/Makefile.objsMarkus Armbruster2019-02-181-1/+0Star
* qapi: Generate QAPIEvent stuff into separate filesMarkus Armbruster2019-02-181-0/+1
* configure: enable elf2dmp build for Windows hostsViktor Prutyanov2019-02-051-2/+2
* optionrom: add new PVH option romStefano Garzarella2019-02-051-1/+1
* trace: rerun tracetool after ./configure changesStefan Hajnoczi2019-01-301-8/+8
* trace: add ability to do simple printf logging via systemtapDaniel P. Berrangé2019-01-241-0/+10
* Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190121-pull-request' i...Peter Maydell2019-01-231-1/+15
|\
| * ui: fix icon display for GTK frontend under GNOME Shell with WaylandDaniel P. Berrangé2019-01-211-0/+3
| * ui: install logo icons to $prefix/share/iconsDaniel P. Berrangé2019-01-211-1/+12
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-01-21' into st...Peter Maydell2019-01-221-0/+2
|\ \
| * | maint: Allow for EXAMPLES in texi2podEric Blake2019-01-211-0/+2
| |/
* / contrib/rdmacm-mux: fix clang compilationMarcel Apfelbaum2019-01-191-0/+2
|/
* build-sys: use a separate slirp-obj-y && slirp.moMarc-André Lureau2019-01-141-2/+3
* keymaps: remove common includeGerd Hoffmann2019-01-101-1/+1
* keymaps: drop nl-be mapGerd Hoffmann2019-01-101-1/+1
* keymaps: remove modifiers includeGerd Hoffmann2019-01-101-1/+1
* contrib/rdmacm-mux: Add implementation of RDMA User MAD multiplexerYuval Shaia2018-12-221-0/+3
* build: Remake config-host.mak when VERSION changesMarkus Armbruster2018-12-201-1/+1
* qapi: Reduce Makefile boilerplateEric Blake2018-12-111-170/+24Star