| commit | 6666754b11297526c699f8df63c52d50c24fe946 | [log] [tgz] |
|---|---|---|
| author | Annie Li <annie.li@oracle.com> | Mon Dec 12 18:14:42 2011 +0800 |
| committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Fri Dec 16 11:25:02 2011 -0500 |
| tree | cd850e009e16c4e1e64d91ab66617ac097c89104 | |
| parent | 9dbc71d53ce4e0260d0a8307838cd9ebddc07a12 [diff] |
xen/granttable: Support sub-page grants - They can't be used to map the page (so can only be used in a GNTTABOP_copy hypercall). - It's possible to grant access with a finer granularity than whole pages. - Xen guarantees that they can be revoked quickly (a normal map grant can only be revoked with the cooperation of the domain which has been granted access). Signed-off-by: Annie Li <annie.li@oracle.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>