index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
|
*
run-coverity-scan: use --no-update-tools in docker run
Paolo Bonzini
2020-06-10
1
-6
/
+5
|
*
run-coverity-scan: add --no-update-tools option
Paolo Bonzini
2020-06-10
1
-14
/
+23
|
*
run-coverity-scan: use docker.py
Paolo Bonzini
2020-06-10
2
-12
/
+22
|
*
run-coverity-scan: get Coverity token and email from special git config section
Paolo Bonzini
2020-06-10
1
-9
/
+15
*
|
Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20200609' into staging
Peter Maydell
2020-06-11
1
-217
/
+294
|
\
\
|
*
|
decodetree: Drop check for less than 2 patterns in a group
Richard Henderson
2020-06-09
1
-2
/
+0
|
*
|
decodetree: Implement non-overlapping groups
Richard Henderson
2020-06-08
1
-4
/
+14
|
*
|
decodetree: Move semantic propagation into classes
Richard Henderson
2020-06-08
1
-210
/
+252
|
*
|
decodetree: Allow group covering the entire insn space
Richard Henderson
2020-06-08
1
-3
/
+11
|
*
|
decodetree: Split out MultiPattern from IncMultiPattern
Richard Henderson
2020-06-08
1
-11
/
+26
|
*
|
decodetree: Rename MultiPattern to IncMultiPattern
Richard Henderson
2020-06-08
1
-7
/
+7
|
*
|
decodetree: Tidy error_with_file
Richard Henderson
2020-06-08
1
-10
/
+14
|
|
/
*
|
scripts/coverity-scan: Remove flex/bison packages
Philippe Mathieu-Daudé
2020-06-08
1
-2
/
+0
*
|
scripts/clean-includes: Mark 'qemu/qemu-plugin.h' as special header
Philippe Mathieu-Daudé
2020-06-08
1
-0
/
+1
|
/
*
python: remove more instances of sys.version_info
John Snow
2020-05-31
3
-24
/
+9
*
scripts/qmp: Fix shebang and imports
John Snow
2020-05-31
6
-6
/
+18
*
scripts/modules/module_block: Use Python 3 interpreter & add pseudo-main
Philippe Mathieu-Daudé
2020-05-31
1
-14
/
+15
*
scripts/kvm/vmxcap: Use Python 3 interpreter and add pseudo-main()
Philippe Mathieu-Daudé
2020-05-31
1
-3
/
+4
*
scripts/qmp: Use Python 3 interpreter
Philippe Mathieu-Daudé
2020-05-31
4
-4
/
+4
[prev]
[next]