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-09-04
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-09-04' in...
Peter Maydell
1
-0
/
+35
2015-09-04
qapi: Generators crash when --output-dir isn't given, fix
Markus Armbruster
1
-5
/
+6
2015-09-04
qapi: Simplify error reporting for array types
Markus Armbruster
1
-4
/
+2
2015-09-04
qapi: Fix errors for non-string, non-dictionary members
Markus Armbruster
1
-4
/
+6
2015-09-04
qapi: Drop one of two "simple union must not have base" checks
Markus Armbruster
1
-8
/
+0
2015-09-04
qapi: Generated code cleanup
Markus Armbruster
4
-37
/
+34
2015-09-04
qapi-commands: Drop useless initialization
Markus Armbruster
1
-6
/
+2
2015-09-04
qapi-commands: Don't feed output of mcgen() to mcgen() again
Markus Armbruster
1
-31
/
+21
2015-09-04
qapi-commands: Inline gen_marshal_output_call()
Markus Armbruster
1
-8
/
+4
2015-09-04
qapi-commands: Fix gen_err_check(e) for e and e != 'local_err'
Markus Armbruster
1
-6
/
+7
2015-09-04
qapi: Command returning anonymous type doesn't work, outlaw
Markus Armbruster
1
-1
/
+1
2015-09-04
qapi: Fix to reject union command and event arguments
Markus Armbruster
1
-2
/
+2
2015-09-04
qapi: Document flaws in checking of names
Markus Armbruster
1
-0
/
+4
2015-09-04
qapi: Document shortcoming with union 'data' branch
Eric Blake
1
-0
/
+8
2015-09-04
qapi: Document that input visitor semantics are prone to leaks
Eric Blake
1
-0
/
+4
2015-09-04
qapi-visit: Fix two name arguments passed to visitors
Markus Armbruster
1
-6
/
+6
2015-09-04
qapi-visit: Replace list implicit_structs by set
Markus Armbruster
1
-4
/
+3
2015-09-04
qapi-visit: Fix generated code when schema has forward refs
Markus Armbruster
1
-1
/
+14
2015-09-04
qapi: Generate a nicer struct for flat unions
Markus Armbruster
1
-16
/
+22
2015-09-04
qapi: Fix generated code when flat union has member 'kind'
Markus Armbruster
2
-3
/
+7
2015-09-04
qapi: Drop unused and useless parameters and variables
Markus Armbruster
5
-42
/
+35
2015-09-04
qapi: Reject -p arguments that break qapi-event.py
Markus Armbruster
1
-0
/
+6
2015-09-04
qapi-event: Clean up how name of enum QAPIEvent is made
Markus Armbruster
1
-1
/
+1
2015-09-04
qapi: Simplify guardname()
Markus Armbruster
1
-7
/
+3
2015-09-04
qapi: Clean up cgen() and mcgen()
Markus Armbruster
2
-7
/
+12
2015-09-04
qmp-shell: add documentation
John Snow
1
-0
/
+35
2015-07-16
virtio-input: move sys/ioctl.h include
Gerd Hoffmann
1
-0
/
+1
2015-07-08
pci_regs.h: import from linux
Michael S. Tsirkin
1
-1
/
+1
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-1
/
+0
2015-06-22
qmp: Wean off qerror_report()
Markus Armbruster
1
-35
/
+6
2015-06-19
qom: Make enum string tables const-correct
Daniel P. Berrange
1
-2
/
+2
2015-06-19
scripts: Add support for path as argument of qom-tree
Martin Cerveny
1
-2
/
+7
2015-06-18
qapi-types: Bury code dead since commit 6b5abc7
Markus Armbruster
1
-6
/
+2
2015-06-18
qapi-types: Split generate_fwd_builtin() off generate_fwd_struct()
Markus Armbruster
1
-6
/
+6
2015-06-18
qapi-types: Drop unused members parameters
Markus Armbruster
1
-7
/
+7
2015-06-18
qapi-types: Don't filter out expressions with 'gen'
Markus Armbruster
1
-1
/
+0
2015-06-18
qapi: Catch and reject flat union branch of array type
Markus Armbruster
1
-1
/
+1
2015-06-18
qapi: Better separate the different kinds of helpers
Markus Armbruster
1
-54
/
+74
2015-06-18
qapi: Move exprs checking from parse_schema() to check_exprs()
Markus Armbruster
1
-76
/
+66
2015-06-18
qapi: Fix to reject stray 't', 'f' and 'n'
Markus Armbruster
1
-14
/
+12
2015-06-18
qapi: Simplify inclusion cycle detection
Markus Armbruster
1
-10
/
+8
2015-06-18
qapi: Fix file name in error messages for included files
Markus Armbruster
1
-4
/
+3
2015-06-18
qapi: Improve a couple of confusing variable names
Markus Armbruster
1
-22
/
+23
2015-06-18
qapi: Eliminate superfluous QAPISchema attribute input_dir
Markus Armbruster
1
-2
/
+2
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
[next]