Re: [Xen-devel] [PATCH v7 04/11] public: xen.h: add definitions for UUID handling

2017-10-10 Thread Volodymyr Babchuk
Hi Julien, On 10.10.17 18:19, Julien Grall wrote: Hi, On 09/10/17 10:40, George Dunlap wrote: On 10/05/2017 03:50 PM, Volodymyr Babchuk wrote: Hi Konrad, On 05.10.17 16:03, Konrad Rzeszutek Wilk wrote: On Thu, Oct 05, 2017 at 12:00:20AM +0300, Volodymyr Babchuk wrote: Added type xen_uuid_t

Re: [Xen-devel] [PATCH v7 04/11] public: xen.h: add definitions for UUID handling

2017-10-10 Thread Julien Grall
Hi, On 09/10/17 10:40, George Dunlap wrote: On 10/05/2017 03:50 PM, Volodymyr Babchuk wrote: Hi Konrad, On 05.10.17 16:03, Konrad Rzeszutek Wilk wrote: On Thu, Oct 05, 2017 at 12:00:20AM +0300, Volodymyr Babchuk wrote: Added type xen_uuid_t. This type represents UUID as an array of 16 bytes

Re: [Xen-devel] [PATCH v7 04/11] public: xen.h: add definitions for UUID handling

2017-10-09 Thread George Dunlap
On 10/05/2017 03:50 PM, Volodymyr Babchuk wrote: > Hi Konrad, > > On 05.10.17 16:03, Konrad Rzeszutek Wilk wrote: >> On Thu, Oct 05, 2017 at 12:00:20AM +0300, Volodymyr Babchuk wrote: >>> Added type xen_uuid_t. This type represents UUID as an array of 16 >>> bytes in big endian format. >>> >>> Add

Re: [Xen-devel] [PATCH v7 04/11] public: xen.h: add definitions for UUID handling

2017-10-05 Thread Volodymyr Babchuk
Hi Konrad, On 05.10.17 16:03, Konrad Rzeszutek Wilk wrote: On Thu, Oct 05, 2017 at 12:00:20AM +0300, Volodymyr Babchuk wrote: Added type xen_uuid_t. This type represents UUID as an array of 16 bytes in big endian format. Added macro XEN_DEFINE_UUID that constructs UUID in the usual way: XEN

Re: [Xen-devel] [PATCH v7 04/11] public: xen.h: add definitions for UUID handling

2017-10-05 Thread Konrad Rzeszutek Wilk
On Thu, Oct 05, 2017 at 12:00:20AM +0300, Volodymyr Babchuk wrote: > Added type xen_uuid_t. This type represents UUID as an array of 16 > bytes in big endian format. > > Added macro XEN_DEFINE_UUID that constructs UUID in the usual way: > > XEN_DEFINE_UUID(0x00112233, 0x4455, 0x6677, 0x8899, >

[Xen-devel] [PATCH v7 04/11] public: xen.h: add definitions for UUID handling

2017-10-04 Thread Volodymyr Babchuk
Added type xen_uuid_t. This type represents UUID as an array of 16 bytes in big endian format. Added macro XEN_DEFINE_UUID that constructs UUID in the usual way: XEN_DEFINE_UUID(0x00112233, 0x4455, 0x6677, 0x8899, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff) will construct UUID 00112233-