summaryrefslogtreecommitdiffstats
path: root/hw/block/xen_disk.c
Commit message (Expand)AuthorAgeFilesLines
* maint: remove unused include for signal.hDaniel P. Berrange2015-09-111-1/+0
* block/xen: Use blk_new_open() in blk_connect()Max Reitz2015-02-161-16/+11
* xen_disk: fix unmapping of persistent grantsRoger Pau Monne2014-11-141-6/+66
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-35/+34
* block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-201-1/+1
* block: Make BlockBackend own its BlockDriverStateMarkus Armbruster2014-10-201-3/+3
* block: Connect BlockBackend to BlockDriverStateMarkus Armbruster2014-10-201-6/+2
* block: New BlockBackendMarkus Armbruster2014-10-201-0/+11
* block: Split bdrv_new_root() off bdrv_new()Markus Armbruster2014-10-201-1/+1
* block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet2014-09-101-5/+5
* block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet2014-09-101-2/+4
* xen_disk: Plug memory leak on error pathMarkus Armbruster2014-09-101-17/+14
* xen_disk: fix possible null-ptr dereferenceGonglei (Arei)2014-08-151-0/+1
* xen_disk: add discard supportOlaf Hering2014-05-071-0/+33
* block: Add errp to bdrv_new()Kevin Wolf2014-04-221-2/+5
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-02-251-2/+2
|\
| * block: Add reference parameter to bdrv_open()Max Reitz2014-02-211-2/+2
| * block: Change BDS parameter of bdrv_open() to **Max Reitz2014-02-211-1/+1
* | xen_disk: fix io accountingOlaf Hering2014-02-201-1/+12
|/
* blockdev: Remove IF_* check for read-only blockdev_initKevin Wolf2013-10-111-0/+5
* xen_disk: mark ioreq as mapped before unmapping in error caseMatthew Daley2013-10-101-0/+1
* block: Error parameter for open functionsMax Reitz2013-09-121-1/+6
* xen_disk: simplify blk_disconnect with refcntFam Zheng2013-09-061-6/+5
* block: make bdrv_delete() staticFam Zheng2013-09-061-2/+2
* xen_disk: support "direct-io-safe" backend optionStefano Stabellini2013-07-291-1/+13
* block: add block driver read only whitelistFam Zheng2013-06-041-2/+6
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+972
OpenPOWER on IntegriCloud