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
/
qapi-visit-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-19
qapi: Change visit_start_implicit_struct to visit_start_alternate
Eric Blake
1
-23
/
+17
2016-02-19
qapi: Don't box branches of flat unions
Eric Blake
1
-8
/
+0
2016-02-19
qapi: Adjust layout of FooList types
Eric Blake
1
-2
/
+3
2016-02-08
qapi: Drop unused error argument for list and implicit struct
Eric Blake
1
-6
/
+6
2016-02-08
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
1
-9
/
+6
2016-02-08
qapi: Swap 'name' in visit_* callbacks to match public API
Eric Blake
1
-19
/
+19
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-24
/
+30
2016-02-08
qapi: Consolidate visitor small integer callbacks
Eric Blake
1
-94
/
+54
2016-02-08
qapi: Make all visitors supply uint64 callbacks
Eric Blake
1
-25
/
+11
2016-02-08
qapi: Prefer type_int64 over type_int in visitors
Eric Blake
1
-14
/
+22
2016-02-08
qapi-visit: Kill unused visit_end_union()
Eric Blake
1
-7
/
+1
2016-02-04
qapi: Clean up includes
Peter Maydell
1
-0
/
+1
2015-12-17
qapi: Shorter visits of optional fields
Eric Blake
1
-1
/
+2
2015-12-17
qapi: Simplify visits of optional fields
Eric Blake
1
-3
/
+2
2015-12-17
qapi: Fix alternates that accept 'number' but not 'int'
Eric Blake
1
-2
/
+2
2015-12-17
qapi: Simplify visiting of alternate types
Eric Blake
1
-2
/
+2
2015-09-21
qapi: Introduce a first class 'any' type
Markus Armbruster
1
-0
/
+6
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-14
/
+14
2015-06-19
qom: Make enum string tables const-correct
Daniel P. Berrange
1
-3
/
+3
2014-09-26
qapi: add visit_start_union and visit_end_union
Michael Roth
1
-0
/
+15
2014-05-15
qapi: Replace uncommon use of the error API by the common one
Markus Armbruster
1
-130
/
+101
2014-05-15
qapi: Replace start_optional()/end_optional() by optional()
Markus Armbruster
1
-11
/
+4
2014-05-15
qapi: Remove unused Visitor callbacks start_handle(), end_handle()
Markus Armbruster
1
-15
/
+0
2013-07-29
qapi: make visit_type_size fallback to type_int
Vasilis Liaskovitis
1
-1
/
+10
2013-07-26
qapi: Anonymous unions
Kevin Wolf
1
-0
/
+9
2013-07-26
qapi: Add visitor for implicit structs
Kevin Wolf
1
-0
/
+16
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
1
-3
/
+3
2012-12-19
qapi: remove qapi/qapi-types-core.h
Paolo Bonzini
1
-0
/
+1
2012-12-19
qapi: move inclusions of qemu-common.h from headers to .c files
Paolo Bonzini
1
-0
/
+1
2012-07-23
qapi: introduce "size" type
Laszlo Ersek
1
-0
/
+7
2012-07-23
qapi: fix error propagation
Paolo Bonzini
1
-6
/
+4
2012-07-13
qapi: input_type_enum(): fix error message
Luiz Capitulino
1
-1
/
+1
2012-06-08
qapi: Add Visitor interfaces for uint*_t and int*_t
Michael Roth
1
-0
/
+139
2012-02-21
qapi: allow sharing enum implementation across visitors
Paolo Bonzini
1
-0
/
+51
2011-07-21
qapi: add QAPI visitor core
Michael Roth
1
-0
/
+118