Sign in
qemu
/
qemu
/
022cdc9f407434ad6eb7ace80362a1218a009bcc
/
scripts
ebf677c
qapi: drop the sentinel in enum array
by Marc-André Lureau
· 8 years ago
f7abe0e
qapi: Change data type of the FOO_lookup generated for enum FOO
by Marc-André Lureau
· 8 years ago
5b5f825
qapi: Generate FOO_str() macro for QAPI enum FOO
by Markus Armbruster
· 8 years ago
0f9afc2
qdict: Add qdict_put_null() helper, and put it to use
by Marc-André Lureau
· 8 years ago
fda72ab
qapi: Fix error handling code on alternate conflict
by Eduardo Habkost
· 8 years ago
47e1cb1
scripts: add argparse module for Python 2.6 compatibility
by Stefan Hajnoczi
· 8 years ago
840d835
simpletrace: fix flight recorder --no-header option
by Stefan Hajnoczi
· 8 years ago
d6b76d6
trace: use static event ID mapping in simpletrace.stp
by Stefan Hajnoczi
· 8 years ago
c3e5875
checkpatch: check trace-events code style
by Vladimir Sementsov-Ogievskiy
· 8 years ago
3932ef3
trace: add TRACE_<event>_BACKEND_DSTATE()
by Stefan Hajnoczi
· 8 years ago
ea1ff54
trace: ensure unique function / variable names per .stp file
by Daniel P. Berrange
· 8 years ago
87e0331
docs: fix broken paths to docs/devel/tracing.txt
by Philippe Mathieu-Daudé
· 8 years ago
b3125e7
docs: fix broken paths to docs/devel/qapi-code-gen.txt
by Philippe Mathieu-Daudé
· 8 years ago
4d2d5c4
qapi: Introduce a first class 'null' type
by Markus Armbruster
· 8 years ago
8dbcd0e
Merge remote-tracking branch 'remotes/kraxel/tags/misc-20170720-pull-request' into staging
by Peter Maydell
· 8 years ago
3b6bb28
add scripts/git.orderfile
by Gerd Hoffmann
· 8 years ago
d97dd98
coccinelle: add a script to optimize tcg op using tcg_gen_extract()
by Philippe Mathieu-Daudé
· 8 years ago
368e708
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging
by Peter Maydell
· 8 years ago
2a6f395
device-crash-test: Fix regexp on whitelist
by Eduardo Habkost
· 8 years ago
5a477a7
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 8 years ago
1ff7b53
trace: [tcg, trivial] Re-align generated code
by Lluís Vilanova
· 8 years ago
864a217
trace: [tcg] Do not generate TCG code to trace dynamically-disabled events
by Lluís Vilanova
· 8 years ago
96d851a
scripts/coccinelle/memory-region-init-ram.cocci: New script
by Peter Maydell
· 8 years ago
a309b29
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into staging
by Peter Maydell
· 8 years ago
49bcce4
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-12' into staging
by Peter Maydell
· 8 years ago
e43ead1
error: Implement the warn and free Error functions
by Alistair Francis
· 8 years ago
97f4030
error: Functions to report warnings and informational messages
by Alistair Francis
· 8 years ago
086ee7a
scripts: use build_ prefix for string not piped through cgen()
by Marc-André Lureau
· 8 years ago
8a4613a
qobject: Update coccinelle script to catch Q{INC, DEC}REF
by Eric Blake
· 8 years ago
44d619b
hxtool: remove dead -q option
by Paolo Bonzini
· 8 years ago
e8c2091
checkpatch: should not use signal except for SIG_DFL or SIG_IGN
by Paolo Bonzini
· 8 years ago
60390d2
qapi: Remove visit_start_alternate() parameter promote_int
by Marc-André Lureau
· 8 years ago
01b2ffc
qapi: merge QInt and QFloat in QNum
by Marc-André Lureau
· 8 years ago
5093f02
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 8 years ago
f652402
coccinelle: fix typo in comment
by Philippe Mathieu-Daudé
· 8 years ago
249e9f7
simpletrace: Improve the error message if event is not declared
by Jose Ricardo Ziviani
· 8 years ago
23ea4f3
scripts: Test script to look for -device crashes
by Eduardo Habkost
· 8 years ago
b2b8d98
qemu.py: Add QEMUMachine.exitcode() method
by Eduardo Habkost
· 8 years ago
37bbcd5
qemu.py: Don't set _popen=None on error/shutdown
by Eduardo Habkost
· 8 years ago
c064477
qapi: Reject alternates that can't work with keyval_parse()
by Markus Armbruster
· 8 years ago
d0eda02
Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into staging
by Stefan Hajnoczi
· 8 years ago
fe2f74a
scripts/qmp/qom-set: fix the value argument passed to srv.command()
by Greg Kurz
· 8 years ago
74c98e2
linux-headers: update
by Cornelia Huck
· 8 years ago
f465706
Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging
by Stefan Hajnoczi
· 8 years ago
b7d5a9c
scripts: Switch to more portable Perl shebang
by Kamil Rytarowski
· 8 years ago
6f75023
scripts/qemu-binfmt-conf.sh: Fix shell portability issue
by Kamil Rytarowski
· 8 years ago
76d20ea
Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-04-v3' into staging
by Stefan Hajnoczi
· 8 years ago
dcd3b25
qmp-shell: improve help
by Marc-André Lureau
· 8 years ago
b13d2ff
qmp-shell: don't show version greeting if unavailable
by Marc-André Lureau
· 8 years ago
daa5a72
qmp-shell: Cope with query-commands error
by Marc-André Lureau
· 8 years ago
c5e397d
qmp-shell: add -N option to skip negotiate
by Marc-André Lureau
· 8 years ago
aa3b167
qmp-shell: add persistent command history
by John Snow
· 8 years ago
a92c215
qobject: Add helper macros for common scalar insertions
by Eric Blake
· 8 years ago
a2f3453
coccinelle: Add script to remove useless QObject casts
by Eric Blake
· 8 years ago
1c5d506
Merge remote-tracking branch 'bonzini/tags/for-upstream' into staging
by Stefan Hajnoczi
· 8 years ago
f3fddaf
trace: disallow more than 10 arguments per trace event
by Daniel P. Berrange
· 8 years ago
622e42a
get_maintainer: add subsystem to reviewer output
by Joe Perches
· 9 years ago
9ff3a5e
get_maintainer: --r (list reviewer) is on by default
by Brian Norris
· 9 years ago
7a6ae2c
get_maintainer: it's '--pattern-depth', not '-pattern-depth'
by Brian Norris
· 8 years ago
6668a2a
get_maintainer: Teach get_maintainer.pl about the new "R:" tag
by Joe Perches
· 11 years ago
6e93895
checkpatch: Disallow glib asserts in main code
by Dr. David Alan Gilbert
· 8 years ago
659370f
simpletrace: document Analyzer method signatures
by Stefan Hajnoczi
· 8 years ago
8037fa5
scripts/qemugdb/mtree.py: fix up mtree dump
by Alex Bennée
· 8 years ago
7609ffb
trace: fix tcg tracing build breakage
by Stefan Hajnoczi
· 8 years ago
c32617a
qapi2texi: Fix translation of *strong* and _emphasized_
by Markus Armbruster
· 8 years ago
32b8a2a
qapi: Drop unused QAPIDoc member optional
by Markus Armbruster
· 8 years ago
e8ba07e
qapi2texi: Fix to actually fail when 'doc-required' is false
by Markus Armbruster
· 8 years ago
012b126
qapi: Fix a misleading parser error message
by Markus Armbruster
· 8 years ago
c261394
qapi: Make pylint a bit happier
by Markus Armbruster
· 8 years ago
6bbfb12
qapi: Drop unused .check_clash() parameter schema
by Markus Armbruster
· 8 years ago
768562d
qapi: union_types is a list used like a dict, make it one
by Markus Armbruster
· 8 years ago
ed285bf
qapi: struct_types is a list used like a dict, make it one
by Markus Armbruster
· 8 years ago
5f01844
qapi: enum_types is a list used like a dict, make it one
by Markus Armbruster
· 8 years ago
6f05345
qapi: Factor add_name() calls out of the meta conditional
by Markus Armbruster
· 8 years ago
eda43c6
qapi: Simplify what gets stored in enum_types
by Markus Armbruster
· 8 years ago
062e856
qapi: Drop unused variable events
by Markus Armbruster
· 8 years ago
a9f396b
qapi: Eliminate check_docs() and drop QAPIDoc.expr
by Markus Armbruster
· 8 years ago
816a57c
qapi: Fix detection of bogus member documentation
by Markus Armbruster
· 8 years ago
4ea7148
qapi: Move empty doc section checking to doc parser
by Markus Armbruster
· 8 years ago
2d43323
qapi: Improve error message on @NAME: in free-form doc
by Markus Armbruster
· 8 years ago
7947016
qapi: Move detection of doc / expression name mismatch
by Markus Armbruster
· 8 years ago
e7823a2
qapi: Fix detection of doc / expression mismatch
by Markus Armbruster
· 8 years ago
75b5019
qapi2texi: Use category "Object" for all object types
by Markus Armbruster
· 8 years ago
c19eaa6
qapi2texi: Generate descriptions for simple union tags
by Markus Armbruster
· 8 years ago
5169cd8
qapi2texi: Generate documentation for variant members
by Markus Armbruster
· 8 years ago
88f6346
qapi2texi: Generate reference to base type members
by Markus Armbruster
· 8 years ago
691e031
qapi2texi: Include member type in generated documentation
by Markus Armbruster
· 8 years ago
c2dd311
qapi2texi: Implement boxed argument documentation
by Markus Armbruster
· 8 years ago
2c99f5f
qapi2texi: Don't hide undocumented members and arguments
by Markus Armbruster
· 8 years ago
5da19f1
qapi2texi: Explain enum value undocumentedness more clearly
by Markus Armbruster
· 8 years ago
2a1183c
qapi2texi: Present the table of members more clearly
by Markus Armbruster
· 8 years ago
71d918a
qapi2texi: Plainer enum value and member name formatting
by Markus Armbruster
· 8 years ago
ef801a9
qapi: Prefer single-quoted strings more consistently
by Markus Armbruster
· 8 years ago
0fe675a
qapi: Use raw strings for regular expressions consistently
by Markus Armbruster
· 8 years ago
1d8bda1
qapi: The #optional tag is redundant, drop
by Markus Armbruster
· 8 years ago
aa964b7
qapi2texi: Convert to QAPISchemaVisitor
by Markus Armbruster
· 8 years ago
860e877
qapi: Conjure up QAPIDoc.ArgSection for undocumented members
by Markus Armbruster
· 8 years ago
069fb5b
qapi: Prepare for requiring more complete documentation
by Markus Armbruster
· 8 years ago
4636211
qapi: Fix QAPISchemaEnumType.is_implicit() for 'QType'
by Markus Armbruster
· 8 years ago
b116fd8
qapi: Avoid unwanted blank lines in QAPIDoc
by Markus Armbruster
· 8 years ago
Next »