aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-16RAMBlocks: qemu_ram_is_sharedDr. David Alan Gilbert
2017-03-16vmstate: fix failed iotests case 68 and 91QingFeng Hao
2017-03-16migration/block: Avoid invoking blk_drain too frequentlyLidong Chen
2017-03-16cirrus: stop passing around src pointers in the blitterGerd Hoffmann
2017-03-16cirrus: stop passing around dst pointers in the blitterGerd Hoffmann
2017-03-16cirrus: fix cirrus_invalidate_regionGerd Hoffmann
2017-03-16cirrus: add option to disable blitterGerd Hoffmann
2017-03-16cirrus: switch to 4 MB video memory by defaultGerd Hoffmann
2017-03-16cirrus/vnc: zap bitblit support from console code.Gerd Hoffmann
2017-03-16fix :cirrus_vga fix OOB read case qemu Segmentation faulthangaohuai
2017-03-16migration: use "" as the default for tls-creds/hostnameDaniel P. Berrange
2017-03-16Change the method to calculate dirty-pages-rateChao Fan
2017-03-16Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell
2017-03-16qapi: Fix a misleading parser error messageMarkus Armbruster
2017-03-16qapi: Make pylint a bit happierMarkus Armbruster
2017-03-16qapi: Drop unused .check_clash() parameter schemaMarkus Armbruster
2017-03-16qapi: union_types is a list used like a dict, make it oneMarkus Armbruster
2017-03-16qapi: struct_types is a list used like a dict, make it oneMarkus Armbruster
2017-03-16qapi: enum_types is a list used like a dict, make it oneMarkus Armbruster
2017-03-16qapi: Factor add_name() calls out of the meta conditionalMarkus Armbruster
2017-03-16qapi: Simplify what gets stored in enum_typesMarkus Armbruster
2017-03-16qapi: Drop unused variable eventsMarkus Armbruster
2017-03-16qapi: Eliminate check_docs() and drop QAPIDoc.exprMarkus Armbruster
2017-03-16qapi: Fix detection of bogus member documentationMarkus Armbruster
2017-03-16tests/qapi-schema: Improve coverage of bogus member docsMarkus Armbruster
2017-03-16tests/qapi-schema: Rename doc-bad-args to doc-bad-command-argMarkus Armbruster
2017-03-16qapi: Move empty doc section checking to doc parserMarkus Armbruster
2017-03-16qapi: Improve error message on @NAME: in free-form docMarkus Armbruster
2017-03-16qapi: Move detection of doc / expression name mismatchMarkus Armbruster
2017-03-16qapi: Fix detection of doc / expression mismatchMarkus Armbruster
2017-03-16tests/qapi-schema: Improve doc / expression mismatch coverageMarkus Armbruster
2017-03-16qapi2texi: Use category "Object" for all object typesMarkus Armbruster
2017-03-16qapi2texi: Generate descriptions for simple union tagsMarkus Armbruster
2017-03-16qapi2texi: Generate documentation for variant membersMarkus Armbruster
2017-03-16qapi2texi: Generate reference to base type membersMarkus Armbruster
2017-03-16qapi2texi: Include member type in generated documentationMarkus Armbruster
2017-03-16qapi2texi: Implement boxed argument documentationMarkus Armbruster
2017-03-16qapi2texi: Don't hide undocumented members and argumentsMarkus Armbruster
2017-03-16qapi2texi: Explain enum value undocumentedness more clearlyMarkus Armbruster
2017-03-16qapi2texi: Present the table of members more clearlyMarkus Armbruster
2017-03-16qapi2texi: Plainer enum value and member name formattingMarkus Armbruster
2017-03-16qapi: Prefer single-quoted strings more consistentlyMarkus Armbruster
2017-03-16qapi: Use raw strings for regular expressions consistentlyMarkus Armbruster
2017-03-16qapi: The #optional tag is redundant, dropMarkus Armbruster
2017-03-16qapi2texi: Convert to QAPISchemaVisitorMarkus Armbruster
2017-03-16qapi: Conjure up QAPIDoc.ArgSection for undocumented membersMarkus Armbruster
2017-03-16qapi: Prepare for requiring more complete documentationMarkus Armbruster
2017-03-16qapi: Fix QAPISchemaEnumType.is_implicit() for 'QType'Markus Armbruster
2017-03-16qapi/rocker: Fix up doc comment notes on optional membersMarkus Armbruster
2017-03-16qapi: Avoid unwanted blank lines in QAPIDocMarkus Armbruster