From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MU0Xs-0005In-5J for qemu-devel@nongnu.org; Thu, 23 Jul 2009 11:49:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MU0Xn-0005HL-I9 for qemu-devel@nongnu.org; Thu, 23 Jul 2009 11:49:23 -0400 Received: from [199.232.76.173] (port=36896 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MU0Xn-0005HC-8a for qemu-devel@nongnu.org; Thu, 23 Jul 2009 11:49:19 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:63824) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MU0Xm-0001SO-K0 for qemu-devel@nongnu.org; Thu, 23 Jul 2009 11:49:18 -0400 Message-ID: <4A68867A.9040401@mail.berlios.de> Date: Thu, 23 Jul 2009 17:49:14 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Check availability of uuid header / lib References: <1246655510-7141-1-git-send-email-weil@mail.berlios.de> <4A677A0C.6050700@mail.berlios.de> <4A67878F.4000907@codemonkey.ws> In-Reply-To: <4A67878F.4000907@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: QEMU Developers Anthony Liguori schrieb: > Stefan Weil wrote: >> That patch no longer applies without merge conflicts. >> >> I just noticed that there was a discussion a year ago >> when other developers suggested to use libuuid. >> >> We can see the result of that discussion in the current code: >> QEMU does not use libuuid, not even functions with the >> same interface. Nor does it include a function to generate >> a new UUID value. >> >> There were arguments why QEMU would not need >> UUID generation in its code. The VDI block driver >> needs UUID generation unless we are satisfied with >> dummy or zero values. >> > > I don't mind linking against libuuid. > > However, I think the VDI block driver has to support AIO before it can > be merged into the tree. > > Regards, > > Anthony Liguori > AIO code is available now. See separate mail. Regards, Stefan Weil