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
*
codeconverter: script for automating QOM code cleanups
Eduardo Habkost
2020-09-08
9
-0
/
+2183
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-09-08' into ...
Peter Maydell
2020-09-08
1
-7
/
+17
|
\
|
*
qapi: Make section headings start a new doc comment block
Markus Armbruster
2020-09-07
1
-8
/
+13
|
*
qapi: Reject section markup in definition documentation
Markus Armbruster
2020-09-07
1
-0
/
+5
*
|
meson: Convert undefsym.sh to undefsym.py
Yonggang Luo
2020-09-08
2
-20
/
+49
*
|
oss-fuzz: fix rpath
Alexander Bulekov
2020-09-08
1
-1
/
+1
*
|
meson: compute config_all_devices directly
Paolo Bonzini
2020-09-08
1
-3
/
+0
*
|
meson: convert the speed tests
Paolo Bonzini
2020-09-08
1
-1
/
+8
*
|
ninjatool: use constant names for stamp files
Paolo Bonzini
2020-09-08
1
-3
/
+5
*
|
mtest2make: unify tests that appear in multiple suites
Paolo Bonzini
2020-09-08
1
-36
/
+38
*
|
mtest2make: hide output of successful tests
Paolo Bonzini
2020-09-08
2
-1
/
+36
*
|
mtest2make: split working directory from test command
Paolo Bonzini
2020-09-08
1
-8
/
+8
*
|
mtest2make: split environment from test command
Paolo Bonzini
2020-09-08
1
-8
/
+9
|
/
*
scripts/qmp/qom-fuse: Fix getattr(), read() for files in /
Markus Armbruster
2020-09-03
1
-2
/
+8
*
scripts/qmp/qom-fuse: Port to current Python module fuse
Markus Armbruster
2020-09-03
1
-46
/
+47
*
scripts/qmp/qom-fuse: Unbreak import of QEMUMonitorProtocol
Markus Armbruster
2020-09-03
1
-2
/
+2
*
qapi: enable use of g_autoptr with QAPI types
Daniel P. Berrangé
2020-09-03
1
-0
/
+1
*
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
[next]