Re: [RFC PATCH 2/6] qemu/uuid: Add UUID static initializer

2022-10-13 Thread Ira Weiny
On Tue, Oct 11, 2022 at 10:13:17AM +0100, Jonathan Cameron wrote: > On Mon, 10 Oct 2022 15:29:40 -0700 > ira.we...@intel.com wrote: > > > From: Ira Weiny > > > > UUID's are defined as network byte order fields. No static initializer > > was available for UUID's in their standard big endian form

Re: [RFC PATCH 2/6] qemu/uuid: Add UUID static initializer

2022-10-11 Thread Jonathan Cameron via
On Mon, 10 Oct 2022 15:29:40 -0700 ira.we...@intel.com wrote: > From: Ira Weiny > > UUID's are defined as network byte order fields. No static initializer > was available for UUID's in their standard big endian format. > > Define a big endian initializer for UUIDs. > > Signed-off-by: Ira Wein

[RFC PATCH 2/6] qemu/uuid: Add UUID static initializer

2022-10-10 Thread ira . weiny
From: Ira Weiny UUID's are defined as network byte order fields. No static initializer was available for UUID's in their standard big endian format. Define a big endian initializer for UUIDs. Signed-off-by: Ira Weiny --- include/qemu/uuid.h | 12 1 file changed, 12 insertions(+)