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
*
Teach analyze-migration.py about section footers
Dr. David Alan Gilbert
2015-06-12
1
-0
/
+5
*
virtio-input: add linux/input.h
Gerd Hoffmann
2015-05-29
1
-1
/
+3
*
qapi: Inline gen_command_decl_prologue(), gen_command_def_prologue()
Markus Armbruster
2015-05-14
1
-34
/
+24
*
qapi: Drop pointless flush() before close()
Markus Armbruster
2015-05-14
1
-4
/
+0
*
qapi: Factor open_output(), close_output() out of generators
Markus Armbruster
2015-05-14
5
-215
/
+141
*
qapi: Turn generators' mandatory option -i into an argument
Markus Armbruster
2015-05-14
1
-7
/
+5
*
qapi: Fix generators to report command line errors decently
Markus Armbruster
2015-05-14
1
-1
/
+5
*
qapi: Factor parse_command_line() out of the generators
Markus Armbruster
2015-05-14
5
-125
/
+52
*
qapi: qapi-commands.py option --type is unused, drop it
Markus Armbruster
2015-05-14
1
-36
/
+32
*
qapi: qapi-event.py option -b does nothing, drop it
Markus Armbruster
2015-05-14
1
-5
/
+2
*
qapi: Support downstream events and commands
Eric Blake
2015-05-14
1
-11
/
+5
*
qapi: Support downstream alternates
Eric Blake
2015-05-14
2
-6
/
+7
*
qapi: Support downstream flat unions
Eric Blake
2015-05-14
2
-3
/
+3
*
qapi: Support downstream simple unions
Eric Blake
2015-05-14
2
-5
/
+5
*
qapi: Support downstream structs
Eric Blake
2015-05-14
2
-7
/
+8
*
qapi: Support downstream enums
Eric Blake
2015-05-14
2
-11
/
+12
*
qapi: Make c_type() consistently convert qapi names
Eric Blake
2015-05-14
1
-4
/
+29
*
qapi: Tidy c_type() logic
Eric Blake
2015-05-14
1
-28
/
+30
*
qapi: Move camel_to_upper(), c_enum_const() to closely related code
Markus Armbruster
2015-05-14
1
-25
/
+25
*
qapi: Use c_enum_const() in generate_alternate_qtypes()
Markus Armbruster
2015-05-14
2
-15
/
+2
*
qapi: Simplify c_enum_const()
Markus Armbruster
2015-05-14
1
-3
/
+1
*
qapi: Rename generate_enum_full_value() to c_enum_const()
Markus Armbruster
2015-05-14
4
-11
/
+10
*
qapi: Rename _generate_enum_string() to camel_to_upper()
Markus Armbruster
2015-05-14
1
-6
/
+6
*
qapi: Rename identical c_fun()/c_var() into c_name()
Eric Blake
2015-05-14
5
-38
/
+36
*
qapi: Fix C identifiers generated for names containing '.'
Markus Armbruster
2015-05-14
1
-2
/
+5
*
scripts: qmp-shell: Add verbose flag
John Snow
2015-05-11
1
-6
/
+18
*
scripts: qmp-shell: add transaction subshell
John Snow
2015-05-11
1
-1
/
+41
*
scripts: qmp-shell: Expand support for QMP expressions
John Snow
2015-05-11
1
-16
/
+47
*
scripts: qmp-shell: refactor helpers
John Snow
2015-05-11
1
-11
/
+13
*
qapi: Check for member name conflicts with a base class
Eric Blake
2015-05-05
1
-1
/
+22
*
qapi: Support (subset of) \u escapes in strings
Eric Blake
2015-05-05
1
-1
/
+35
*
qapi: Drop dead visitor code related to nested structs
Eric Blake
2015-05-05
1
-37
/
+12
*
qapi: Drop support for inline nested types
Eric Blake
2015-05-05
5
-58
/
+20
*
qapi: Forbid 'type' in schema
Eric Blake
2015-05-05
1
-14
/
+0
*
qapi: Prefer 'struct' over 'type' in generator
Eric Blake
2015-05-05
3
-29
/
+41
*
qapi: More rigorous checking for type safety bypass
Eric Blake
2015-05-05
1
-5
/
+17
*
qapi: Whitelist commands that don't return dictionary
Eric Blake
2015-05-05
1
-3
/
+28
*
qapi: Require valid names
Eric Blake
2015-05-05
1
-17
/
+46
*
qapi: More rigourous checking of types
Eric Blake
2015-05-05
1
-9
/
+87
*
qapi: Unify type bypass and add tests
Eric Blake
2015-05-05
1
-7
/
+2
*
qapi: Allow true, false and null in schema json
Fam Zheng
2015-05-05
1
-3
/
+18
*
qapi: Better error messages for duplicated expressions
Eric Blake
2015-05-05
1
-14
/
+49
*
qapi: Better error messages for bad expressions
Eric Blake
2015-05-05
1
-7
/
+37
*
qapi: Use 'alternate' to replace anonymous union
Eric Blake
2015-05-05
3
-32
/
+43
*
qapi: Segregate anonymous unions into alternates in generator
Eric Blake
2015-05-05
3
-38
/
+60
*
qapi: Prepare for catching more semantic parse errors
Eric Blake
2015-05-05
1
-17
/
+20
*
qapi: Tighten checking of unions
Eric Blake
2015-05-05
2
-28
/
+74
*
qapi: Forbid base without discriminator in unions
Eric Blake
2015-05-05
3
-20
/
+18
*
qapi: Better error messages for bad enums
Eric Blake
2015-05-05
1
-5
/
+29
*
qapi: Require ASCII in schema
Eric Blake
2015-05-05
1
-2
/
+2
[next]