summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-29vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE messageDamjan Marion4-12/+26
2014-06-29numa: Reject configuration if not all node IDs are presentEduardo Habkost1-1/+16
2014-06-29numa: Reject duplicate node IDsEduardo Habkost1-0/+5
2014-06-29numa: Keep track of NUMA nodes present on the command-lineEduardo Habkost3-1/+11
2014-06-29Allow mismatched virtio config-lenDr. David Alan Gilbert1-5/+11
2014-06-29pc: make isapc and pc-0.10 to pc-0.13 have 1.7.0 memory layoutDon Slutz1-0/+10
2014-06-29vhost-user: fix wrong ids in documentationDamjan Marion1-14/+14
2014-06-29mc146818rtc: add rtc-reset-reinjection QMP commandMarcelo Tosatti4-0/+60
2014-06-29pc: Fix "prog_if" typo on PC_COMPAT_2_0Eduardo Habkost1-1/+1
2014-06-29pc: Move q35 compat props to PC_COMPAT_*Eduardo Habkost2-42/+23
2014-06-29numa: fix commentMichael S. Tsirkin1-1/+1
2014-06-29openrisc: fix commentMichael S. Tsirkin1-2/+2
2014-06-29numa: fix commentMichael S. Tsirkin1-1/+1
2014-06-29Merge remote-tracking branch 'remotes/xtensa/tags/20140629-xtensa' into stagingPeter Maydell5-50/+162
2014-06-29Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell48-561/+1127
2014-06-29Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell16-30/+629
2014-06-29Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell11-10/+922
2014-06-29Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell32-315/+976
2014-06-29Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140627' into stagingPeter Maydell8-179/+837
2014-06-29tcg/ppc: Fix support for 64-bit PPC MacOSX hostsPeter Maydell1-3/+3
2014-06-29hw/xtensa/xtfpga: implement initrd loadingMax Filippov1-0/+24
2014-06-29hw/xtensa/xtfpga: implement DTB loadingMax Filippov1-0/+23
2014-06-29hw/xtensa/xtfpga: implement uImage loadingMax Filippov1-1/+24
2014-06-29hw/xtensa/xtfpga: add memory info to bootparamMax Filippov2-1/+17
2014-06-29hw/xtensa/xtfpga: refactor bootparameters fillingMax Filippov2-12/+21
2014-06-29hw/xtensa/xtfpga: use symbolic constants for bootparam tagsMax Filippov2-3/+13
2014-06-29hw/xtensa/xtfpga: retrieve parameters from machine_optsMax Filippov1-2/+3
2014-06-29hw/xtensa: replace fprintfs with error_reportMax Filippov2-6/+10
2014-06-29hw/xtensa: remove extraneous xtensa_ prefix from file namesMax Filippov4-3/+3
2014-06-29hw/xtensa/xtfpga: fix FLASH mapping to boot region for KC705Max Filippov1-3/+5
2014-06-27iotests: Fix 083 for out-of-tree buildsMax Reitz1-4/+4
2014-06-27iotests: Drop Python version from 065's ShebangMax Reitz1-1/+1
2014-06-27iotests: Use $PYTHON for Python scriptsMax Reitz8-41/+47
2014-06-27iotests: Source common.envMax Reitz1-0/+6
2014-06-27configure: Enable out-of-tree iotestsMax Reitz1-0/+12
2014-06-27iotests: Allow out-of-tree runMax Reitz5-27/+95
2014-06-27block.c: Don't return success for bdrv_append_temp_snapshot() failureChen Gang2-4/+5
2014-06-27qemu-iotests: Add TestRepairQuorum to 041 to test drive-mirror node-name mode.Benoît Canet2-6/+194
2014-06-27block: Add replaces argument to drive-mirrorBenoît Canet8-17/+118
2014-06-27blockjob: Fix recent BLOCK_JOB_ERROR regressionMarkus Armbruster2-2/+2
2014-06-27blockjob: Fix recent BLOCK_JOB_READY regressionMarkus Armbruster2-2/+19
2014-06-27docs/qmp: Fix documentation of BLOCK_JOB_READY to match codeMarkus Armbruster1-2/+10
2014-06-27virtio-blk: Rename complete_request_early to complete_request_vringFam Zheng1-2/+2
2014-06-27virtio-blk: Unify {non-,}dataplane's request handlingsFam Zheng1-164/+19
2014-06-27virtio-blk: Schedule BH in the right contextFam Zheng1-1/+2
2014-06-27virtio-blk: Export request handling functions to dataplaneFam Zheng2-8/+11
2014-06-27virtio-blk: Make request completion function virtualFam Zheng2-1/+11
2014-06-27block: acquire AioContext in qmp_query_blockstats()Stefan Hajnoczi1-0/+4
2014-06-27block: make bdrv_query_stats() staticStefan Hajnoczi2-2/+1
2014-06-27virtio-blk: Fix and clean up the in_sg and out_sg checkFam Zheng1-7/+14