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