Re: [patch 17/20] XEN-paravirt: Add Xen grant table support

2007-01-18 Thread Jeremy Fitzhardinge
Pavel Machek wrote: > What is going on? Diffstat does not seem to match the diff. Sorry, forgot to update the diffstat for this one: drivers/xen/Makefile |1 drivers/xen/core/Makefile |1 drivers/xen/core/grant_table.c | 445

Re: [patch 17/20] XEN-paravirt: Add Xen grant table support

2007-01-18 Thread Jeremy Fitzhardinge
Pavel Machek wrote: What is going on? Diffstat does not seem to match the diff. Sorry, forgot to update the diffstat for this one: drivers/xen/Makefile |1 drivers/xen/core/Makefile |1 drivers/xen/core/grant_table.c | 445

Re: [patch 17/20] XEN-paravirt: Add Xen grant table support

2007-01-17 Thread Pavel Machek
Hi! > drivers/xen/core/Makefile |2 > drivers/xen/core/gnttab.c | 422 > ++ > include/xen/gnttab.h | 105 +++ > 3 files changed, 528 insertions(+), 1 deletion(-) ... >

Re: [patch 17/20] XEN-paravirt: Add Xen grant table support

2007-01-17 Thread Pavel Machek
Hi! drivers/xen/core/Makefile |2 drivers/xen/core/gnttab.c | 422 ++ include/xen/gnttab.h | 105 +++ 3 files changed, 528 insertions(+), 1 deletion(-) ... ===

[patch 17/20] XEN-paravirt: Add Xen grant table support

2007-01-13 Thread Jeremy Fitzhardinge
Add Xen 'grant table' driver which allows granting of access to selected local memory pages by other virtual machines and, symmetrically, the mapping of remote memory pages which other virtual machines have granted access to. This driver is a prerequisite for many of the Xen virtual device

[patch 17/20] XEN-paravirt: Add Xen grant table support

2007-01-13 Thread Jeremy Fitzhardinge
Add Xen 'grant table' driver which allows granting of access to selected local memory pages by other virtual machines and, symmetrically, the mapping of remote memory pages which other virtual machines have granted access to. This driver is a prerequisite for many of the Xen virtual device