| Commit message (Expand) | Author | Age | Files | Lines |
* | meson: add NSIS building | Marc-André Lureau | 2020-09-01 | 1 | -0/+78 |
* | meson: install scripts/qemu-trace-stap | Marc-André Lureau | 2020-09-01 | 1 | -0/+3 |
* | scripts: Add u2f-setup-gen script | César Belley | 2020-08-31 | 1 | -0/+170 |
* | ninjatool: Fixes E$$: in generated Makefile.ninja | Yonggang Luo | 2020-08-27 | 1 | -1/+1 |
* | meson: fix relpath failure on Win32 | Yonggang Luo | 2020-08-27 | 1 | -2/+9 |
* | ninjatool: quote dollars in variables | Paolo Bonzini | 2020-08-27 | 1 | -1/+2 |
* | scripts/qemu-version.sh: Add missing space before ']' | Thomas Huth | 2020-08-27 | 1 | -1/+1 |
* | meson: replace create-config with meson configure_file | Paolo Bonzini | 2020-08-21 | 1 | -131/+0 |
* | rules.mak: drop unneeded macros | Paolo Bonzini | 2020-08-21 | 1 | -3/+3 |
* | meson: link emulators without Makefile.target | Paolo Bonzini | 2020-08-21 | 2 | -10/+12 |
* | meson: cpu-emu | Marc-André Lureau | 2020-08-21 | 1 | -16/+8 |
* | meson: target | Paolo Bonzini | 2020-08-21 | 1 | -1/+1 |
* | meson: add modules infrastructure | Marc-André Lureau | 2020-08-21 | 1 | -0/+20 |
* | meson: infrastructure for building emulators | Paolo Bonzini | 2020-08-21 | 3 | -0/+5 |
* | meson: generate hxtool files | Marc-André Lureau | 2020-08-21 | 1 | -1/+1 |
* | meson: generate qemu-version.h | Marc-André Lureau | 2020-08-21 | 1 | -0/+25 |
* | libqemuutil, qapi, trace: convert to meson | Paolo Bonzini | 2020-08-21 | 4 | -6/+2 |
* | meson: add testsuite Makefile generator | Paolo Bonzini | 2020-08-21 | 1 | -0/+102 |
* | meson: add sparse support | Paolo Bonzini | 2020-08-21 | 1 | -0/+25 |
* | build-sys: add meson submodule | Marc-André Lureau | 2020-08-21 | 1 | -1/+2 |
* | configure: integrate Meson in the build system | Paolo Bonzini | 2020-08-21 | 1 | -0/+1002 |
* | meson: rename included C source files to .c.inc | Paolo Bonzini | 2020-08-21 | 1 | -1/+1 |
* | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 3 | -6/+3 |
* | oss-fuzz/build: remove LIB_FUZZING_ENGINE | Paolo Bonzini | 2020-08-21 | 1 | -11/+5 |
* | Get rid of the libqemustub.a remainders | Thomas Huth | 2020-08-05 | 1 | -3/+0 |
* | tracetool: carefully define SDT_USE_VARIADIC | Stefan Hajnoczi | 2020-07-30 | 1 | -0/+4 |
* | coccinelle/err-bad-newline: Fix for Python 3, and add patterns | Markus Armbruster | 2020-07-24 | 1 | -2/+22 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-07-21' into ... | Peter Maydell | 2020-07-21 | 1 | -0/+1 |
|\ |
|
| * | qapi: Fix visit_type_STRUCT() not to fail for null object | Markus Armbruster | 2020-07-21 | 1 | -0/+1 |
* | | scripts/oss-fuzz: Limit target list to i386-softmmu | Thomas Huth | 2020-07-21 | 1 | -1/+1 |
|/ |
|
* | python/qmp.py: re-absorb MonitorResponseError | John Snow | 2020-07-14 | 1 | -2/+5 |
* | scripts/performance: Add dissect.py script | Ahmed Karaman | 2020-07-14 | 1 | -0/+166 |
* | GitLab Gating CI: introduce pipeline-status contrib script | Cleber Rosa | 2020-07-13 | 1 | -0/+157 |
* | Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switch | Thomas Huth | 2020-07-13 | 1 | -8/+4 |
* | scripts: improve message when TAP based tests fail | Daniel P. Berrangé | 2020-07-11 | 1 | -1/+1 |
* | checkpatch: Change occurences of 'kernel' to 'qemu' in user messages | Aleksandar Markovic | 2020-07-11 | 1 | -3/+3 |
* | scripts: Coccinelle script to use ERRP_GUARD() | Vladimir Sementsov-Ogievskiy | 2020-07-10 | 1 | -0/+336 |
* | qapi: Smooth visitor error checking in generated code | Markus Armbruster | 2020-07-10 | 2 | -47/+32 |
* | qapi: Make visitor functions taking Error ** return bool, not void | Markus Armbruster | 2020-07-10 | 1 | -34/+24 |
* | tracetool: work around ust <sys/sdt.h> include conflict | Stefan Hajnoczi | 2020-07-07 | 1 | -0/+6 |
* | scripts/performance: Add topN_callgrind.py script | Ahmed Karaman | 2020-06-27 | 1 | -0/+140 |
* | scripts/performance: Add topN_perf.py script | Ahmed Karaman | 2020-06-27 | 1 | -0/+149 |
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 2020-06-26 | 1 | -3/+3 |
|\ |
|
| * | minikconf: explicitly set encoding to UTF-8 | Stefan Hajnoczi | 2020-06-23 | 1 | -3/+3 |
* | | scripts/tracetool: Update maintainer email address | Philippe Mathieu-Daudé | 2020-06-24 | 18 | -18/+18 |
|/ |
|
* | fuzz: add oss-fuzz build-script | Alexander Bulekov | 2020-06-15 | 1 | -0/+105 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2020-06-13 | 3 | -55/+89 |
|\ |
|
| * | checkpatch: reversed logic with acpi test checks | Michael S. Tsirkin | 2020-06-12 | 1 | -1/+1 |
| * | run-coverity-scan: support --update-tools-only --docker | Paolo Bonzini | 2020-06-10 | 1 | -16/+23 |
| * | run-coverity-scan: download tools outside the container | Paolo Bonzini | 2020-06-10 | 2 | -21/+24 |