From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KvXPa-0007ZJ-CN for qemu-devel@nongnu.org; Thu, 30 Oct 2008 09:18:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KvXPX-0007Z3-L8 for qemu-devel@nongnu.org; Thu, 30 Oct 2008 09:18:05 -0400 Received: from [199.232.76.173] (port=35509 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvXPX-0007Z0-EM for qemu-devel@nongnu.org; Thu, 30 Oct 2008 09:18:03 -0400 Received: from pilot.trilug.org ([64.244.27.136]:46169) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KvXPX-00016F-0T for qemu-devel@nongnu.org; Thu, 30 Oct 2008 09:18:03 -0400 Message-ID: <4909B34F.6020800@nc.rr.com> Date: Thu, 30 Oct 2008 09:14:55 -0400 From: Wing D Lizard MIME-Version: 1.0 References: <20080616130135.24174.93474.stgit@gleb-debian.qumranet.com.qumra net.com> In-Reply-To: <20080616130135.24174.93474.stgit@gleb-debian.qumranet.com.qumra net.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] many messages per hour from Gleb Natapov Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, gleb@qumranet.com is anybody else getting these? How can I stop - I get about 200 per day. awl Gleb Natapov wrote: > There was no additional comments last time I sent this patch series and > it was not yet committed to the SVN. Resend it for review/inclusion. > > This is updated version of the patch series. The patch #5 checks libuuid > availability and uses it for UUID generation if present, but it is > optional so if people think that libvirt is a better place for UUID generation > just don't apply the last patch. > > -- > Gleb. > > > >>From - Thu Oct 30 09:07:56 2008 X-Account-Key: account5 X-UIDL: X-Mozilla-Status: 0001 X-Mozilla-Status2: 00000000 X-Mozilla-Keys: Return-Path: Received: from cdptpa-mxlb.mail.rr.com ([10.127.255.7]) by cdptpa-imta06.mail.rr.com with ESMTP id <20080616132101.HDDT17935.cdptpa-imta06.mail.rr.com@cdptpa-mxlb.mail.rr.com> for ; Mon, 16 Jun 2008 13:21:01 +0000 X-IronPort: cdptpa-mx04.mail.rr.com 625824684 X-RR-Connecting-IP: 199.232.76.165 Received: from lists.gnu.org ([199.232.76.165]) by cdptpa-mxlb.mail.rr.com with ESMTP; 16 Jun 2008 13:21:00 +0000 Received: from localhost ([127.0.0.1]:58953 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8Edn-0001Ch-1i for wingedlizard@nc.rr.com; Mon, 16 Jun 2008 09:20:59 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K8EdX-0001CY-1H for qemu-devel@nongnu.org; Mon, 16 Jun 2008 09:20:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K8EdV-0001CI-HY for qemu-devel@nongnu.org; Mon, 16 Jun 2008 09:20:42 -0400 Received: from [199.232.76.173] (port=53568 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8EdV-0001CF-CF for qemu-devel@nongnu.org; Mon, 16 Jun 2008 09:20:41 -0400 Received: from il.qumranet.com ([212.179.150.194]:18170) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K8EdU-0004dT-Nf for qemu-devel@nongnu.org; Mon, 16 Jun 2008 09:20:41 -0400 Received: from gleb-debian.qumranet.com (unknown [172.16.15.143]) by il.qumranet.com (Postfix) with ESMTP id CDBFE250310 for ; Mon, 16 Jun 2008 16:20:36 +0300 (IDT) Received: by gleb-debian.qumranet.com (Postfix, from userid 587) id E1A2718D563; Mon, 16 Jun 2008 16:20:36 +0300 (IDT) Date: Mon, 16 Jun 2008 16:20:36 +0300 From: Gleb Natapov To: qemu-devel@nongnu.org Message-ID: <20080616130135.24174.93474.stgit@gleb-debian.qumranet.com.qumra net.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) Subject: [Qemu-devel] [RESEND PATCH v3 0/5] Add UUID support. X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+wingedlizard=nc.rr.com@nongnu.org Errors-To: qemu-devel-bounces+wingedlizard=nc.rr.com@nongnu.org There was no additional comments last time I sent this patch series and it was not yet committed to the SVN. Resend it for review/inclusion. This is updated version of the patch series. The patch #5 checks libuuid availability and uses it for UUID generation if present, but it is optional so if people think that libvirt is a better place for UUID generation just don't apply the last patch. -- Gleb.