aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-03ui/curses: Fix monitor color with -curses when 256 colorsOGAWA Hirofumi
2015-11-03vl.c: Use "%s support is disabled" error messages consistentlyEduardo Habkost
2015-11-03vl.c: Improve warnings on use of deprecated optionsEduardo Habkost
2015-11-03vl.c: Touch up error messagesEduardo Habkost
2015-11-03vl.c: Remove unnecessary uppercase in error messagesEduardo Habkost
2015-11-03vl.c: Use "warning:" prefix consistently on warningsEduardo Habkost
2015-11-03vl.c: Remove periods and exclamation points from error messagesEduardo Habkost
2015-11-03vl.c: Replace fprintf(stderr) with error_report()Eduardo Habkost
2015-11-02scripts/text2pod.pl: Escape left braceFam Zheng
2015-11-02file_ram_alloc: propagate error to caller instead of terminating QEMUIgor Mammedov
2015-11-02Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-11-02' into ...Peter Maydell
2015-11-02qapi: Simplify gen_struct_field()Eric Blake
2015-11-02qapi: Reserve 'u' member nameEric Blake
2015-11-02qapi: Finish converting to new qapi union layoutEric Blake
2015-11-02tpm: Convert to new qapi union layoutEric Blake
2015-11-02memory: Convert to new qapi union layoutEric Blake
2015-11-02input: Convert to new qapi union layoutEric Blake
2015-11-02char: Convert to new qapi union layoutEric Blake
2015-11-02net: Convert to new qapi union layoutEric Blake
2015-11-02sockets: Convert to new qapi union layoutEric Blake
2015-11-02block: Convert to new qapi union layoutEric Blake
2015-11-02tests: Convert to new qapi union layoutEric Blake
2015-11-02qapi-visit: Convert to new qapi union layoutEric Blake
2015-11-02qapi: Start converting to new qapi union layoutEric Blake
2015-11-02qapi-visit: Remove redundant functions for flat union baseEric Blake
2015-11-02qapi: Unbox base membersEric Blake
2015-11-02qapi: Prefer typesafe upcasts to qapi base classesEric Blake
2015-11-02qapi-types: Refactor base fields outputEric Blake
2015-11-02qapi-visit: Split off visit_type_FOO_fields forward declEric Blake
2015-11-02vnc: Hoist allocation of VncBasicInfo to callersEric Blake
2015-11-02qapi: Reserve 'q_*' and 'has_*' member namesEric Blake
2015-11-02qapi: Reserve '*List' type names for list typesEric Blake
2015-11-02qapi: More robust conditions for when labels are neededEric Blake
2015-11-02qapi: More idiomatic string operationsEric Blake
2015-11-02tests/qapi-schema: Test for reserved names, empty structEric Blake
2015-11-02qapi-schema: mark InetSocketAddress as mandatory againDaniel P. Berrange
2015-10-30Merge remote-tracking branch 'remotes/rth/tags/pull-tile-20151030' into stagingPeter Maydell
2015-10-30Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2015-10-30Merge remote-tracking branch 'remotes/lalrae/tags/mips-20151030' into stagingPeter Maydell
2015-10-30target-mips: fix updating XContext on mmu exceptionYongbok Kim
2015-10-30target-mips: add SIGRIE instructionYongbok Kim
2015-10-30target-mips: Set Config5.XNP for R6 coresYongbok Kim
2015-10-30target-mips: add PC, XNP reg numbers to RDHWRYongbok Kim
2015-10-30hw/mips_malta: Fix KVM PC initialisationJames Hogan
2015-10-30Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-10-30' in...Peter Maydell
2015-10-30docs: Document QMP event rate limitingMarkus Armbruster
2015-10-30monitor: Throttle event VSERPORT_CHANGE separately by "id"Markus Armbruster
2015-10-30monitor: Turn monitor_qapi_event_state[] into a hash tableMarkus Armbruster
2015-10-30glib: add compatibility interface for g_hash_table_add()Markus Armbruster
2015-10-29block: Consider all child nodes in bdrv_requests_pending()Kevin Wolf