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
/
qapi
/
string-input-visitor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-06
string-input-visitor: Favor new visit_free() function
Eric Blake
1
-15
/
+5
2016-07-06
qapi: Add new visit_free() function
Eric Blake
1
-0
/
+8
2016-07-06
qapi: Add parameter to visit_end_*
Eric Blake
1
-1
/
+6
2016-07-04
range: Eliminate direct Range member access
Markus Armbruster
1
-12
/
+8
2016-06-30
qapi: Simplify use of range.h
Eric Blake
1
-13
/
+4
2016-05-12
qapi: Simplify semantics of visit_next_list()
Eric Blake
1
-17
/
+12
2016-05-12
qapi: Fix string input visitor handling of invalid list
Eric Blake
1
-5
/
+12
2016-05-12
qapi: Guarantee NULL obj on input visitor callback error
Eric Blake
1
-0
/
+1
2016-05-12
qapi-visit: Add visitor.type classification
Eric Blake
1
-1
/
+1
2016-04-29
qapi: Don't pass NULL to printf in string input visitor
Eric Blake
1
-1
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-19
qapi: Adjust layout of FooList types
Eric Blake
1
-2
/
+2
2016-02-08
qapi: Drop unused error argument for list and implicit struct
Eric Blake
1
-5
/
+3
2016-02-08
qapi: Swap 'name' in visit_* callbacks to match public API
Eric Blake
1
-8
/
+8
2016-02-08
qapi: Make all visitors supply uint64 callbacks
Eric Blake
1
-0
/
+15
2016-02-08
qapi: Prefer type_int64 over type_int in visitors
Eric Blake
1
-3
/
+3
2016-02-08
qapi: Avoid use of misnamed DO_UPCAST()
Eric Blake
1
-9
/
+14
2016-02-04
qapi: Clean up includes
Peter Maydell
1
-0
/
+1
2015-12-17
qapi: Simplify visits of optional fields
Eric Blake
1
-2
/
+1
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-12
/
+12
2014-06-19
qapi: fix input visitor bugs
Michael S. Tsirkin
1
-5
/
+4
2014-06-19
qapi: fix build on glib < 2.28
Michael S. Tsirkin
1
-3
/
+10
2014-06-19
qapi: make string input visitor parse int list
Hu Tao
1
-8
/
+187
2014-05-15
qapi: Replace start_optional()/end_optional() by optional()
Markus Armbruster
1
-3
/
+3
2014-02-14
qapi: Add size parser to StringInputVisitor
Paolo Bonzini
1
-0
/
+24
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
1
-3
/
+3
2012-02-21
qapi: add string-based visitors
Paolo Bonzini
1
-0
/
+138