aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-03vl.c: Remove unnecessary uppercase in error messagesEduardo Habkost1-21/+19
2015-11-03vl.c: Use "warning:" prefix consistently on warningsEduardo Habkost1-4/+4
2015-11-03vl.c: Remove periods and exclamation points from error messagesEduardo Habkost1-15/+15
2015-11-03vl.c: Replace fprintf(stderr) with error_report()Eduardo Habkost1-119/+118
2015-11-02Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-11-02' into ...Peter Maydell74-607/+663
2015-11-02qapi: Simplify gen_struct_field()Eric Blake1-9/+7
2015-11-02qapi: Reserve 'u' member nameEric Blake6-1/+11
2015-11-02qapi: Finish converting to new qapi union layoutEric Blake1-22/+6
2015-11-02tpm: Convert to new qapi union layoutEric Blake2-5/+5
2015-11-02memory: Convert to new qapi union layoutEric Blake3-10/+10
2015-11-02input: Convert to new qapi union layoutEric Blake9-123/+125
2015-11-02char: Convert to new qapi union layoutEric Blake2-88/+88
2015-11-02net: Convert to new qapi union layoutEric Blake10-32/+32
2015-11-02sockets: Convert to new qapi union layoutEric Blake3-61/+61
2015-11-02block: Convert to new qapi union layoutEric Blake4-41/+40
2015-11-02tests: Convert to new qapi union layoutEric Blake3-62/+62
2015-11-02qapi-visit: Convert to new qapi union layoutEric Blake1-15/+9
2015-11-02qapi: Start converting to new qapi union layoutEric Blake2-8/+21
2015-11-02qapi-visit: Remove redundant functions for flat union baseEric Blake1-17/+15
2015-11-02qapi: Unbox base membersEric Blake15-87/+54
2015-11-02qapi: Prefer typesafe upcasts to qapi base classesEric Blake2-0/+21
2015-11-02qapi-types: Refactor base fields outputEric Blake1-10/+14
2015-11-02qapi-visit: Split off visit_type_FOO_fields forward declEric Blake1-6/+16
2015-11-02vnc: Hoist allocation of VncBasicInfo to callersEric Blake1-23/+34
2015-11-02qapi: Reserve 'q_*' and 'has_*' member namesEric Blake14-35/+27
2015-11-02qapi: Reserve '*List' type names for list typesEric Blake6-14/+11
2015-11-02qapi: More robust conditions for when labels are neededEric Blake2-2/+5
2015-11-02qapi: More idiomatic string operationsEric Blake1-3/+3
2015-11-02tests/qapi-schema: Test for reserved names, empty structEric Blake24-4/+59
2015-11-02qapi-schema: mark InetSocketAddress as mandatory againDaniel P. Berrange1-4/+2
2015-10-30Merge remote-tracking branch 'remotes/rth/tags/pull-tile-20151030' into stagingPeter Maydell1-8/+14
2015-10-30Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell21-116/+293
2015-10-30Merge remote-tracking branch 'remotes/lalrae/tags/mips-20151030' into stagingPeter Maydell8-59/+112
2015-10-30target-mips: fix updating XContext on mmu exceptionYongbok Kim1-3/+4
2015-10-30target-mips: add SIGRIE instructionYongbok Kim1-1/+11
2015-10-30target-mips: Set Config5.XNP for R6 coresYongbok Kim1-2/+2
2015-10-30target-mips: add PC, XNP reg numbers to RDHWRYongbok Kim4-32/+63
2015-10-30hw/mips_malta: Fix KVM PC initialisationJames Hogan1-1/+1
2015-10-30Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-10-30' in...Peter Maydell20-153/+189
2015-10-30docs: Document QMP event rate limitingMarkus Armbruster2-0/+17
2015-10-30monitor: Throttle event VSERPORT_CHANGE separately by "id"Markus Armbruster1-4/+23
2015-10-30monitor: Turn monitor_qapi_event_state[] into a hash tableMarkus Armbruster1-16/+37
2015-10-30glib: add compatibility interface for g_hash_table_add()Markus Armbruster1-0/+8
2015-10-29block: Consider all child nodes in bdrv_requests_pending()Kevin Wolf1-5/+8
2015-10-29target-arm: xlnx-zynqmp: Add sdhci support.Sai Pavan Boddu2-0/+31
2015-10-29sdhci: Split sdhci.h for public and internal device usageSai Pavan Boddu3-71/+99
2015-10-29sd.h: Move sd.h to include/hw/sd/Sai Pavan Boddu8-7/+7
2015-10-29virtio: sync the dataplane vring state to the virtqueue before virtio_savePavel Butsykin2-0/+10
2015-10-29gdb command: qemu handlersDr. David Alan Gilbert2-1/+60
2015-10-29virtio-blk: switch off scsi-passthrough by defaultCornelia Huck2-2/+6