summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-19monitor: let suspend_cnt be thread safePeter Xu1-7/+8
2018-03-19monitor: introduce monitor_qmp_respond()Peter Xu1-17/+33
2018-03-19qmp: introduce QMPCapabilityPeter Xu3-9/+110
2018-03-19monitor: allow using IO thread for parsingPeter Xu1-8/+95
2018-03-19monitor: let mon_list be tail queuePeter Xu1-6/+6
2018-03-19monitor: unify global initPeter Xu3-17/+17
2018-03-19monitor: move the cur_mon hack deeper for QMPPeter Xu1-7/+10
2018-03-19monitor: move skip_flush into monitor_data_initPeter Xu1-4/+4
2018-03-19qobject: let object_property_get_str() use new APIPeter Xu1-6/+3
2018-03-19qobject: introduce qobject_get_try_str()Peter Xu2-0/+12
2018-03-19qobject: introduce qstring_get_try_str()Peter Xu2-0/+11
2018-03-19docs: update QMP documents for OOB commandsPeter Xu2-12/+82
2018-03-19chardev: tcp: postpone TLS work until machine doneDaniel P. Berrange1-0/+10
2018-03-19block: Deprecate "backing": ""Max Reitz4-4/+15
2018-03-19block: Handle null backing linkMax Reitz4-15/+32
2018-03-19qapi: Make more of qobject_to()Max Reitz3-17/+20
2018-03-19qapi: Remove qobject_to_X() functionsMax Reitz10-60/+0
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz51-227/+231
2018-03-19qapi: Add qobject_to()Max Reitz1-0/+29
2018-03-19compiler: Add QEMU_BUILD_BUG_MSG() macroMax Reitz1-3/+9
2018-03-19qapi: generate a literal qobject for introspectionMarc-André Lureau4-48/+70
2018-03-19qlit: add qobject_from_qlit()Marc-André Lureau3-0/+67
2018-03-19qlit: use QType instead of intMarc-André Lureau1-1/+1
2018-03-19qapi2texi: minor python code simplificationMarc-André Lureau1-4/+3
2018-03-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell39-524/+2652
2018-03-19iotests: Avoid realpath, for CentOS 6Eric Blake1-6/+6
2018-03-19block: fix iotest 146 output expectationsJeff Cody1-1/+1
2018-03-19iscsi: fix iSER compilationPaolo Bonzini1-1/+1
2018-03-19block: Fix leak of ignore_children in error pathFam Zheng1-1/+1
2018-03-19vvfat: Fix inherit_options flagsFam Zheng1-1/+1
2018-03-19block/mirror: change the semantic of 'force' of block-job-cancelLiang Li7-24/+34
2018-03-19vpc: Require aligned size in .bdrv_co_createKevin Wolf1-31/+82
2018-03-19vpc: Support .bdrv_co_createKevin Wolf2-38/+147
2018-03-19vhdx: Support .bdrv_co_createKevin Wolf2-53/+203
2018-03-19vdi: Make comments consistent with other driversKevin Wolf1-3/+9
2018-03-19qed: Support .bdrv_co_createKevin Wolf2-67/+162
2018-03-19qcow: Support .bdrv_co_createKevin Wolf2-67/+150
2018-03-19qemu-iotests: Enable write tests for parallelsKevin Wolf2-2/+1
2018-03-19parallels: Support .bdrv_co_createKevin Wolf2-49/+168
2018-03-19iotests: Add regression test for commit base lockingFam Zheng2-0/+17
2018-03-19block: Fix flags in reopen queueFam Zheng1-0/+8
2018-03-19vdi: Implement .bdrv_co_createMax Reitz2-6/+20
2018-03-19vdi: Move file creation to vdi_co_create_optsMax Reitz1-18/+28
2018-03-19vdi: Pull option parsing from vdi_co_createMax Reitz2-14/+95
2018-03-19qemu-iotests: Test luks QMP image creationKevin Wolf4-1/+348
2018-03-19luks: Catch integer overflow for huge sizesKevin Wolf1-0/+5
2018-03-19luks: Turn invalid assertion into checkKevin Wolf1-1/+4
2018-03-19luks: Support .bdrv_co_createKevin Wolf2-1/+50
2018-03-19luks: Create block_crypto_co_create_generic()Kevin Wolf1-34/+61
2018-03-19luks: Separate image file creation from formattingKevin Wolf1-20/+17