aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-13target/sh4: movua.l is an SH4-A only instructionAurelien Jarno1-11/+15
2017-05-13target/sh4: implement tas.b using atomic helperAurelien Jarno1-12/+7
2017-05-13target/sh4: generate fences for SH4Aurelien Jarno1-4/+5
2017-05-13target/sh4: optimize gen_write_sr using extract opAurelien Jarno1-6/+3
2017-05-13target/sh4: optimize gen_store_fpr64Aurelien Jarno1-7/+1
2017-05-13target/sh4: fold ctx->bstate = BS_BRANCH into gen_conditional_jumpAurelien Jarno1-6/+3
2017-05-13target/sh4: only save flags state at the end of the TBAurelien Jarno1-36/+33
2017-05-13target/sh4: fix BS_EXCP exitAurelien Jarno1-9/+7
2017-05-13target/sh4: fix BS_STOP exitAurelien Jarno1-2/+3
2017-05-13target/sh4: move DELAY_SLOT_TRUE flag into a separate globalAurelien Jarno3-18/+16
2017-05-13target/sh4: do not include DELAY_SLOT_TRUE in the TB stateAurelien Jarno1-2/+1
2017-05-13target/sh4: get rid of DELAY_SLOT_CLEARMEAurelien Jarno3-16/+6
2017-05-13target/sh4: split ctx->flags into ctx->tbflags and ctx->envflagsAurelien Jarno1-79/+82
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