summaryrefslogtreecommitdiff
path: root/hw/block/xen_disk.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-14xen_disk: fix unmapping of persistent grantsRoger Pau Monne1-6/+66
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-35/+34
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-1/+1
2014-10-20block: Make BlockBackend own its BlockDriverStateMarkus Armbruster1-3/+3
2014-10-20block: Connect BlockBackend to BlockDriverStateMarkus Armbruster1-6/+2
2014-10-20block: New BlockBackendMarkus Armbruster1-0/+11
2014-10-20block: Split bdrv_new_root() off bdrv_new()Markus Armbruster1-1/+1
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet1-5/+5
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet1-2/+4
2014-09-10xen_disk: Plug memory leak on error pathMarkus Armbruster1-17/+14
2014-08-15xen_disk: fix possible null-ptr dereferenceGonglei (Arei)1-0/+1
2014-05-07xen_disk: add discard supportOlaf Hering1-0/+33
2014-04-22block: Add errp to bdrv_new()Kevin Wolf1-2/+5
2014-02-25Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-2/+2
2014-02-21block: Add reference parameter to bdrv_open()Max Reitz1-2/+2
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz1-1/+1
2014-02-20xen_disk: fix io accountingOlaf Hering1-1/+12
2013-10-11blockdev: Remove IF_* check for read-only blockdev_initKevin Wolf1-0/+5
2013-10-10xen_disk: mark ioreq as mapped before unmapping in error caseMatthew Daley1-0/+1
2013-09-12block: Error parameter for open functionsMax Reitz1-1/+6
2013-09-06xen_disk: simplify blk_disconnect with refcntFam Zheng1-6/+5
2013-09-06block: make bdrv_delete() staticFam Zheng1-2/+2
2013-07-29xen_disk: support "direct-io-safe" backend optionStefano Stabellini1-1/+13
2013-06-04block: add block driver read only whitelistFam Zheng1-2/+6
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+972