Re: [Qemu-devel] [PATCH v2 8/8] configure: Remove detection code for UUID

2016-08-08 Thread Fam Zheng
On Mon, 08/08 16:52, Jeff Cody wrote: > > @@ -1096,6 +1091,9 @@ for opt do > >--enable-vhdx|--disable-vhdx) > >echo "$0: $opt is obsolete, VHDX driver is always built" > >;; > > + --enable-uuid|--disable-uuid) > > + echo "$0: $opt is obsolete, UUID support is always built" > >

Re: [Qemu-devel] [PATCH v2 8/8] configure: Remove detection code for UUID

2016-08-08 Thread Jeff Cody
On Mon, Aug 08, 2016 at 02:09:28PM +0800, Fam Zheng wrote: > All code now uses built-in UUID implementation. Remove the code of > libuuid and make --enable-uuid and --disable-uuid only print a message. > > Signed-off-by: Fam Zheng > --- > configure | 43 --

[Qemu-devel] [PATCH v2 8/8] configure: Remove detection code for UUID

2016-08-07 Thread Fam Zheng
All code now uses built-in UUID implementation. Remove the code of libuuid and make --enable-uuid and --disable-uuid only print a message. Signed-off-by: Fam Zheng --- configure | 43 --- 1 file changed, 4 insertions(+), 39 deletions(-) diff --git a/confi