| Commit message (Expand) | Author | Age | Files | Lines |
* | update-linux-headers: Add vfio_zdev.h | Matthew Rosato | 2020-11-01 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qmp-2020-10-27' into s... | Peter Maydell | 2020-10-29 | 2 | -125/+8 |
|\ |
|
| * | scripts/qmp: delete 'qmp' script | John Snow | 2020-10-27 | 1 | -124/+7 |
| * | qmp-shell: Sort by key when pretty-printing | David Edmondson | 2020-10-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-2710... | Peter Maydell | 2020-10-28 | 1 | -1/+1 |
|\ \ |
|
| * | | scripts: fix error from checkpatch.pl when no commits are found | Daniel P. Berrangé | 2020-10-27 | 1 | -1/+1 |
| |/ |
|
* | | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re... | Peter Maydell | 2020-10-28 | 1 | -2/+1 |
|\ \ |
|
| * | | linux-user: update syscall_nr.h to Linux 5.9-rc7 | Laurent Vivier | 2020-10-26 | 1 | -2/+1 |
* | | | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque... | Peter Maydell | 2020-10-27 | 1 | -0/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add execute bit back to scripts/tracetool.py | Anthony PERARD | 2020-10-26 | 1 | -0/+0 |
* | | | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2020-10-26 | 1 | -6/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | build: fix macOS --enable-modules build | Paolo Bonzini | 2020-10-22 | 1 | -6/+5 |
| |/ |
|
* | | scripts/oss-fuzz: ignore the generic-fuzz target | Alexander Bulekov | 2020-10-26 | 1 | -2/+8 |
* | | scripts/oss-fuzz: use hardlinks instead of copying | Alexander Bulekov | 2020-10-26 | 1 | -1/+7 |
* | | scripts/oss-fuzz: Add crash trace minimization script | Alexander Bulekov | 2020-10-26 | 1 | -0/+157 |
* | | scripts/oss-fuzz: Add script to reorder a generic-fuzzer trace | Alexander Bulekov | 2020-10-26 | 1 | -0/+103 |
|/ |
|
* | decodetree: Fix codegen for non-overlapping group inside overlapping group | Peter Maydell | 2020-10-20 | 1 | -1/+1 |
* | build: replace ninjatool with ninja | Paolo Bonzini | 2020-10-17 | 2 | -1009/+2 |
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-1... | Peter Maydell | 2020-10-13 | 1 | -19/+44 |
|\ |
|
| * | scripts/ci/gitlab-pipeline-status: wait for pipeline creation | Cleber Rosa | 2020-10-13 | 1 | -4/+13 |
| * | scripts/ci/gitlab-pipeline-status: use more descriptive exceptions | Cleber Rosa | 2020-10-13 | 1 | -2/+10 |
| * | scripts/ci/gitlab-pipeline-status: handle keyboard interrupts | Cleber Rosa | 2020-10-13 | 1 | -2/+4 |
| * | scripts/ci/gitlab-pipeline-status: refactor parser creation | Cleber Rosa | 2020-10-13 | 1 | -4/+7 |
| * | scripts/ci/gitlab-pipeline-status: give early feedback on running pipelines | Cleber Rosa | 2020-10-13 | 1 | -1/+1 |
| * | scripts/ci/gitlab-pipeline-status: improve message regarding timeout | Cleber Rosa | 2020-10-13 | 1 | -1/+4 |
| * | scripts/ci/gitlab-pipeline-status: make branch name configurable | Cleber Rosa | 2020-10-13 | 1 | -6/+6 |
* | | build-sys: fix git version from -version | Marc-André Lureau | 2020-10-12 | 1 | -1/+1 |
* | | qom: fix objects with improper parent type | Paolo Bonzini | 2020-10-12 | 1 | -0/+26 |
|/ |
|
* | qapi/visit.py: add type hint annotations | John Snow | 2020-10-10 | 2 | -22/+56 |
* | qapi/visit.py: remove unused parameters from gen_visit_object | John Snow | 2020-10-10 | 2 | -3/+2 |
* | qapi/visit.py: assert tag_member contains a QAPISchemaEnumType | John Snow | 2020-10-10 | 1 | -5/+7 |
* | qapi/types.py: remove one-letter variables | John Snow | 2020-10-10 | 2 | -15/+15 |
* | qapi/types.py: add type hint annotations | John Snow | 2020-10-10 | 2 | -27/+64 |
* | qapi/gen.py: delint with pylint | John Snow | 2020-10-10 | 2 | -2/+5 |
* | qapi/gen.py: update write() to be more idiomatic | John Snow | 2020-10-10 | 1 | -14/+11 |
* | qapi/gen.py: Remove unused parameter | John Snow | 2020-10-10 | 1 | -2/+2 |
* | qapi/gen.py: add type hint annotations | John Snow | 2020-10-10 | 2 | -52/+57 |
* | qapi/gen: Make _is_user_module() return bool | John Snow | 2020-10-10 | 1 | -1/+1 |
* | qapi/source.py: delint with pylint | John Snow | 2020-10-10 | 2 | -1/+3 |
* | qapi/source.py: add type hint annotations | John Snow | 2020-10-10 | 2 | -18/+19 |
* | qapi/commands.py: add type hint annotations | John Snow | 2020-10-10 | 2 | -23/+56 |
* | qapi/commands.py: Don't re-bind to variable of different type | John Snow | 2020-10-10 | 1 | -3/+1 |
* | qapi/events.py: Move comments into docstrings | John Snow | 2020-10-10 | 1 | -1/+5 |
* | qapi/events.py: add type hint annotations | John Snow | 2020-10-10 | 2 | -16/+35 |
* | qapi: establish mypy type-checking baseline | John Snow | 2020-10-10 | 2 | -1/+62 |
* | qapi/common.py: move build_params into gen.py | John Snow | 2020-10-10 | 4 | -34/+36 |
* | qapi/common.py: Convert comments into docstrings, and elaborate | John Snow | 2020-10-10 | 1 | -14/+40 |
* | qapi/common.py: add type hint annotations | John Snow | 2020-10-10 | 1 | -11/+16 |
* | qapi/common.py: check with pylint | John Snow | 2020-10-10 | 1 | -2/+1 |
* | qapi/common.py: Replace one-letter 'c' variable | John Snow | 2020-10-10 | 1 | -4/+4 |