summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-21hyperv: make SynIC version msr constantRoman Kagan2-8/+2
2017-12-21hyperv: ensure SINTx msrs are reset properlyRoman Kagan1-5/+7
2017-12-21hyperv: set partition-wide MSRs only on first vcpuEvgeny Yakovlev2-9/+19
2017-12-21x86/cpu: Enable new SSE/AVX/AVX512 cpu featuresYang Zhong2-3/+9
2017-12-21MAITAINERS: List Fam Zheng as reviewer for SCSI patchesFam Zheng1-0/+2
2017-12-21scsi-block: Add share-rw optionFam Zheng1-0/+1
2017-12-20contrib: add systemd unit filesPaolo Bonzini3-0/+35
2017-12-20qemu-pr-helper: miscellaneous fixesPaolo Bonzini3-5/+41
2017-12-20qemu-thread: fix races on threads that exit very quicklylinzhecheng1-17/+42
2017-12-20memfd: fix configure testPaolo Bonzini2-4/+2
2017-12-20Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-12-20' into ...Peter Maydell14-131/+111
2017-12-20qmp: remove qmp_cpuDaniel Henrique Barboza2-16/+0
2017-12-20qapi-docs: fix a comment typoChen Hanxiao1-1/+1
2017-12-20qapi2texi: De-duplicate code to add blank line before symbolMarkus Armbruster1-10/+2
2017-12-20qapi: Rename QAPIDoc.parser, .section to ._parser, ._sectionMarkus Armbruster1-26/+26
2017-12-20qapi2texi: Simplify representation of section textMarkus Armbruster2-27/+16
2017-12-20qapi: Simplify representation of QAPIDoc section textMarkus Armbruster4-20/+17
2017-12-20qapi: Unify representation of doc section without nameMarkus Armbruster4-4/+4
2017-12-20qapi2texi: Clean up texi_sections()Markus Armbruster1-9/+7
2017-12-20tests/qapi-schema/doc-bad-section: New, factored out of doc-goodMarkus Armbruster8-4/+29
2017-12-20qapi: Make cur_doc local to QAPISchemaParser.__init__()Markus Armbruster1-17/+17
2017-12-20qapi: Eliminate QAPISchemaParser.__init__()'s local fnameMarkus Armbruster1-3/+2
2017-12-20qapi: Stop rejecting #optionalMarkus Armbruster1-4/+0
2017-12-20qapi-schema: Fix query-vm-generation-id's doc comment markupMarkus Armbruster1-1/+1
2017-12-20util: add is_equal to UUID APIRoman Kagan3-2/+15
2017-12-20Revert "docker: Enable features explicitly in test-full"Fam Zheng1-75/+4
2017-12-20Merge remote-tracking branch 'remotes/armbru/tags/pull-cmdline-2017-12-18-v2'...Peter Maydell6-301/+267
2017-12-20Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell28-172/+532
2017-12-20option: Drop unused get_param_value(), get_next_param_value()Markus Armbruster2-39/+0
2017-12-20option: Remove shadowing opt decl from qemu_opt_print()Dr. David Alan Gilbert1-1/+1
2017-12-20qemu-options: Belatedly document --watchdog-action inject-nmiMarkus Armbruster1-1/+2
2017-12-20qemu-options: Polish section "Character device options"Markus Armbruster1-7/+8
2017-12-20qemu-options: Polish section "TPM device options"Markus Armbruster1-9/+9
2017-12-20qemu-options: Add missing -iscsi Texinfo documentationMarkus Armbruster1-0/+6
2017-12-20qemu-options: Move -iscsi under "Block device options"Markus Armbruster1-8/+7
2017-12-20qemu-options qemu-doc: Move "Device URL Syntax" to qemu-docMarkus Armbruster2-222/+216
2017-12-20qemu-options: Fix markup of -netdev l2tpv3Markus Armbruster1-0/+2
2017-12-20qemu-options: Remove stray colons from output of --helpMarkus Armbruster3-15/+17
2017-12-19Merge remote-tracking branch 'remotes/aurel/tags/pull-target-sh4-20171218' in...Peter Maydell4-123/+174
2017-12-19Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell9-142/+310
2017-12-19Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-19-1...Peter Maydell5-68/+73
2017-12-19tpm: move qdev_prop_tpm to hw/tpm/Cornelia Huck5-68/+73
2017-12-19qemu-iotests: add 203 savevm with IOThreads testStefan Hajnoczi3-0/+66
2017-12-19iothread: fix iothread_stop() race conditionStefan Hajnoczi2-6/+17
2017-12-19iotests: add VM.add_object()Stefan Hajnoczi1-0/+5
2017-12-19blockdev: add x-blockdev-set-iothread force booleanStefan Hajnoczi2-6/+11
2017-12-19docs: mark nested AioContext locking as a legacy APIStefan Hajnoczi1-3/+4
2017-12-19block: avoid recursive AioContext acquire in bdrv_inactivate_all()Paolo Bonzini1-3/+11
2017-12-19virtio-blk: reject configs with logical block size > physical block sizeMark Kanda1-0/+7
2017-12-19virtio-blk: make queue size configurableMark Kanda2-1/+10