From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kq5oA-0004Yj-UA for qemu-devel@nongnu.org; Wed, 15 Oct 2008 08:48:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kq5o9-0004YG-8z for qemu-devel@nongnu.org; Wed, 15 Oct 2008 08:48:58 -0400 Received: from [199.232.76.173] (port=57291 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kq5o9-0004Y4-2q for qemu-devel@nongnu.org; Wed, 15 Oct 2008 08:48:57 -0400 Received: from pilot.trilug.org ([64.244.27.136]:36849) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kq5o8-0002TH-Nl for qemu-devel@nongnu.org; Wed, 15 Oct 2008 08:48:56 -0400 Message-ID: <48F5E60A.104@nc.rr.com> Date: Wed, 15 Oct 2008 08:46:02 -0400 From: Wing D Lizard MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RESEND PATCH v3 0/5] Add UUID support. 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 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, root@gleb-debian.gumranet.com, gleb@gleb-debian.gumranet.com, root@list.gnu.org, root@cdptpa-mxlb.mail.rr.com, gleb@qumranet.com 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. > > > I get about 70 of these messages daily. I have unsubscribed but I continue to get these. It is the same message sent at the same time. I use thunderbird on linux ( which has goodly msg filters). Does anybody know how to stop getting this message? I've gotten these for over a month ( maybe 6 months). Thanks, brett >>From - Tue Oct 14 08:47:22 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.