Re: [Xen-devel] [PATCH v2 10/20] xen/xenbus: Use Xen page definition

2015-07-24 Thread David Vrabel
On 09/07/15 21:42, Julien Grall wrote: > All the ring (xenstore, and PV rings) are always based on the page > granularity of Xen. [...] > --- a/drivers/xen/xenbus/xenbus_probe.c > +++ b/drivers/xen/xenbus/xenbus_probe.c > @@ -713,7 +713,7 @@ static int __init xenstored_local_init(void) > >

Re: [Xen-devel] [PATCH v2 10/20] xen/xenbus: Use Xen page definition

2015-07-16 Thread Stefano Stabellini
On Thu, 9 Jul 2015, Julien Grall wrote: > All the ring (xenstore, and PV rings) are always based on the page > granularity of Xen. > > Signed-off-by: Julien Grall > Cc: Konrad Rzeszutek Wilk > Cc: Boris Ostrovsky > Cc: David Vrabel Reviewed-by: Stefano Stabellini > Changes in v2: >

[Xen-devel] [PATCH v2 10/20] xen/xenbus: Use Xen page definition

2015-07-09 Thread Julien Grall
All the ring (xenstore, and PV rings) are always based on the page granularity of Xen. Signed-off-by: Julien Grall Cc: Konrad Rzeszutek Wilk Cc: Boris Ostrovsky Cc: David Vrabel --- Changes in v2: - Also update the ring mapping function --- drivers/xen/xenbus/xenbus_client.c | 6 +