Re: [Qemu-devel] [PATCH v6 0/9] UUID clean ups for 2.8

2016-09-02 Thread Fam Zheng
On Wed, 08/17 15:28, Fam Zheng wrote: > v6: Fix initializer syntax that is disliked by centos6. Ping?

[Qemu-devel] [PATCH v6 0/9] UUID clean ups for 2.8

2016-08-17 Thread Fam Zheng
v6: Fix initializer syntax that is disliked by centos6. v5: Add union fields in QemuUUID to help the alignment necessary for bswap, and assert. [Richard] Update the test case initializer syntax accordingly. v4: Use memcpy instead of pointer type cast. [Richard] Keep parameter order co