summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-27s390x: Common access to floating point registersEric Farman7-10/+19
2015-05-26Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell16-359/+1031
2015-05-22ahci: do not remap clb/fis unconditionallyJohn Snow1-25/+63
2015-05-22macio: move unaligned DMA write code into separate pmac_dma_write() functionMark Cave-Ayland2-147/+125
2015-05-22macio: move unaligned DMA read code into separate pmac_dma_read() functionMark Cave-Ayland1-106/+147
2015-05-22qtest: pre-buffer hex nibsJohn Snow2-7/+12
2015-05-22libqos/ahci: Swap memread/write with bufread/writeJohn Snow2-6/+6
2015-05-22qtest: add memset to qtest protocolJohn Snow2-7/+21
2015-05-22qtest: Add base64 encoded read/writeJohn Snow3-0/+149
2015-05-22qtest: allow arbitrarily long sendsJohn Snow1-18/+28
2015-05-22qtest/ahci: add migrate halted dma testJohn Snow1-1/+74
2015-05-22qtest/ahci: add halted dma testJohn Snow1-0/+60
2015-05-22qtest/ahci: add flush migrate testJohn Snow1-1/+51
2015-05-22qtest/ahci: add migrate dma testJohn Snow2-0/+46
2015-05-22qtest/ahci: Add migration testJohn Snow1-0/+90
2015-05-22ich9/ahci: Enable MigrationJohn Snow2-2/+0
2015-05-22libqos: Add migration helpersJohn Snow4-17/+145
2015-05-22libqos/ahci: Fix sector set methodJohn Snow1-2/+4
2015-05-22libqos/ahci: Add halted command helpersJohn Snow2-0/+30
2015-05-22glib: remove stale compat functionsJohn Snow1-35/+0
2015-05-22configure: require glib 2.22John Snow1-6/+1
2015-05-22Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell25-293/+429
2015-05-22Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150522'...Peter Maydell6-5/+263
2015-05-22MAINTAINERS: Split "Block QAPI, monitor, command line" off coreMarkus Armbruster1-0/+8
2015-05-22MAINTAINERS: Add header files to Block Layer Core sectionKevin Wolf1-0/+1
2015-05-22tests: add test case for encrypted qcow2 read/writeDaniel P. Berrange3-0/+116
2015-05-22qemu-io: prompt for encryption keys when requiredDaniel P. Berrange1-0/+21
2015-05-22util: allow \n to terminate password inputDaniel P. Berrange1-1/+2
2015-05-22util: move read_password method out of qemu-img into osdep/oslibDaniel P. Berrange4-92/+93
2015-05-22qcow2/qcow: protect against uninitialized encryption keyDaniel P. Berrange3-10/+21
2015-05-22qemu-iotests: Make debugging python tests easierFam Zheng3-6/+26
2015-05-22qemu-iotests: qemu-img info on afl VMDK image with a huge capacityFam Zheng3-0/+8
2015-05-22block: Detect multiplication overflow in bdrv_getlengthFam Zheng1-0/+1
2015-05-22qemu-io: Use getopt() correctlyEric Blake2-9/+9
2015-05-22qcow2: style fixes in qcow2-cache.cAlberto Garcia1-3/+3
2015-05-22qcow2: make qcow2_cache_put() a void functionAlberto Garcia4-71/+17
2015-05-22qcow2: use a hash to look for entries in the L2 cacheAlberto Garcia1-2/+7
2015-05-22qcow2: remove qcow2_cache_find_entry_to_replace()Alberto Garcia1-29/+16
2015-05-22qcow2: use an LRU algorithm to replace entries from the L2 cacheAlberto Garcia1-18/+15
2015-05-22qcow2: simplify qcow2_cache_put() and qcow2_cache_entry_mark_dirty()Alberto Garcia1-17/+15
2015-05-22qcow2: use one single memory block for the L2/refcount cache tablesAlberto Garcia4-39/+39
2015-05-22vmdk: Fix overflow if l1_size is 0x20000000Fam Zheng1-1/+2
2015-05-22vmdk: Fix next_cluster_sector for compressed writeFam Zheng1-4/+10
2015-05-22nvme: support NVME_VOLATILE_WRITE_CACHE featureChristoph Hellwig1-0/+3
2015-05-22qcow2: Flush pending discards before allocating clusterKevin Wolf1-0/+5
2015-05-22target-tricore: add RR_DIV and RR_DIV_U instructions of the v1.6 ISABastian Koppelmann4-0/+74
2015-05-22target-tricore: add FRET instructions of the v1.6 ISABastian Koppelmann2-0/+21
2015-05-22target-tricore: add FCALL instructions of the v1.6 ISABastian Koppelmann2-0/+29
2015-05-22target-tricore: add SYS_RESTORE instruction of the v1.6 ISABastian Koppelmann2-0/+11
2015-05-22target-tricore: add RR_CRC32 instruction of the v1.6.1 ISABastian Koppelmann4-0/+19