summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-30ARM: Virt: Use gpio_key for power buttonShannon Zhao1-2/+5
2016-03-30hw/gpio: Add the emulation of gpio_keyShannon Zhao3-0/+106
2016-03-30Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160329-2' into stagingPeter Maydell18-79/+1623
2016-03-30Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-03-30-1...Peter Maydell2-2/+18
2016-03-30crypto: do an explicit check for nettle pbkdf functionsDaniel P. Berrange2-2/+18
2016-03-30Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell58-545/+4015
2016-03-30Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell9-6/+773
2016-03-30iotests: Test qemu-img convert -S 0 behaviorMax Reitz3-0/+120
2016-03-30block/null-{co,aio}: Implement get_block_status()Max Reitz1-0/+22
2016-03-30block/null-{co,aio}: Allow reading zeroesMax Reitz1-0/+20
2016-03-30qemu-img: Fix preallocation with -S 0 for convertMax Reitz2-15/+17
2016-03-30block: Remove bdrv_(set_)enable_write_cache()Kevin Wolf4-20/+0
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf11-109/+34
2016-03-30block: Remove bdrv_parse_cache_flags()Kevin Wolf2-23/+7
2016-03-30qemu-io: Use bdrv_parse_cache_mode() in reopen_f()Kevin Wolf4-15/+21
2016-03-30block: Use bdrv_parse_cache_mode() in drive_init()Kevin Wolf1-2/+3
2016-03-30raw: Support BDRV_REQ_FUAKevin Wolf1-3/+14
2016-03-30nbd: Support BDRV_REQ_FUAKevin Wolf3-8/+34
2016-03-30iscsi: Support BDRV_REQ_FUAKevin Wolf1-16/+14
2016-03-30block: Introduce bdrv_co_writev_flags()Kevin Wolf2-1/+13
2016-03-30block/qapi: Use blk_enable_write_cache()Kevin Wolf5-16/+60
2016-03-30block: Move enable_write_cache to BB levelKevin Wolf8-35/+53
2016-03-30block: Handle flush error in bdrv_pwrite_sync()Kevin Wolf1-3/+3
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf12-28/+20
2016-03-30block: blockdev_init(): Call blk_set_enable_write_cache() explicitlyKevin Wolf1-1/+9
2016-03-30xen_disk: Call blk_set_enable_write_cache() explicitlyKevin Wolf1-1/+4
2016-03-30qemu-img: Call blk_set_enable_write_cache() explicitlyKevin Wolf1-32/+44
2016-03-30qemu-img: Expand all BDRV_O_FLAGS usesKevin Wolf1-12/+11
2016-03-30qemu-io: Call blk_set_enable_write_cache() explicitlyKevin Wolf1-8/+13
2016-03-30qemu-nbd: Call blk_set_enable_write_cache() explicitlyKevin Wolf1-1/+4
2016-03-30block: Add bdrv_parse_cache_mode()Kevin Wolf2-0/+18
2016-03-30replay: introduce block devices record/replayPavel Dovgalyuk8-2/+209
2016-03-30replay: fix error messagePavel Dovgalyuk1-1/+1
2016-03-30replay: bh scheduling fixPavel Dovgalyuk1-1/+1
2016-03-30block: add flush callbackPavel Dovgalyuk2-0/+14
2016-03-30block: an interoperability test for luks vs dm-crypt/cryptsetupDaniel P. Berrange4-0/+2401
2016-03-30block: move encryption deprecation warning into qcow codeDaniel P. Berrange8-50/+33
2016-03-30block: add generic full disk encryption driverDaniel P. Berrange3-2/+609
2016-03-30tests: add output filter to python I/O tests helperDaniel P. Berrange1-1/+24
2016-03-30tests: refactor python I/O tests helper main methodDaniel P. Berrange1-6/+12
2016-03-30tests: redirect stderr to stdout for iotestsDaniel P. Berrange1-2/+5
2016-03-30qemu-img/qemu-io: don't prompt for passwords if not requiredDaniel P. Berrange2-2/+3
2016-03-30block: add flag to indicate that no I/O will be performedDaniel P. Berrange4-24/+28
2016-03-30block/qapi: Pass bdrv_query_blk_stats() s->statsMax Reitz1-25/+25
2016-03-30block/qapi: Set s->device in bdrv_query_stats()Max Reitz1-3/+2
2016-03-30block/qapi: fix unbounded stack for dump_qdictPeter Xu1-1/+2
2016-03-30block/qapi: make two printf() formats literalPeter Xu1-6/+4
2016-03-30block: Remove blk_set_bs()Kevin Wolf2-19/+0
2016-03-30block/raw-posix.c: Make physical devices usable in QEMU under Mac OS X hostProgrammingkid1-39/+126
2016-03-30block: Reject writethrough mode except at the rootKevin Wolf4-106/+68