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

2016-08-11 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Message-id: 1470977536-18209-1-git-send-email-f...@redhat.com Subject: [Qemu-devel] [PATCH v5 0/9] UUID clean ups for 2.8

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

2016-08-11 Thread Fam Zheng
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 consistent with libuuid. [Jeff] qemu_uuid_convert -> qe