index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-17
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20151215-1' into s...
Peter Maydell
3
-20
/
+302
2015-12-17
Open 2.6 development tree
Peter Maydell
1
-1
/
+1
2015-12-17
qapi: Detect base class loops
Eric Blake
10
-1
/
+14
2015-12-17
qapi: Move duplicate collision checks to schema check()
Eric Blake
14
-69
/
+9
2015-12-17
qapi: Enforce (or whitelist) case conventions on qapi members
Eric Blake
14
-0
/
+33
2015-12-17
qapi: Track enum values by QAPISchemaMember, not string
Eric Blake
1
-11
/
+26
2015-12-17
qapi: Prepare new QAPISchemaMember base class
Eric Blake
1
-12
/
+17
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
v2.5.0
Peter Maydell
1
-1
/
+1
2015-12-15
fw_cfg: replace ioport data read with generic method
Gabriel L. Somlo
1
-24
/
+1
2015-12-15
fw_cfg: add generic non-DMA read method
Gabriel L. Somlo
2
-15
/
+32
2015-12-15
fw_cfg: avoid calculating invalid current entry pointer
Gabriel L. Somlo
1
-2
/
+4
2015-12-15
fw_cfg: remove offset argument from callback prototype
Gabriel L. Somlo
4
-5
/
+4
2015-12-15
fw_cfg: amend callback behavior spec to once per select
Gabriel L. Somlo
2
-16
/
+13
2015-12-15
fw_cfg: move internal function call docs to header file
Gabriel L. Somlo
2
-84
/
+130
2015-12-15
audio/coreaudio.c: Avoid deprecated AudioDeviceAdd/RemoveIOProc APIs
Peter Maydell
1
-9
/
+15
[prev]
[next]