Re: [Qemu-devel] [PATCH 1/2] Introduce 64 bit integer write interface to xenstore

2013-04-03 Thread Stefano Stabellini
On Wed, 3 Apr 2013, Felipe Franciosi wrote: > The current implementation of xen_backend only provides 32 bit integer > functions to write to xenstore. This patch adds two functions that > allow writing 64 bit integers (one generic function and another for > the backend only). > > This patch also f

[Qemu-devel] [PATCH 1/2] Introduce 64 bit integer write interface to xenstore

2013-04-03 Thread Felipe Franciosi
The current implementation of xen_backend only provides 32 bit integer functions to write to xenstore. This patch adds two functions that allow writing 64 bit integers (one generic function and another for the backend only). This patch also fixes the size of the char arrays used to represent these