Re: [Qemu-devel] [PATCH v6 0/9] UUID clean ups for 2.8
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
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