summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-30block: Make backing files always writebackKevin Wolf2-7/+8
2016-03-30block: Remove cache.writeback from blockdev-addKevin Wolf1-3/+1
2016-03-30block: Remove dirty bitmaps from bdrv_move_feature_fields()Kevin Wolf1-3/+0
2016-03-30block: Remove copy-on-read from bdrv_move_feature_fields()Kevin Wolf2-4/+5
2016-03-30block: Remove bdrv_make_anon()Kevin Wolf3-16/+3
2016-03-30target-mips: add MAAR, MAARI registerYongbok Kim6-3/+113
2016-03-30target-mips: use CP0_CHECK for gen_m{f|t}hc0Yongbok Kim1-25/+21
2016-03-30hw/mips/cps: enable ITU for multithreading processorsLeon Alrae2-0/+34
2016-03-30target-mips: make ITC Configuration Tags accessible to the CPULeon Alrae4-12/+100
2016-03-30target-mips: check CP0 enabled for CACHE instruction also in R6Leon Alrae1-0/+1
2016-03-30hw/mips: implement ITC Storage - Bypass ViewLeon Alrae1-0/+27
2016-03-30hw/mips: implement ITC Storage - P/V Sync and Try ViewsLeon Alrae1-0/+68
2016-03-30hw/mips: implement ITC Storage - Empty/Full Sync and Try ViewsLeon Alrae1-0/+113
2016-03-30hw/mips: implement ITC Storage - Control ViewLeon Alrae1-0/+104
2016-03-30hw/mips: implement ITC Configuration Tags and Storage CellsLeon Alrae5-0/+289
2016-03-30target-mips: enable CM GCR in MIPS64R6-generic CPULeon Alrae1-1/+2
2016-03-30hw/mips_malta: add CPS to Malta boardLeon Alrae3-11/+60
2016-03-30hw/mips_malta: move CPU creation to a separate functionLeon Alrae1-29/+39
2016-03-30hw/mips_malta: remove redundant irq and clock initLeon Alrae1-4/+0
2016-03-30hw/mips_malta: remove CPUMIPSState from the write_bootloader()Leon Alrae1-4/+4
2016-03-30hw/mips/cps: create CPC block inside CPSLeon Alrae4-0/+81
2016-03-30hw/mips: add initial Cluster Power Controller supportLeon Alrae3-0/+225
2016-03-30hw/mips/cps: create GCR block inside CPSLeon Alrae2-0/+25
2016-03-30hw/mips: add initial Global Config Register supportYongbok Kim3-0/+157
2016-03-30target-mips: add CMGCRBase registerYongbok Kim2-1/+20
2016-03-30hw/mips: implement generic MIPS Coherent Processing System containerLeon Alrae4-0/+151
2016-03-30Revert "e1000: fix hang of win2k12 shutdown with flood ping"Sameeh Jubran1-5/+0
2016-03-30e1000: Fixing interrupts pace.Sameeh Jubran1-0/+8
2016-03-30tests/test-filter-redirector: Add unit test for filter-redirectorZhang Chen3-0/+224
2016-03-30net/filter-mirror: implement filter-redirectorZhang Chen3-3/+257
2016-03-30net/filter-mirror: Change filter_mirror_send interfaceZhang Chen1-5/+5
2016-03-30tests/test-filter-mirror:add filter-mirror unit testZhang Chen3-0/+96
2016-03-30net/filter-mirror:Add filter-mirrorZhang Chen4-1/+191