aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-24ivshmem: allocate eventfds in resize_peers()Marc-André Lureau1-9/+2
2015-10-24ivshmem: simplify around increase_dynamic_storage()Marc-André Lureau1-16/+11
2015-10-24ivshmem: limit maximum number of peers to G_MAXUINT16Marc-André Lureau1-2/+3
2015-10-24ivshmem: remove last exit(1)Marc-André Lureau1-1/+1
2015-10-24ivshmem: more qdev conversionMarc-André Lureau1-51/+68
2015-10-24ivshmem: remove useless doorbell fieldMarc-André Lureau1-1/+0
2015-10-24ivshmem: remove superflous ivshmem_attr fieldMarc-André Lureau1-9/+7
2015-10-24ivshmem: remove unnecessary dup()Marc-André Lureau1-15/+6
2015-10-24ivshmem: factor out the incoming fifo handlingMarc-André Lureau1-20/+39
2015-10-24ivshmem: fix number of bytes to push to fifoMarc-André Lureau1-1/+1
2015-10-24ivhsmem: read do not accept more than sizeof(long)Marc-André Lureau1-1/+1
2015-10-24msix: add VMSTATE_MSIX_TESTMarc-André Lureau1-6/+10
2015-10-24char: add qemu_chr_free()Marc-André Lureau2-3/+16
2015-10-24tests: Add ivshmem qtestAndreas Färber2-0/+54
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