index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
block
/
xen_disk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen-disk: add support for multi-page shared rings
Paul Durrant
2017-06-28
1
-31
/
+113
*
xen-disk: only advertize feature-persistent if grant copy is not available
Paul Durrant
2017-06-28
1
-7
/
+8
*
xen/disk: don't leak stack data via response ring
Stefano Stabellini
2017-06-27
1
-13
/
+12
*
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
2017-05-09
1
-1
/
+1
*
xen: use 5 digit xen versions
Juergen Gross
2017-04-21
1
-1
/
+1
*
xen_disk: split discard input to match internal representation
Olaf Hering
2016-11-23
1
-6
/
+36
*
xen: Rename xen_be_send_notify
Emil Condrea
2016-10-29
1
-2
/
+2
*
xen: Rename xen_be_unbind_evtchn
Emil Condrea
2016-10-29
1
-1
/
+1
*
xen: Rename xen_be_printf to xen_pv_printf
Emil Condrea
2016-10-29
1
-29
/
+29
*
xen: Fix coding style warnings
Emil Condrea
2016-10-29
1
-1
/
+2
*
block-backend: Remember if attached device is non-qdev
Kevin Wolf
2016-10-07
1
-1
/
+1
*
qdisk - hw/block/xen_disk: grant copy implementation
Paulina Szubarczyk
2016-09-28
1
-5
/
+148
*
xen: use native disk xenbus protocol if possible
Juergen Gross
2016-08-31
1
-8
/
+10
*
block: Convert BB interface to byte-based discards
Eric Blake
2016-07-20
1
-3
/
+4
*
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
1
-1
/
+0
*
xen/blkif: avoid double access to any shared ring request fields
Jan Beulich
2016-06-13
1
-0
/
+2
*
xen_disk: Switch to byte-based aio block access
Eric Blake
2016-05-12
1
-6
/
+4
*
xen_disk: Call blk_set_enable_write_cache() explicitly
Kevin Wolf
2016-03-30
1
-1
/
+4
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
blockdev: Split monitor reference from BB creation
Max Reitz
2016-03-17
1
-1
/
+1
*
xen: Switch to libxengnttab interface for compat shims.
Ian Campbell
2016-01-26
1
-18
/
+20
*
block: Clean up includes
Peter Maydell
2016-01-20
1
-11
/
+1
*
xen_disk: treat "vhd" as "vpc"
Stefano Stabellini
2015-12-11
1
-0
/
+3
*
xen_disk: Remove ioreq.postsync
Alberto Garcia
2015-11-25
1
-8
/
+0
*
xen_disk: Account for failed and invalid operations
Alberto Garcia
2015-11-12
1
-1
/
+22
*
xen_disk: Account for flush operations
Alberto Garcia
2015-11-12
1
-1
/
+3
*
block: Prepare for NULL BDS
Max Reitz
2015-10-23
1
-1
/
+3
*
maint: remove unused include for signal.h
Daniel P. Berrange
2015-09-11
1
-1
/
+0
*
block/xen: Use blk_new_open() in blk_connect()
Max Reitz
2015-02-16
1
-16
/
+11
*
xen_disk: fix unmapping of persistent grants
Roger Pau Monne
2014-11-14
1
-6
/
+66
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
1
-35
/
+34
*
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
2014-10-20
1
-1
/
+1
*
block: Make BlockBackend own its BlockDriverState
Markus Armbruster
2014-10-20
1
-3
/
+3
*
block: Connect BlockBackend to BlockDriverState
Markus Armbruster
2014-10-20
1
-6
/
+2
*
block: New BlockBackend
Markus Armbruster
2014-10-20
1
-0
/
+11
*
block: Split bdrv_new_root() off bdrv_new()
Markus Armbruster
2014-10-20
1
-1
/
+1
*
block: Make the block accounting functions operate on BlockAcctStats
Benoît Canet
2014-09-10
1
-5
/
+5
*
block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_
Benoît Canet
2014-09-10
1
-2
/
+4
*
xen_disk: Plug memory leak on error path
Markus Armbruster
2014-09-10
1
-17
/
+14
*
xen_disk: fix possible null-ptr dereference
Gonglei (Arei)
2014-08-15
1
-0
/
+1
*
xen_disk: add discard support
Olaf Hering
2014-05-07
1
-0
/
+33
*
block: Add errp to bdrv_new()
Kevin Wolf
2014-04-22
1
-2
/
+5
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2014-02-25
1
-2
/
+2
|
\
|
*
block: Add reference parameter to bdrv_open()
Max Reitz
2014-02-21
1
-2
/
+2
|
*
block: Change BDS parameter of bdrv_open() to **
Max Reitz
2014-02-21
1
-1
/
+1
*
|
xen_disk: fix io accounting
Olaf Hering
2014-02-20
1
-1
/
+12
|
/
*
blockdev: Remove IF_* check for read-only blockdev_init
Kevin Wolf
2013-10-11
1
-0
/
+5
*
xen_disk: mark ioreq as mapped before unmapping in error case
Matthew Daley
2013-10-10
1
-0
/
+1
*
block: Error parameter for open functions
Max Reitz
2013-09-12
1
-1
/
+6
*
xen_disk: simplify blk_disconnect with refcnt
Fam Zheng
2013-09-06
1
-6
/
+5
[next]