index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
block
/
xen_disk.c
Age
Commit message (
Expand
)
Author
2015-12-11
xen_disk: treat "vhd" as "vpc"
Stefano Stabellini
2015-11-25
xen_disk: Remove ioreq.postsync
Alberto Garcia
2015-11-12
xen_disk: Account for failed and invalid operations
Alberto Garcia
2015-11-12
xen_disk: Account for flush operations
Alberto Garcia
2015-10-23
block: Prepare for NULL BDS
Max Reitz
2015-09-11
maint: remove unused include for signal.h
Daniel P. Berrange
2015-02-16
block/xen: Use blk_new_open() in blk_connect()
Max Reitz
2014-11-14
xen_disk: fix unmapping of persistent grants
Roger Pau Monne
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
2014-10-20
block: Make BlockBackend own its BlockDriverState
Markus Armbruster
2014-10-20
block: Connect BlockBackend to BlockDriverState
Markus Armbruster
2014-10-20
block: New BlockBackend
Markus Armbruster
2014-10-20
block: Split bdrv_new_root() off bdrv_new()
Markus Armbruster
2014-09-10
block: Make the block accounting functions operate on BlockAcctStats
Benoît Canet
2014-09-10
block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_
Benoît Canet
2014-09-10
xen_disk: Plug memory leak on error path
Markus Armbruster
2014-08-15
xen_disk: fix possible null-ptr dereference
Gonglei (Arei)
2014-05-07
xen_disk: add discard support
Olaf Hering
2014-04-22
block: Add errp to bdrv_new()
Kevin Wolf
2014-02-25
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2014-02-21
block: Add reference parameter to bdrv_open()
Max Reitz
2014-02-21
block: Change BDS parameter of bdrv_open() to **
Max Reitz
2014-02-20
xen_disk: fix io accounting
Olaf Hering
2013-10-11
blockdev: Remove IF_* check for read-only blockdev_init
Kevin Wolf
2013-10-10
xen_disk: mark ioreq as mapped before unmapping in error case
Matthew Daley
2013-09-12
block: Error parameter for open functions
Max Reitz
2013-09-06
xen_disk: simplify blk_disconnect with refcnt
Fam Zheng
2013-09-06
block: make bdrv_delete() static
Fam Zheng
2013-07-29
xen_disk: support "direct-io-safe" backend option
Stefano Stabellini
2013-06-04
block: add block driver read only whitelist
Fam Zheng
2013-04-08
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini