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.py
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-02
qapi: Reserve 'u' member name
Eric Blake
1
-1
/
+1
2015-11-02
qapi: Start converting to new qapi union layout
Eric Blake
1
-1
/
+2
2015-11-02
qapi: Reserve 'q_*' and 'has_*' member names
Eric Blake
1
-1
/
+7
2015-11-02
qapi: Reserve '*List' type names for list types
Eric Blake
1
-6
/
+4
2015-11-02
qapi: More idiomatic string operations
Eric Blake
1
-3
/
+3
2015-10-15
qapi: Track location that created an implicit type
Eric Blake
1
-27
/
+47
2015-10-15
qapi: Create simple union type member earlier
Eric Blake
1
-17
/
+18
2015-10-15
qapi: Lazy creation of array types
Eric Blake
1
-5
/
+6
2015-10-15
qapi: Don't use info as witness of implicit object type
Eric Blake
1
-4
/
+10
2015-10-15
qapi: Drop redundant returns-int test
Eric Blake
1
-3
/
+0
2015-10-15
qapi: Prepare for errors during check()
Eric Blake
1
-4
/
+6
2015-10-15
qapi: Use predicate callback to determine visit filtering
Eric Blake
1
-4
/
+8
2015-10-12
qapi: Simplify gen_visit_fields() error handling
Eric Blake
1
-10
/
+10
2015-10-12
qapi: Share gen_visit_fields()
Eric Blake
1
-0
/
+43
2015-10-12
qapi: Share gen_err_check()
Eric Blake
1
-0
/
+12
2015-10-12
qapi: Reuse code for flat union base validation
Eric Blake
1
-6
/
+5
2015-10-12
qapi: Avoid assertion failure on union 'type' collision
Eric Blake
1
-2
/
+8
2015-10-12
qapi: Clean up qapi.py per pep8
Eric Blake
1
-57
/
+104
2015-10-12
qapi: Invoke exception superclass initializer
Eric Blake
1
-0
/
+2
2015-10-12
qapi: Improve 'include' error message
Eric Blake
1
-2
/
+1
2015-09-21
qapi: New QMP command query-qmp-schema for QMP introspection
Markus Armbruster
1
-2
/
+11
2015-09-21
qapi: Pseudo-type '**' is now unused, drop it
Markus Armbruster
1
-16
/
+4
2015-09-21
qom: Don't use 'gen': false for qom-get, qom-set, object-add
Markus Armbruster
1
-0
/
+1
2015-09-21
qapi: Introduce a first class 'any' type
Markus Armbruster
1
-3
/
+6
2015-09-21
qapi: De-duplicate parameter list generation
Markus Armbruster
1
-0
/
+16
2015-09-21
qapi: Clean up after recent conversions to QAPISchemaVisitor
Markus Armbruster
1
-104
/
+23
2015-09-21
qapi: Replace dirty is_c_ptr() by method c_null()
Markus Armbruster
1
-3
/
+0
2015-09-21
qapi: De-duplicate enum code generation
Markus Armbruster
1
-0
/
+55
2015-09-21
qapi-commands: Convert to QAPISchemaVisitor
Markus Armbruster
1
-1
/
+1
2015-09-21
qapi-types: Convert to QAPISchemaVisitor, fixing flat unions
Markus Armbruster
1
-1
/
+9
2015-09-21
qapi: New QAPISchemaVisitor
Markus Armbruster
1
-0
/
+64
2015-09-21
qapi: QAPISchema code generation helper methods
Markus Armbruster
1
-7
/
+87
2015-09-21
qapi: New QAPISchema intermediate reperesentation
Markus Armbruster
1
-8
/
+372
2015-09-21
qapi: Rename class QAPISchema to QAPISchemaParser
Markus Armbruster
1
-4
/
+4
2015-09-15
qapi: allow override of default enum prefix naming
Daniel P. Berrange
1
-2
/
+8
2015-09-14
qapi: Fix cgen() for Python older than 2.7
Markus Armbruster
1
-1
/
+3
2015-09-04
qapi: Generators crash when --output-dir isn't given, fix
Markus Armbruster
1
-5
/
+6
2015-09-04
qapi: Simplify error reporting for array types
Markus Armbruster
1
-4
/
+2
2015-09-04
qapi: Fix errors for non-string, non-dictionary members
Markus Armbruster
1
-4
/
+6
2015-09-04
qapi: Drop one of two "simple union must not have base" checks
Markus Armbruster
1
-8
/
+0
2015-09-04
qapi: Command returning anonymous type doesn't work, outlaw
Markus Armbruster
1
-1
/
+1
2015-09-04
qapi: Fix to reject union command and event arguments
Markus Armbruster
1
-2
/
+2
2015-09-04
qapi: Document flaws in checking of names
Markus Armbruster
1
-0
/
+4
2015-09-04
qapi: Drop unused and useless parameters and variables
Markus Armbruster
1
-1
/
+0
2015-09-04
qapi: Reject -p arguments that break qapi-event.py
Markus Armbruster
1
-0
/
+6
2015-09-04
qapi: Simplify guardname()
Markus Armbruster
1
-7
/
+3
2015-09-04
qapi: Clean up cgen() and mcgen()
Markus Armbruster
1
-6
/
+11
2015-06-18
qapi: Catch and reject flat union branch of array type
Markus Armbruster
1
-1
/
+1
2015-06-18
qapi: Better separate the different kinds of helpers
Markus Armbruster
1
-54
/
+74
2015-06-18
qapi: Move exprs checking from parse_schema() to check_exprs()
Markus Armbruster
1
-76
/
+66
[next]