Re: [Qemu-devel] [PATCH v8 02/12] uuid: Make null_uuid static

2016-09-18 Thread Jeff Cody
On Sun, Sep 18, 2016 at 12:25:22PM +0800, Fam Zheng wrote: > So that it doesn't have to be zeroed at each call. > > Suggested-by: Eric Blake > Signed-off-by: Fam Zheng > --- > util/uuid.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/util/uuid.c b/util/uuid.c > index

[Qemu-devel] [PATCH v8 02/12] uuid: Make null_uuid static

2016-09-17 Thread Fam Zheng
So that it doesn't have to be zeroed at each call. Suggested-by: Eric Blake Signed-off-by: Fam Zheng --- util/uuid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/uuid.c b/util/uuid.c index 6815904..f0c1eeb 100644 --- a/util/uuid.c +++ b/util/uuid.c @@ -40,7 +40,7 @@