Re: [PATCH] util/uuid: Define UUID_STR_LEN from UUID_NONE string

2023-10-30 Thread Cédric Le Goater
On 10/27/23 08:54, Cédric Le Goater wrote: Cc: Fam Zheng Suggested-by: Philippe Mathieu-Daudé Signed-off-by: Cédric Le Goater --- Follow up on : https://lore.kernel.org/qemu-devel/20231026070636.1165037-1-...@redhat.com/ include/qemu/uuid.h | 5 +++-- 1 file changed, 3 insertions(

Re: [PATCH] util/uuid: Define UUID_STR_LEN from UUID_NONE string

2023-10-27 Thread Philippe Mathieu-Daudé
On 27/10/23 08:54, Cédric Le Goater wrote: Cc: Fam Zheng Suggested-by: Philippe Mathieu-Daudé Signed-off-by: Cédric Le Goater --- Follow up on : https://lore.kernel.org/qemu-devel/20231026070636.1165037-1-...@redhat.com/ include/qemu/uuid.h | 5 +++-- 1 file changed, 3 insertions(

[PATCH] util/uuid: Define UUID_STR_LEN from UUID_NONE string

2023-10-26 Thread Cédric Le Goater
Cc: Fam Zheng Suggested-by: Philippe Mathieu-Daudé Signed-off-by: Cédric Le Goater --- Follow up on : https://lore.kernel.org/qemu-devel/20231026070636.1165037-1-...@redhat.com/ include/qemu/uuid.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/qemu/uuid.