aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-12qemu-img: Avoid setting ret to unused value in img_convert()Peter Maydell1-4/+4
2017-02-12qemu-img: Use qemu_strtoul() rather than raw strtoul()Peter Maydell1-16/+16
2017-02-12qemu-io: don't allow I/O operations larger than BDRV_REQUEST_MAX_BYTESAlberto Garcia1-7/+13
2017-02-12qcow2: Optimize the refcount-block overlap checkAlberto Garcia3-1/+25
2017-02-12qemu-io: Add failure regression testsNir Soffer3-0/+67
2017-02-12qemu-iotests: Add _unsupported_fmt helperNir Soffer1-0/+11
2017-02-12qemu-io: Return non-zero exit code on failureNir Soffer13-84/+6
2017-02-12block/nfs: fix naming of runtime optsPeter Lieven1-23/+23
2017-02-12block/nfs: fix NULL pointer dereference in URI parsingPeter Lieven1-1/+2
2017-02-12block: bdrv_invalidate_cache: invalidate children firstVladimir Sementsov-Ogievskiy1-6/+5
2017-02-12block/qapi: reduce the execution time of qmp_query_blockstatsDou Liyang1-44/+29
2017-02-12block/qapi: reduce the coupling between the bdrv_query_stats and bdrv_query_b...Dou Liyang1-12/+14
2017-02-12qemu-iotest: test to lookup protocol-based image with relative backingJeff Cody3-0/+110
2017-02-12qemu-iotests: Don't create fifos / pidfiles with protocol pathsJeff Cody3-10/+12
2017-02-12block: check full backing filename when searching protocol filenamesJeff Cody1-0/+13
2017-02-12block/vmdk: Fix the endian problem of buf_len and lbaQingFeng Hao1-2/+2
2017-02-12iotests: record separate timings per format,protocol pairDaniel P. Berrange3-7/+9
2017-02-12iotests: Fix reference output for 059Fam Zheng1-1/+1
2017-02-12qapi: Tweak error message of bdrv_query_image_infoFam Zheng1-2/+2
2017-02-12qemu-img: Improve commit invalid base messageMax Reitz1-1/+3
2017-02-12iotests: Fix a problem in common.filterQingFeng Hao1-1/+1
2017-02-10hw/vfio: Add CONFIG switches for calxeda-xgmac and amd-xgbeThomas Huth2-2/+4
2017-02-10hw/vfio/pci-quirks: Set category of the "vfio-pci-igd-lpc-bridge" deviceThomas Huth1-0/+1
2017-02-10vfio-pci: Fix GTT wrap-around for Skylake+ IGDAlex Williamson1-1/+4
2017-02-10Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170210'...Peter Maydell8-34/+88
2017-02-10Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell1-1/+1
2017-02-10aspeed/smc: use a modulo to check segment limitsCédric Le Goater1-2/+2
2017-02-10aspeed/smc: handle dummies only in fast read modeCédric Le Goater1-3/+6
2017-02-10aspeed: remove useless comment on controller segment sizeCédric Le Goater1-5/+3
2017-02-10aspeed: check for negative values returned by blk_getlength()Cédric Le Goater1-2/+12
2017-02-10hw/arm/virt: Declare fwcfg as dma cache coherent in dtAlexander Graf1-0/+1
2017-02-10hw/arm/virt: Declare fwcfg as dma cache coherent in ACPIAlexander Graf1-0/+1
2017-02-10hw/arm/virt: Declare virtio-mmio as dma cache coherent in ACPIAlexander Graf1-0/+1
2017-02-10target-arm: Declare virtio-mmio as dma-coherent in dtAlexander Graf2-0/+2
2017-02-10target-arm: Enable vPMU support under TCG modeWei Huang3-8/+3
2017-02-10target-arm: Add support for PMU register PMINTENSET_EL1Wei Huang2-2/+10
2017-02-10target-arm: Add support for AArch64 PMU register PMXEVTYPER_EL0Wei Huang2-6/+25
2017-02-10target-arm: Add support for PMU register PMSELR_EL0Wei Huang2-6/+22
2017-02-10ahci: advertise HOST_CAP_64Ladi Prosek1-1/+1
2017-02-10Revert "cirrus: allow zero source pitch in pattern fill rops"Gerd Hoffmann1-18/+8
2017-02-10cirrus: fix patterncopy checksGerd Hoffmann1-6/+30
2017-02-10cirrus: replace debug printf with trace pointsGerd Hoffmann2-6/+11
2017-02-10vga: replace debug printf with trace pointsGerd Hoffmann2-23/+10
2017-02-10virtio-gpu: fix resource leak in virgl_cmd_resource_unrefGerd Hoffmann1-0/+8
2017-02-10virtio-gpu: fix memory leak in set scanoutLi Qiang1-0/+1
2017-02-10tests/prom-env: Ease time-out problems on slow hostsThomas Huth1-4/+9
2017-02-10Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-10022017-1' in...Peter Maydell1-5/+34
2017-02-10.travis.yml: split VM based buildsAlex Bennée1-4/+34
2017-02-10.travis.yml: don't specify CONFIG twiceAlex Bennée1-2/+1
2017-02-09Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170209-2' into st...Peter Maydell8-228/+533