summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-12block: Simplify BDRV_BLOCK_RAW recursionEric Blake1-2/+2
2017-05-12coroutine: remove GThread implementationDaniel P. Berrange3-216/+6
2017-05-11maintainers: Add myself as linux-user reviewerLaurent Vivier1-0/+1
2017-05-10Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi34-114/+112
2017-05-10Merge remote-tracking branch 'danpb/tags/pull-qcrypto-2017-05-09-1' into stagingStefan Hajnoczi12-66/+135
2017-05-10tests: Remove redundant assignmentFam Zheng1-1/+1
2017-05-10MAINTAINERS: Update paths for AioContext implementationPaolo Bonzini1-2/+2
2017-05-10MAINTAINERS: Update paths for main loopPaolo Bonzini1-2/+2
2017-05-10jazz_led: fix bad snprintfPaolo Bonzini1-2/+2
2017-05-10tests: Ignore another built executable (test-hmp)Eric Blake1-0/+1
2017-05-10scripts: Switch to more portable Perl shebangKamil Rytarowski8-8/+15
2017-05-10scripts/qemu-binfmt-conf.sh: Fix shell portability issueKamil Rytarowski1-2/+2
2017-05-10virtfs: allow a device id to be specified in the -virtfs optionChris Webb2-3/+4
2017-05-10hw/core/generic-loader: Fix crash when running without CPUThomas Huth1-4/+5
2017-05-10virtio-blk: Remove useless condition around g_free()Fam Zheng1-3/+1
2017-05-10qemu-doc: Fix broken URLs of amnhltm.zip and dosidle210.zipThomas Huth1-5/+5
2017-05-10use _Static_assert in QEMU_BUILD_BUG_ONAndreas Grapentin2-1/+21
2017-05-10channel-file: fix wrong parameter commentssochin.jiang1-1/+1
2017-05-09Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-04-v3' into stagingStefan Hajnoczi71-668/+805
2017-05-09crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libsGeert Martin Ijewski5-8/+57
2017-05-09crypto: move 'opaque' parameter to (nearly) the end of parameter listDaniel P. Berrange4-14/+17
2017-05-09List SASL config file under the cryptography maintainer's realmDaniel P. Berrange1-0/+1
2017-05-09Default to GSSAPI (Kerberos) instead of DIGEST-MD5 for SASLDaniel P. Berrange2-44/+60
2017-05-09qmp-shell: improve helpMarc-André Lureau1-1/+5
2017-05-09qmp-shell: don't show version greeting if unavailableMarc-André Lureau1-0/+3
2017-05-09qmp-shell: Cope with query-commands errorMarc-André Lureau1-1/+4
2017-05-09qmp-shell: add -N option to skip negotiateMarc-André Lureau1-4/+7
2017-05-09qmp-shell: add persistent command historyJohn Snow1-0/+21
2017-05-09qobject-input-visitor: Catch misuse of end_struct vs. end_listMarkus Armbruster1-2/+19
2017-05-09qapi: Document intended use of @name within alternate visitsMarkus Armbruster1-2/+4
2017-05-09qobject-input-visitor: Document full_name_nth()Markus Armbruster1-0/+11
2017-05-09qmp: Improve QMP dispatch error messagesMarkus Armbruster1-7/+7
2017-05-09sockets: Delete unused helper socket_address_crumple()Markus Armbruster2-42/+0
2017-05-09sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster24-406/+440
2017-05-09sockets: Rename SocketAddressFlat to SocketAddressMarkus Armbruster7-57/+57
2017-05-09sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster23-312/+314
2017-05-09qapi: New QAPI_CLONE_MEMBERS()Markus Armbruster2-0/+27
2017-05-09sockets: Prepare inet_parse() for flattened SocketAddressMarkus Armbruster5-27/+22
2017-05-09sockets: Prepare vsock_parse() for flattened SocketAddressMarkus Armbruster1-10/+10
2017-05-09test-qga: Actually test 0xff sync bytesEric Blake2-7/+42
2017-05-09fdc-test: Avoid deprecated 'change' commandEric Blake1-4/+4
2017-05-09QemuOpts: Simplify qemu_opts_to_qdict()Eric Blake1-3/+1
2017-05-09block: Simplify bdrv_append_temp_snapshot() logicEric Blake1-10/+7
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake34-268/+244
2017-05-08qobject: Add helper macros for common scalar insertionsEric Blake3-0/+38
2017-05-08qobject: Drop useless QObject castsEric Blake8-51/+42
2017-05-08coccinelle: Add script to remove useless QObject castsEric Blake2-0/+14
2017-05-08pci: Reduce scope of error injectionEric Blake2-6/+2
2017-05-08pci: Use struct instead of QDict to pass back parametersEric Blake1-18/+26
2017-05-08test-keyval: fix leaksMarc-André Lureau1-0/+4