From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWdcA-0000oM-Mq for qemu-devel@nongnu.org; Mon, 08 Aug 2016 02:00:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWdc8-000177-Ui for qemu-devel@nongnu.org; Mon, 08 Aug 2016 02:00:41 -0400 Date: Mon, 8 Aug 2016 13:53:30 +0800 From: Fam Zheng Message-ID: <20160808055330.GD18330@al.usersys.redhat.com> References: <1470129518-21087-1-git-send-email-famz@redhat.com> <1470129518-21087-2-git-send-email-famz@redhat.com> <20160804153300.GA2950@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160804153300.GA2950@localhost.localdomain> Subject: Re: [Qemu-devel] [Qemu-block] [PATCH 1/7] util: Add UUID API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: qemu-devel@nongnu.org, kwolf@redhat.com, berrange@redhat.com, qemu-block@nongnu.org, armbru@redhat.com, mdroth@linux.vnet.ibm.com, mreitz@redhat.com, pbonzini@redhat.com, sw@weilnetz.de On Thu, 08/04 11:33, Jeff Cody wrote: > It makes sense to represent the uuid internally as a struct with the octet > groupings of uint32_t, uint16_t, etc.., for endianness: BTW I'm not sure it's worth to add that internal representation. libuuid uses local endianness when generating and setting version bits, then convert output to BE anyway. Fam