summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* qapi: Simplify gen_struct_field()Eric Blake2015-11-021-9/+7
* qapi: Reserve 'u' member nameEric Blake2015-11-021-1/+1
* qapi: Finish converting to new qapi union layoutEric Blake2015-11-021-22/+6
* qapi-visit: Convert to new qapi union layoutEric Blake2015-11-021-15/+9
* qapi: Start converting to new qapi union layoutEric Blake2015-11-022-8/+21
* qapi-visit: Remove redundant functions for flat union baseEric Blake2015-11-021-17/+15
* qapi: Unbox base membersEric Blake2015-11-022-13/+8
* qapi: Prefer typesafe upcasts to qapi base classesEric Blake2015-11-021-0/+16
* qapi-types: Refactor base fields outputEric Blake2015-11-021-10/+14
* qapi-visit: Split off visit_type_FOO_fields forward declEric Blake2015-11-021-6/+16
* qapi: Reserve 'q_*' and 'has_*' member namesEric Blake2015-11-021-1/+7
* qapi: Reserve '*List' type names for list typesEric Blake2015-11-021-6/+4
* qapi: More robust conditions for when labels are neededEric Blake2015-11-022-2/+5
* qapi: More idiomatic string operationsEric Blake2015-11-021-3/+3
* gdb command: qemu handlersDr. David Alan Gilbert2015-10-292-1/+60
* qemu-gdb: add $qemu_coroutine_sp and $qemu_coroutine_pcPaolo Bonzini2015-10-292-0/+19
* qemu-gdb: extract parts of "qemu coroutine" implementationPaolo Bonzini2015-10-291-29/+27
* qemu-gdb: allow using glibc_pointer_guard() on core dumpsPaolo Bonzini2015-10-291-2/+16
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-10-221-2/+5
|\
| * linux-headers: add unistd.hMarc-André Lureau2015-10-221-2/+5
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-10-191-6/+3
|\ \ | |/ |/|
| * checkpatch: port fix from kernel "## is not a valid modifier"Andy Whitcroft2015-10-121-1/+3
| * checkpatch: allow open braces on typedef linesPaolo Bonzini2015-10-121-5/+0
* | qapi: Track location that created an implicit typeEric Blake2015-10-151-27/+47
* | qapi: Create simple union type member earlierEric Blake2015-10-151-17/+18
* | qapi: Lazy creation of array typesEric Blake2015-10-151-5/+6
* | qapi: Don't use info as witness of implicit object typeEric Blake2015-10-153-6/+14
* | qapi: Drop redundant returns-int testEric Blake2015-10-151-3/+0
* | qapi: Prepare for errors during check()Eric Blake2015-10-151-4/+6
* | qapi: Use predicate callback to determine visit filteringEric Blake2015-10-154-20/+33
* | qapi: Fix regression with '-netdev help'Eric Blake2015-10-151-1/+3
* | qapi: Simplify gen_visit_fields() error handlingEric Blake2015-10-122-13/+11
* | qapi: Share gen_visit_fields()Eric Blake2015-10-124-77/+46
* | qapi: Share gen_err_check()Eric Blake2015-10-124-33/+20
* | qapi: Consistent generated code: minimize push_indent() usageEric Blake2015-10-122-45/+33
* | qapi: Consistent generated code: prefer common indentationEric Blake2015-10-121-26/+27
* | qapi: Consistent generated code: prefer common labelsEric Blake2015-10-122-6/+6
* | qapi: Consistent generated code: prefer visitor 'v'Eric Blake2015-10-123-54/+54
* | qapi: Consistent generated code: prefer error 'err'Eric Blake2015-10-122-20/+20
* | qapi: Reuse code for flat union base validationEric Blake2015-10-121-6/+5
* | qapi: Avoid assertion failure on union 'type' collisionEric Blake2015-10-121-2/+8
* | qapi: Clean up qapi.py per pep8Eric Blake2015-10-122-58/+106
* | qapi: Invoke exception superclass initializerEric Blake2015-10-121-0/+2
* | qapi: Improve 'include' error messageEric Blake2015-10-121-2/+1
|/
* update-linux-headers: Rename SW_MAX to SW_MAX_Markus Armbruster2015-10-091-0/+1
* get_maintainer.pl: \C is deprecatedPaolo Bonzini2015-09-251-11/+11
* checkpatch: do not recommend qemu_strtok over strtokPaolo Bonzini2015-09-251-2/+2
* qapi-introspect: Hide type namesMarkus Armbruster2015-09-211-6/+35
* qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster2015-09-212-2/+195
* qapi: Pseudo-type '**' is now unused, drop itMarkus Armbruster2015-09-211-16/+4
OpenPOWER on IntegriCloud