Sign in
qemu
/
qemu
/
632e3a5cd812d6bbd38fd2f3ffc189ff5ea51926
/
scripts
cc7a8ea
Include qapi/qmp/qerror.h exactly where needed
by Markus Armbruster
· 10 years ago
485febc
qmp: Wean off qerror_report()
by Markus Armbruster
· 10 years ago
2e4450f
qom: Make enum string tables const-correct
by Daniel P. Berrange
· 10 years ago
ff5397b
scripts: Add support for path as argument of qom-tree
by Martin Cerveny
· 10 years ago
e1d4210
qapi-types: Bury code dead since commit 6b5abc7
by Markus Armbruster
· 10 years ago
c5ecd7e
qapi-types: Split generate_fwd_builtin() off generate_fwd_struct()
by Markus Armbruster
· 10 years ago
ae0a7a1
qapi-types: Drop unused members parameters
by Markus Armbruster
· 10 years ago
4f35680
qapi-types: Don't filter out expressions with 'gen'
by Markus Armbruster
· 10 years ago
f9a1427
qapi: Catch and reject flat union branch of array type
by Markus Armbruster
· 10 years ago
00e4b28
qapi: Better separate the different kinds of helpers
by Markus Armbruster
· 10 years ago
4d076d6
qapi: Move exprs checking from parse_schema() to check_exprs()
by Markus Armbruster
· 10 years ago
e565d93
qapi: Fix to reject stray 't', 'f' and 'n'
by Markus Armbruster
· 10 years ago
a136608
qapi: Simplify inclusion cycle detection
by Markus Armbruster
· 10 years ago
8608d25
qapi: Fix file name in error messages for included files
by Markus Armbruster
· 10 years ago
5441404
qapi: Improve a couple of confusing variable names
by Markus Armbruster
· 10 years ago
12c7079
qapi: Eliminate superfluous QAPISchema attribute input_dir
by Markus Armbruster
· 10 years ago
73d9a79
Teach analyze-migration.py about section footers
by Dr. David Alan Gilbert
· 10 years ago
2fe7c31
virtio-input: add linux/input.h
by Gerd Hoffmann
· 10 years ago
4180978
qapi: Inline gen_command_decl_prologue(), gen_command_def_prologue()
by Markus Armbruster
· 10 years ago
09896d3
qapi: Drop pointless flush() before close()
by Markus Armbruster
· 10 years ago
12f8e1b
qapi: Factor open_output(), close_output() out of generators
by Markus Armbruster
· 10 years ago
16d80f6
qapi: Turn generators' mandatory option -i into an argument
by Markus Armbruster
· 10 years ago
b454096
qapi: Fix generators to report command line errors decently
by Markus Armbruster
· 10 years ago
2114f5a
qapi: Factor parse_command_line() out of the generators
by Markus Armbruster
· 10 years ago
72aaa73
qapi: qapi-commands.py option --type is unused, drop it
by Markus Armbruster
· 10 years ago
c70cef5
qapi: qapi-event.py option -b does nothing, drop it
by Markus Armbruster
· 10 years ago
e3c4c3d
qapi: Support downstream events and commands
by Eric Blake
· 10 years ago
d1f07c8
qapi: Support downstream alternates
by Eric Blake
· 10 years ago
857af5f
qapi: Support downstream flat unions
by Eric Blake
· 10 years ago
bb33729
qapi: Support downstream simple unions
by Eric Blake
· 10 years ago
83a0270
qapi: Support downstream structs
by Eric Blake
· 10 years ago
fce384b
qapi: Support downstream enums
by Eric Blake
· 10 years ago
c6405b5
qapi: Make c_type() consistently convert qapi names
by Eric Blake
· 10 years ago
d557344
qapi: Tidy c_type() logic
by Eric Blake
· 10 years ago
849bc53
qapi: Move camel_to_upper(), c_enum_const() to closely related code
by Markus Armbruster
· 10 years ago
b42e914
qapi: Use c_enum_const() in generate_alternate_qtypes()
by Markus Armbruster
· 10 years ago
02e20c7
qapi: Simplify c_enum_const()
by Markus Armbruster
· 10 years ago
7c81c61
qapi: Rename generate_enum_full_value() to c_enum_const()
by Markus Armbruster
· 10 years ago
fa6068a
qapi: Rename _generate_enum_string() to camel_to_upper()
by Markus Armbruster
· 10 years ago
18df515
qapi: Rename identical c_fun()/c_var() into c_name()
by Eric Blake
· 10 years ago
4729926
qapi: Fix C identifiers generated for names containing '.'
by Markus Armbruster
· 10 years ago
1ceca07
scripts: qmp-shell: Add verbose flag
by John Snow
· 10 years ago
30bd681
scripts: qmp-shell: add transaction subshell
by John Snow
· 10 years ago
6092c3e
scripts: qmp-shell: Expand support for QMP expressions
by John Snow
· 10 years ago
a7430a0
scripts: qmp-shell: refactor helpers
by John Snow
· 10 years ago
ff55d72
qapi: Check for member name conflicts with a base class
by Eric Blake
· 10 years ago
a7f5966
qapi: Support (subset of) \u escapes in strings
by Eric Blake
· 10 years ago
a82b982
qapi: Drop dead visitor code related to nested structs
by Eric Blake
· 10 years ago
6b5abc7
qapi: Drop support for inline nested types
by Eric Blake
· 10 years ago
3e391d3
qapi: Forbid 'type' in schema
by Eric Blake
· 10 years ago
fd41dd4
qapi: Prefer 'struct' over 'type' in generator
by Eric Blake
· 10 years ago
2cbf099
qapi: More rigorous checking for type safety bypass
by Eric Blake
· 10 years ago
10d4d99
qapi: Whitelist commands that don't return dictionary
by Eric Blake
· 10 years ago
c9e0a79
qapi: Require valid names
by Eric Blake
· 10 years ago
dd883c6
qapi: More rigourous checking of types
by Eric Blake
· 10 years ago
d708cdb
qapi: Unify type bypass and add tests
by Eric Blake
· 10 years ago
e53188a
qapi: Allow true, false and null in schema json
by Fam Zheng
· 10 years ago
4dc2e69
qapi: Better error messages for duplicated expressions
by Eric Blake
· 10 years ago
0545f6b
qapi: Better error messages for bad expressions
by Eric Blake
· 10 years ago
ab916fa
qapi: Use 'alternate' to replace anonymous union
by Eric Blake
· 10 years ago
811d04f
qapi: Segregate anonymous unions into alternates in generator
by Eric Blake
· 10 years ago
268a1c5
qapi: Prepare for catching more semantic parse errors
by Eric Blake
· 10 years ago
44bd127
qapi: Tighten checking of unions
by Eric Blake
· 10 years ago
a8d4a2e
qapi: Forbid base without discriminator in unions
by Eric Blake
· 10 years ago
cf39359
qapi: Better error messages for bad enums
by Eric Blake
· 10 years ago
fe2a930
qapi: Require ASCII in schema
by Eric Blake
· 10 years ago
cb17f79
qapi: Fix generation of 'size' builtin type
by Eric Blake
· 10 years ago
b52c4b9
qapi: Simplify builtin type handling
by Eric Blake
· 10 years ago
874e9ae
Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150505-1' into staging
by Peter Maydell
· 10 years ago
2e1c92d
coverity: fix address_space_rw model
by Paolo Bonzini
· 10 years ago
d98bc0b
opengl: add shader build infrastructure
by Gerd Hoffmann
· 10 years ago
7898f74
iotests: add QMP event waiting queue
by John Snow
· 10 years ago
9eddd6a
scripts: add 'qemu coroutine' command to qemu-gdb.py
by Stefan Hajnoczi
· 10 years ago
8b6ee9a
checkpatch: complain about ffs(3) calls
by Stefan Hajnoczi
· 10 years ago
da378d0
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150427' into staging
by Peter Maydell
· 10 years ago
5c9eb02
exec.c: Make address_space_rw take transaction attributes
by Peter Maydell
· 10 years ago
6540e9f
qapi: Drop dead genlist parameter
by Eric Blake
· 10 years ago
15564d8
build: pass .d file name to scripts/make_device_config.sh, fix makefile target
by Paolo Bonzini
· 10 years ago
eb60aa5
scripts: Add qom-tree script
by Andreas Färber
· 11 years ago
906b8ba
coverity: Fix g_malloc_n-like models
by Jan Kiszka
· 10 years ago
811c572
kvm_stat: add kvm_stat.1 man page
by Stefan Hajnoczi
· 10 years ago
9a7dcb7
kvm_stat: add column headers to text UI
by Stefan Hajnoczi
· 10 years ago
0048fa6
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 10 years ago
c10b028
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 10 years ago
0b7e89b
trace: add DTrace reserved words for .d files
by Stefan Hajnoczi
· 11 years ago
12ccfec
Makefile: don't silence mak file test with V=1
by Michael S. Tsirkin
· 10 years ago
041ccc9
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
by Peter Maydell
· 10 years ago
c16758c
update-linux-headers.sh: s/__inline__/inline/
by Michael S. Tsirkin
· 10 years ago
44fb1dd
scripts: add arch specific standard-headers
by Michael S. Tsirkin
· 10 years ago
05e492b
update-linux-headers: use standard-headers
by Michael S. Tsirkin
· 10 years ago
1ff0b55
scripts/update-linux-headers.sh: pull virtio hdrs
by Michael S. Tsirkin
· 10 years ago
73104fd
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
912ae9c
qapi-types: add C99 index names to arrays
by Michael S. Tsirkin
· 10 years ago
0d53d9f
exec: convert ram_list to QLIST
by Mike Day
· 10 years ago
a628daa
qtest: Add scripts/qtest.py
by Fam Zheng
· 10 years ago
edecf5e
kvm_stat: Add kvm_exit reasons for aarch64
by Wei Huang
· 10 years ago
be7433e
Fix name error in migration stream analyzation script
by Greg Kurz
· 10 years ago
b93acb9
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 10 years ago
dd9fe29
trace: Print PID and time in stderr traces
by Dr. David Alan Gilbert
· 10 years ago
b3cd91e
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150205' into staging
by Peter Maydell
· 10 years ago
Next »