index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-10-22
1
-2
/
+5
|
\
|
*
linux-headers: add unistd.h
Marc-André Lureau
2015-10-22
1
-2
/
+5
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-10-19
1
-6
/
+3
|
\
\
|
|
/
|
/
|
|
*
checkpatch: port fix from kernel "## is not a valid modifier"
Andy Whitcroft
2015-10-12
1
-1
/
+3
|
*
checkpatch: allow open braces on typedef lines
Paolo Bonzini
2015-10-12
1
-5
/
+0
*
|
qapi: Track location that created an implicit type
Eric Blake
2015-10-15
1
-27
/
+47
*
|
qapi: Create simple union type member earlier
Eric Blake
2015-10-15
1
-17
/
+18
*
|
qapi: Lazy creation of array types
Eric Blake
2015-10-15
1
-5
/
+6
*
|
qapi: Don't use info as witness of implicit object type
Eric Blake
2015-10-15
3
-6
/
+14
*
|
qapi: Drop redundant returns-int test
Eric Blake
2015-10-15
1
-3
/
+0
*
|
qapi: Prepare for errors during check()
Eric Blake
2015-10-15
1
-4
/
+6
*
|
qapi: Use predicate callback to determine visit filtering
Eric Blake
2015-10-15
4
-20
/
+33
*
|
qapi: Fix regression with '-netdev help'
Eric Blake
2015-10-15
1
-1
/
+3
*
|
qapi: Simplify gen_visit_fields() error handling
Eric Blake
2015-10-12
2
-13
/
+11
*
|
qapi: Share gen_visit_fields()
Eric Blake
2015-10-12
4
-77
/
+46
*
|
qapi: Share gen_err_check()
Eric Blake
2015-10-12
4
-33
/
+20
*
|
qapi: Consistent generated code: minimize push_indent() usage
Eric Blake
2015-10-12
2
-45
/
+33
*
|
qapi: Consistent generated code: prefer common indentation
Eric Blake
2015-10-12
1
-26
/
+27
*
|
qapi: Consistent generated code: prefer common labels
Eric Blake
2015-10-12
2
-6
/
+6
*
|
qapi: Consistent generated code: prefer visitor 'v'
Eric Blake
2015-10-12
3
-54
/
+54
*
|
qapi: Consistent generated code: prefer error 'err'
Eric Blake
2015-10-12
2
-20
/
+20
*
|
qapi: Reuse code for flat union base validation
Eric Blake
2015-10-12
1
-6
/
+5
*
|
qapi: Avoid assertion failure on union 'type' collision
Eric Blake
2015-10-12
1
-2
/
+8
*
|
qapi: Clean up qapi.py per pep8
Eric Blake
2015-10-12
2
-58
/
+106
*
|
qapi: Invoke exception superclass initializer
Eric Blake
2015-10-12
1
-0
/
+2
*
|
qapi: Improve 'include' error message
Eric Blake
2015-10-12
1
-2
/
+1
|
/
*
update-linux-headers: Rename SW_MAX to SW_MAX_
Markus Armbruster
2015-10-09
1
-0
/
+1
*
get_maintainer.pl: \C is deprecated
Paolo Bonzini
2015-09-25
1
-11
/
+11
*
checkpatch: do not recommend qemu_strtok over strtok
Paolo Bonzini
2015-09-25
1
-2
/
+2
*
qapi-introspect: Hide type names
Markus Armbruster
2015-09-21
1
-6
/
+35
*
qapi: New QMP command query-qmp-schema for QMP introspection
Markus Armbruster
2015-09-21
2
-2
/
+195
*
qapi: Pseudo-type '**' is now unused, drop it
Markus Armbruster
2015-09-21
1
-16
/
+4
*
qom: Don't use 'gen': false for qom-get, qom-set, object-add
Markus Armbruster
2015-09-21
1
-0
/
+1
*
qapi: Introduce a first class 'any' type
Markus Armbruster
2015-09-21
2
-3
/
+7
*
qapi-commands: De-duplicate output marshaling functions
Markus Armbruster
2015-09-21
1
-7
/
+10
*
qapi: De-duplicate parameter list generation
Markus Armbruster
2015-09-21
3
-24
/
+21
*
qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
Markus Armbruster
2015-09-21
1
-2
/
+2
*
qapi-commands: Rearrange code
Markus Armbruster
2015-09-21
1
-48
/
+39
*
qapi-visit: Rearrange code a bit
Markus Armbruster
2015-09-21
1
-29
/
+19
*
qapi: Clean up after recent conversions to QAPISchemaVisitor
Markus Armbruster
2015-09-21
5
-324
/
+271
*
qapi: Replace dirty is_c_ptr() by method c_null()
Markus Armbruster
2015-09-21
2
-14
/
+5
*
qapi-event: Convert to QAPISchemaVisitor, fixing data with base
Markus Armbruster
2015-09-21
1
-43
/
+48
*
qapi-event: Eliminate global variable event_enum_value
Markus Armbruster
2015-09-21
1
-2
/
+1
*
qapi: De-duplicate enum code generation
Markus Armbruster
2015-09-21
3
-118
/
+59
*
qapi-commands: Convert to QAPISchemaVisitor
Markus Armbruster
2015-09-21
2
-70
/
+91
*
qapi-visit: Convert to QAPISchemaVisitor, fixing bugs
Markus Armbruster
2015-09-21
1
-158
/
+114
*
qapi-types: Convert to QAPISchemaVisitor, fixing flat unions
Markus Armbruster
2015-09-21
2
-160
/
+138
*
qapi: New QAPISchemaVisitor
Markus Armbruster
2015-09-21
1
-0
/
+64
*
qapi: QAPISchema code generation helper methods
Markus Armbruster
2015-09-21
1
-7
/
+87
*
qapi: New QAPISchema intermediate reperesentation
Markus Armbruster
2015-09-21
5
-12
/
+376
[next]