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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-17
qapi: Shorter visits of optional fields
Eric Blake
3
-5
/
+5
2015-12-17
qapi: Simplify visits of optional fields
Eric Blake
7
-19
/
+17
2015-12-17
qapi: Fix alternates that accept 'number' but not 'int'
Eric Blake
6
-19
/
+22
2015-12-17
qapi: Inline _make_implicit_tag()
Eric Blake
1
-6
/
+3
2015-12-17
qapi-types: Drop unnedeed ._fwdefn
Eric Blake
1
-5
/
+1
2015-12-17
qapi: Simplify visiting of alternate types
Eric Blake
12
-79
/
+54
2015-12-17
qapi: Convert QType into QAPI built-in enum type
Eric Blake
20
-24
/
+62
2015-12-17
qobject: Rename qtype_code to QType
Eric Blake
5
-10
/
+9
2015-12-17
qobject: Simplify QObject
Eric Blake
16
-82
/
+69
2015-12-17
qapi: Change munging of CamelCase enum values
Eric Blake
13
-28
/
+28
2015-12-17
qapi: Add alias for ErrorClass
Eric Blake
4
-4
/
+19
2015-12-17
cpu: Convert CpuInfo into flat union
Eric Blake
4
-42
/
+143
2015-12-17
qapi: Remove obsolete tests for MAX collision
Eric Blake
14
-22
/
+3
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
34
-83
/
+83
2015-12-17
qapi: Tighten the regex on valid names
Eric Blake
11
-16
/
+32
2015-12-17
blkdebug: Avoid '.' in enum values
Eric Blake
5
-109
/
+109
2015-12-17
blkdebug: Merge hand-rolled and qapi BlkdebugEvent enum
Eric Blake
6
-135
/
+21
2015-12-17
qapi: Remove dead visitor code
Eric Blake
1
-3
/
+0
2015-12-17
qapi: Fix c_name() munging
Eric Blake
4
-3
/
+10
2015-12-17
qapi: Detect collisions in C member names
Eric Blake
5
-22
/
+23
2015-12-17
qapi: Track owner of each object member
Eric Blake
1
-2
/
+38
2015-12-17
qapi: Remove outdated tests related to QMP/branch collisions
Eric Blake
14
-72
/
+2
2015-12-17
qapi: Hoist tag collision check to Variants.check()
Eric Blake
1
-5
/
+2
2015-12-17
qapi: Factor out QAPISchemaObjectType.check_clash()
Eric Blake
1
-7
/
+7
2015-12-17
qapi: Check for QAPI collisions involving variant members
Eric Blake
1
-0
/
+15
2015-12-17
qapi: Simplify QAPISchemaObjectTypeVariants.check()
Markus Armbruster
1
-4
/
+3
2015-12-17
qapi: Factor out QAPISchemaObjectTypeMember.check_clash()
Markus Armbruster
1
-4
/
+7
2015-12-17
qapi: Eliminate QAPISchemaObjectType.check() variable members
Markus Armbruster
1
-9
/
+5
2015-12-17
qapi: Fix up commit 7618b91's clash sanity checking change
Markus Armbruster
1
-1
/
+1
2015-12-17
qapi: Clean up after previous commit
Markus Armbruster
1
-5
/
+5
2015-12-17
qapi: Simplify QAPISchemaObjectTypeMember.check()
Markus Armbruster
1
-7
/
+7
2015-12-17
qapi: Drop obsolete tag value collision assertions
Markus Armbruster
1
-2
/
+1
2015-12-17
qapi-types: Simplify gen_struct_field[s]
Eric Blake
1
-25
/
+15
2015-12-17
qapi-types: Consolidate gen_struct() and gen_union()
Eric Blake
1
-26
/
+11
2015-12-17
qapi: Track simple union tag in object.local_members
Eric Blake
6
-7
/
+22
2015-12-16
Update version for v2.5.0 release
Peter Maydell
1
-1
/
+1
2015-12-11
Update version for v2.5.0-rc4 release
Peter Maydell
1
-1
/
+1
2015-12-11
blockdev: Mark {insert, remove}-medium experimental
Max Reitz
5
-33
/
+45
2015-12-11
Fix xbzrle vs last_sent_block update
Dr. David Alan Gilbert
1
-1
/
+10
2015-12-10
Update language files for QEMU 2.5.0
Peter Maydell
7
-127
/
+127
2015-12-10
sparc: allow CASA with ASI 0xa from user space
Alex Zuepke
1
-1
/
+2
2015-12-10
MAINTAINERS: add maintainer to virtio-9p
Greg Kurz
1
-0
/
+1
2015-12-10
virtio-9p-device: add minimal unrealize handler
Greg Kurz
1
-0
/
+12
2015-12-07
Update version for v2.5.0-rc3 release
Peter Maydell
1
-1
/
+1
2015-12-07
sd: Mark brittle abuse of blk_attach_dev() FIXME
Markus Armbruster
1
-0
/
+1
2015-12-07
sdhci: Sanitize "sdhci-pci" properties for future qomification
Markus Armbruster
2
-3
/
+8
2015-12-07
virtio-blk: Drop x-data-plane option
Fam Zheng
3
-15
/
+2
2015-12-07
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
4
-11
/
+29
2015-12-07
lan9118: log and ignore access to invalid registers, rather than aborting
Andrew Baumann
1
-4
/
+8
2015-12-07
lan9118: fix emulation of MAC address loaded bit in E2P_CMD register
Andrew Baumann
1
-3
/
+5
[next]