Age | Commit message (Expand) | Author | Files | Lines |
2018-06-29 | glib: bump min required glib library version to 2.40 | Daniel P. Berrangé | 1 | -5/+1 |
2018-06-20 | configure: set cross_cc_FOO for host compiler | Alex Bennée | 1 | -1/+13 |
2018-06-20 | configure: allow user to specify --cross-cc-cflags-foo= | Alex Bennée | 1 | -0/+10 |
2018-06-20 | configure: move i386_cc to cross_cc_i386 | Alex Bennée | 1 | -7/+17 |
2018-06-20 | configure: add support for --cross-cc-FOO | Alex Bennée | 1 | -0/+91 |
2018-06-19 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180618-pull-request' ... | Peter Maydell | 1 | -1/+2 |
2018-06-18 | configure: print virglrenderer version | Marc-André Lureau | 1 | -1/+2 |
2018-06-15 | configure: Enable out-of-tree acceptance tests | Philippe Mathieu-Daudé | 1 | -3/+5 |
2018-06-08 | configure: Require Python 2.7 or newer | Eduardo Habkost | 1 | -2/+2 |
2018-06-05 | Makefile: Rename TARGET_DIRS to TARGET_LIST | Fam Zheng | 1 | -1/+1 |
2018-06-05 | configure: add test for docker availability | Alex Bennée | 1 | -0/+17 |
2018-06-04 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 1 | -0/+17 |
2018-06-01 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -14/+1 |
2018-06-01 | file-posix: Implement bdrv_co_copy_range | Fam Zheng | 1 | -0/+17 |
2018-06-01 | WHPX: dynamically load WHP libraries | Lucian Petrut | 1 | -14/+1 |
2018-05-31 | xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pages | Paul Durrant | 1 | -0/+5 |
2018-05-29 | target-microblaze: Setup for 64bit addressing | Edgar E. Iglesias | 1 | -0/+1 |
2018-05-18 | configure: Add explanation for --enable-xen-pci-passthrough | Anthony PERARD | 1 | -1/+1 |
2018-05-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -6/+11 |
2018-05-11 | configure: Display if libfdt is from system or git | Philippe Mathieu-Daudé | 1 | -5/+4 |
2018-05-11 | configure: Really use local libfdt if the system one is too old | Philippe Mathieu-Daudé | 1 | -1/+5 |
2018-05-09 | riscv: requires libfdt | KONRAD Frederic | 1 | -1/+1 |
2018-05-09 | configure: recognize more rpmbuild macros | Olaf Hering | 1 | -0/+2 |
2018-04-27 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180427-pull-request' ... | Peter Maydell | 1 | -1/+1 |
2018-04-27 | ccid-card: include libcacard.h only | Michal Privoznik | 1 | -1/+1 |
2018-04-26 | configure: do_compiler: Dump some extra info under bash | Ian Jackson | 1 | -0/+5 |
2018-04-26 | xen: Use newly added dmops for mapping VGA memory | Ross Lagerwall | 1 | -0/+19 |
2018-04-26 | xen: link against xentoolcore | Anthony PERARD | 1 | -2/+7 |
2018-04-10 | configure: don't warn SDL abi if disabled | Peter Xu | 1 | -38/+45 |
2018-04-10 | configure: don't warn GTK if disabled | Peter Xu | 1 | -12/+11 |
2018-04-09 | configure: Add missing configure options to help text | Thomas Huth | 1 | -0/+3 |
2018-04-04 | tcg: fix 16-byte vector operations detection | Laurent Vivier | 1 | -0/+8 |
2018-03-26 | WHPX fix WHvGetCapability out WrittenSizeInBytes | Justin Terry (VM) | 1 | -1/+3 |
2018-03-23 | make: switch from -I to -iquote | Michael S. Tsirkin | 1 | -8/+8 |
2018-03-17 | Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into staging | Peter Maydell | 1 | -0/+1 |
2018-03-16 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -2/+42 |
2018-03-13 | target/xtensa: support MTTCG | Max Filippov | 1 | -0/+1 |
2018-03-12 | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20180312-pull-request... | Peter Maydell | 1 | -2/+7 |
2018-03-12 | membarrier: add --enable-membarrier | Paolo Bonzini | 1 | -1/+41 |
2018-03-12 | Polish the version strings containing the package version | Thomas Huth | 1 | -1/+1 |
2018-03-12 | audio/sdl: build as module | Gerd Hoffmann | 1 | -1/+1 |
2018-03-12 | audio/pulseaudio: build as module | Gerd Hoffmann | 1 | -1/+1 |
2018-03-12 | audio/oss: build as module | Gerd Hoffmann | 1 | -1/+1 |
2018-03-12 | audio/alsa: build as module | Gerd Hoffmann | 1 | -1/+6 |
2018-03-12 | modules: use gmodule-export | Gerd Hoffmann | 1 | -1/+1 |
2018-03-12 | sdl: workaround bug in sdl 2.0.8 headers | Gerd Hoffmann | 1 | -0/+1 |
2018-03-12 | build: try improve handling of clang warnings | Gerd Hoffmann | 1 | -1/+1 |
2018-03-07 | RISC-V Build Infrastructure | Michael Clark | 1 | -0/+13 |
2018-03-06 | Fixing WHPX casing to match SDK | Justin Terry (VM) via Qemu-devel | 1 | -5/+5 |
2018-03-06 | Revert "build-sys: compile with -Og or -O1 when --enable-debug" | Paolo Bonzini | 1 | -13/+2 |