From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1So9xy-0001Cm-Px for qemu-devel@nongnu.org; Mon, 09 Jul 2012 05:09:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1So9xu-0001t8-3h for qemu-devel@nongnu.org; Mon, 09 Jul 2012 05:09:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1So9xt-0001sr-SM for qemu-devel@nongnu.org; Mon, 09 Jul 2012 05:09:10 -0400 Message-ID: <4FFA9FAE.20809@redhat.com> Date: Mon, 09 Jul 2012 11:09:02 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1341557890-17464-1-git-send-email-armbru@redhat.com> <1341557890-17464-6-git-send-email-armbru@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 05/32] qtest: Tidy up temporary files properly List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Blue Swirl , pbonzini@redhat.com, qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com Am 09.07.2012 09:56, schrieb Markus Armbruster: > Blue Swirl writes: > >> On Fri, Jul 6, 2012 at 6:57 AM, Markus Armbruster wrote: >>> Each test litters /tmp with several files: a pid file and two >>> sockets. Tidy up. >>> >>> Signed-off-by: Markus Armbruster >> >> While a nice patch, I don't think it should belong to this series. > > Understand, but what do you want me to do? I could repost this series > without this patch, and post the patch separately, but that feels like > busywork. I have already picked up some patches including this, so I will include it in a possible pull request before the whole series is merged. Resending separately wouldn't change much, except maybe that another maintainer would pick it up. Kevin