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