aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-24config: enable ivshmem on POSIXMarc-André Lureau1-1/+1
2015-10-23Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell52-871/+1267
2015-10-23tests: Add test case for aio_disable_externalFam Zheng1-0/+24
2015-10-23block: Add "drained begin/end" for internal snapshotFam Zheng1-2/+9
2015-10-23block: Add "drained begin/end" for transactional blockdev-backupFam Zheng1-1/+8
2015-10-23block: Add "drained begin/end" for transactional backupFam Zheng1-1/+8
2015-10-23block: Add "drained begin/end" for transactional external snapshotFam Zheng1-2/+9
2015-10-23block: Introduce "drained begin/end" APIFam Zheng3-0/+38
2015-10-23aio: introduce aio_{disable,enable}_externalFam Zheng3-2/+42
2015-10-23dataplane: Mark host notifiers' client type as "external"Fam Zheng2-13/+10
2015-10-23nbd: Mark fd handlers client type as "external"Fam Zheng1-2/+2
2015-10-23aio: Add "is_external" flag for event handlersFam Zheng17-84/+130
2015-10-23throttle: Remove throttle_group_lock/unlock()Alberto Garcia2-33/+1
2015-10-23blockdev: Allow more options for BB-less BDS treeMax Reitz1-6/+91
2015-10-23blockdev: Pull out blockdev option extractionMax Reitz1-94/+119
2015-10-23blockdev: Do not create BDS for empty driveMax Reitz1-28/+40
2015-10-23block: Prepare for NULL BDSMax Reitz6-72/+154
2015-10-23block: Add blk_insert_bs()Max Reitz2-0/+12
2015-10-23block: Prepare remaining BB functions for NULL BDSMax Reitz1-16/+56
2015-10-23block: Fail requests to empty BlockBackendMax Reitz1-1/+54
2015-10-23block: Make some BB functions fall back to BBRSMax Reitz1-4/+24
2015-10-23block: Add BlockBackendRootStateMax Reitz4-0/+53
2015-10-23block/throttle-groups: Make incref/decref publicMax Reitz2-8/+14
2015-10-23block: Move I/O status and error actions into BBMax Reitz13-168/+158
2015-10-23block: Move BlockAcctStats into BlockBackendMax Reitz6-28/+23
2015-10-23block: Remove wr_highest_sector from BlockAcctStatsMax Reitz6-16/+10
2015-10-23block: Move guest_block_size into BlockBackendMax Reitz4-13/+5
2015-10-23block: Fix BB AIOCB AioContext without BDSMax Reitz1-1/+16
2015-10-23hw/usb-storage: Check whether BB is insertedMax Reitz1-14/+16
2015-10-23hw/block/fdc: Implement tray statusMax Reitz2-7/+17
2015-10-23block: Invoke change media CB before NULLing drvMax Reitz1-4/+4
2015-10-23block/raw_bsd: Drop raw_is_inserted()Max Reitz1-6/+0
2015-10-23block: Make bdrv_is_inserted() recursiveMax Reitz1-3/+9
2015-10-23block: Add blk_is_available()Max Reitz2-1/+7
2015-10-23block: Make bdrv_is_inserted() return a boolMax Reitz7-15/+15
2015-10-23iotests: Only create BB if necessaryMax Reitz4-18/+71
2015-10-23blockdev: Allow creation of BDS trees without BBMax Reitz4-20/+43
2015-10-23block: Set BDRV_O_INCOMING in bdrv_fill_options()Max Reitz2-4/+4
2015-10-23block: Remove host floppy supportMax Reitz2-222/+9
2015-10-23Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell10-94/+236
2015-10-23vl: trivial: minor tweaks to a max-cpu error msgAndrew Jones1-2/+2
2015-10-23target-i386: Use 1UL for bit shiftEduardo Habkost1-1/+1
2015-10-23target-i386: Add DE to TCG_FEATURESEduardo Habkost1-1/+1
2015-10-23target-i386: Ensure always-1 bits on DR6 can't be clearedEduardo Habkost1-1/+1
2015-10-23target-i386: Check CR4[DE] for processing DR4/DR5Richard Henderson4-11/+50
2015-10-23target-i386: Handle I/O breakpointsEduardo Habkost4-28/+94
2015-10-23target-i386: Optimize setting dr[0-3]Richard Henderson1-3/+8
2015-10-23target-i386: Move hw_*breakpoint_* functionsRichard Henderson2-28/+28
2015-10-23target-i386: Ensure bit 10 on DR7 is never clearedEduardo Habkost1-0/+2
2015-10-23target-i386: Re-introduce optimal breakpoint removalRichard Henderson1-6/+28