|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 0/2 0/2] Add Trim operation
This set of patches for xen-unstable and the pvops dom0 kernel extend the
current block device shared ring and add the trim operation interface.
The first patch in both series moves the request specific fields to a union.
The second patch in both series adds the trim operation.
xen-unstable
------------
1/2 : reorganises the block ring protocol to move the operation specific
fields to a union.
2/2 : adds the trim operation definition and structure to the union.
pvops dom0
----------
1/2 : reorganises the block ring protocol to move the operation specific
fields to a union.
2/2 : adds the trim operation definition and structure to the union. Also
adds a BLKIF_RSP_EOPNOTSUPP response in blkback for the trim operation.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|