index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qapi-commands.py
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-18
qapi-commands: Inline single-use helpers of gen_marshal()
Eric Blake
1
-67
/
+39
2016-03-18
qapi-commands: Utilize implicit struct visits
Eric Blake
1
-16
/
+12
2016-03-18
qapi: Fix command with named empty argument type
Eric Blake
1
-2
/
+2
2016-03-18
qapi: Assert in places where variants are not handled
Eric Blake
1
-1
/
+2
2016-03-05
qapi: Rename 'fields' to 'members' in generator
Eric Blake
1
-2
/
+2
2016-02-16
qapi: Clean up includes in generated files
Eric Blake
1
-0
/
+1
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-2
/
+2
2015-11-02
qapi: More robust conditions for when labels are needed
Eric Blake
1
-1
/
+3
2015-10-12
qapi: Simplify gen_visit_fields() error handling
Eric Blake
1
-3
/
+1
2015-10-12
qapi: Share gen_visit_fields()
Eric Blake
1
-26
/
+1
2015-10-12
qapi: Share gen_err_check()
Eric Blake
1
-14
/
+3
2015-10-12
qapi: Consistent generated code: minimize push_indent() usage
Eric Blake
1
-32
/
+22
2015-10-12
qapi: Consistent generated code: prefer visitor 'v'
Eric Blake
1
-15
/
+15
2015-10-12
qapi: Consistent generated code: prefer error 'err'
Eric Blake
1
-11
/
+11
2015-09-21
qapi-commands: De-duplicate output marshaling functions
Markus Armbruster
1
-7
/
+10
2015-09-21
qapi: De-duplicate parameter list generation
Markus Armbruster
1
-9
/
+2
2015-09-21
qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
Markus Armbruster
1
-2
/
+2
2015-09-21
qapi-commands: Rearrange code
Markus Armbruster
1
-48
/
+39
2015-09-21
qapi: Clean up after recent conversions to QAPISchemaVisitor
Markus Armbruster
1
-63
/
+77
2015-09-21
qapi: Replace dirty is_c_ptr() by method c_null()
Markus Armbruster
1
-11
/
+5
2015-09-21
qapi-commands: Convert to QAPISchemaVisitor
Markus Armbruster
1
-69
/
+90
2015-09-21
qapi: New QAPISchema intermediate reperesentation
Markus Armbruster
1
-1
/
+1
2015-09-04
qapi: Generated code cleanup
Markus Armbruster
1
-0
/
+1
2015-09-04
qapi-commands: Drop useless initialization
Markus Armbruster
1
-6
/
+2
2015-09-04
qapi-commands: Don't feed output of mcgen() to mcgen() again
Markus Armbruster
1
-31
/
+21
2015-09-04
qapi-commands: Inline gen_marshal_output_call()
Markus Armbruster
1
-8
/
+4
2015-09-04
qapi-commands: Fix gen_err_check(e) for e and e != 'local_err'
Markus Armbruster
1
-6
/
+7
2015-09-04
qapi: Drop unused and useless parameters and variables
Markus Armbruster
1
-14
/
+13
2015-09-04
qapi: Clean up cgen() and mcgen()
Markus Armbruster
1
-1
/
+1
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-1
/
+0
2015-06-22
qmp: Wean off qerror_report()
Markus Armbruster
1
-35
/
+6
2015-05-14
qapi: Inline gen_command_decl_prologue(), gen_command_def_prologue()
Markus Armbruster
1
-34
/
+24
2015-05-14
qapi: Factor open_output(), close_output() out of generators
Markus Armbruster
1
-64
/
+37
2015-05-14
qapi: Factor parse_command_line() out of the generators
Markus Armbruster
1
-31
/
+3
2015-05-14
qapi: qapi-commands.py option --type is unused, drop it
Markus Armbruster
1
-36
/
+32
2015-05-14
qapi: Support downstream events and commands
Eric Blake
1
-11
/
+5
2015-05-14
qapi: Rename identical c_fun()/c_var() into c_name()
Eric Blake
1
-17
/
+18
2015-05-05
qapi: Drop support for inline nested types
Eric Blake
1
-4
/
+4
2015-05-05
qapi: Unify type bypass and add tests
Eric Blake
1
-7
/
+2
2014-06-23
qapi: Suppress unwanted space between type and identifier
Amos Kong
1
-2
/
+2
2014-06-23
qapi: add const prefix to 'char *' insider c_type()
Amos Kong
1
-3
/
+1
2014-05-21
qapi: zero-initialize all QMP command parameters
Michael Roth
1
-1
/
+1
2014-05-15
qapi: Replace uncommon use of the error API by the common one
Markus Armbruster
1
-16
/
+41
2014-05-15
qapi: Replace start_optional()/end_optional() by optional()
Markus Armbruster
1
-3
/
+2
2014-05-15
qapi: Normalize marshalling's visitor initialization and cleanup
Markus Armbruster
1
-15
/
+12
2014-05-08
qapi: Use an explicit input file
LluĂs Vilanova
1
-3
/
+6
2014-03-03
qapi: Drop unused code in qapi-commands.py
Markus Armbruster
1
-20
/
+0
2014-03-03
qapi: Fix licensing of scripts
Markus Armbruster
1
-2
/
+2
2013-07-16
qapi: qapi-commands: fix possible leaks on visitor dealloc
Luiz Capitulino
1
-7
/
+10
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
[next]