aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-24block/replication: Clarify 'top-id' parameter usageChanglong Xie2-1/+7
2016-10-24block: More operations for meta dirty bitmapFam Zheng2-0/+22
2016-10-24tests: Add test code for hbitmap serializationFam Zheng1-0/+156
2016-10-24block: BdrvDirtyBitmap serialization interfaceVladimir Sementsov-Ogievskiy2-0/+51
2016-10-24hbitmap: serializationVladimir Sementsov-Ogievskiy2-0/+216
2016-10-24block: Assert that bdrv_release_dirty_bitmap succeededFam Zheng1-0/+3
2016-10-24block: Add two dirty bitmap gettersFam Zheng2-0/+12
2016-10-24block: Support meta dirty bitmapFam Zheng2-0/+61
2016-10-24tests: Add test code for meta bitmapFam Zheng1-0/+116
2016-10-24HBitmap: Introduce "meta" bitmap to track bit changesFam Zheng2-15/+75
2016-10-24block: Hide HBitmap in block dirty bitmap interfaceFam Zheng5-25/+60
2016-10-24quorum: do not allocate multiple iovecs for FIFO strategyPaolo Bonzini1-39/+40
2016-10-24quorum: change child_iter to children_readPaolo Bonzini1-17/+13
2016-10-24iotests: Do not rely on unavailable domains in 162Max Reitz2-5/+16
2016-10-24iotests: Remove raciness from 162Max Reitz1-2/+1
2016-10-24qemu-nbd: Add --fork optionMax Reitz2-1/+18
2016-10-24qemu-iotests: Test I/O in a single drive from a throttling groupAlberto Garcia2-7/+30
2016-10-24throttle: Correct access to wrong BlockBackendPublic structuresAlberto Garcia1-4/+23
2016-10-24qapi: fix memory leak in bdrv_image_info_specific_dumpPino Toscano1-0/+1
2016-10-24block: improve error handling in raw_openHalil Pasic2-0/+2
2016-10-24block: Remove "options" indirection from blockdev-addKevin Wolf14-259/+214
2016-10-24qcow2: Support BDRV_REQ_MAY_UNMAPFam Zheng3-6/+9
2016-10-24block: failed qemu-img command should return non-zero exit codeXu Tian1-0/+2
2016-10-24i2c: Add asserts for second smbus i2c_start_transfer()Corey Minyard2-4/+15
2016-10-24target-arm: Implement new HLT trap for semihostingPeter Maydell4-7/+63
2016-10-24hw/display: QOM'ify pl110.cxiaoqiang zhao1-5/+3
2016-10-24hw/arm: QOM'ify strongarm.cxiaoqiang zhao1-5/+10
2016-10-24hw/arm: QOM'ify pxa2xx_gpio.cxiaoqiang zhao1-10/+15
2016-10-24hw/arm: QOM'ify musicpal.cxiaoqiang zhao1-43/+45
2016-10-24timer: stm32f2xx_timer: add check for prescaler valuePrasad J Pandit1-1/+1
2016-10-24i2c: Fix SMBus read transactions to avoid double eventsCorey Minyard1-13/+19
2016-10-24timer: a9gtimer: remove loop to auto-increment comparatorPrasad J Pandit1-7/+7
2016-10-24ARM: Virt: ACPI: Build an IORT table with RC and ITS nodesPrem Mallappa1-11/+60
2016-10-24ACPI: Add IORT Structure definitionPrem Mallappa1-0/+68
2016-10-24tests: Add tests for the ARM MPTimerDmitry Osipenko2-0/+1108
2016-10-24arm_mptimer: Convert to use ptimerDmitry Osipenko2-71/+83
2016-10-24tests: ptimer: Replace 10000 with 1Dmitry Osipenko1-28/+28
2016-10-24tests: ptimer: Change the copyright commentDmitry Osipenko3-3/+3
2016-10-24tests: ptimer: Add tests for "no counter round down" policyDmitry Osipenko1-41/+76
2016-10-24hw/ptimer: Add "no counter round down" policyDmitry Osipenko2-0/+13
2016-10-24tests: ptimer: Add tests for "no immediate reload" policyDmitry Osipenko1-16/+57
2016-10-24hw/ptimer: Add "no immediate reload" policyDmitry Osipenko2-5/+30
2016-10-24tests: ptimer: Add tests for "no immediate trigger" policyDmitry Osipenko1-8/+56
2016-10-24hw/ptimer: Add "no immediate trigger" policyDmitry Osipenko2-4/+20
2016-10-24tests: ptimer: Add tests for "continuous trigger" policyDmitry Osipenko1-3/+18
2016-10-24hw/ptimer: Add "continuous trigger" policyDmitry Osipenko2-3/+31
2016-10-24tests: ptimer: Add tests for "wraparound after one period" policyDmitry Osipenko1-23/+104
2016-10-24hw/ptimer: Add "wraparound after one period" policyDmitry Osipenko2-15/+47
2016-10-24hw/arm/virt: Set minimum_page_bits to 12Peter Maydell1-0/+4
2016-10-24target-arm: Make page size a runtime settingPeter Maydell2-4/+29