From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRHBb-0005LI-Ho for qemu-devel@nongnu.org; Tue, 09 Sep 2014 04:54:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRHBV-00012g-9C for qemu-devel@nongnu.org; Tue, 09 Sep 2014 04:54:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRHBV-00012a-2D for qemu-devel@nongnu.org; Tue, 09 Sep 2014 04:53:57 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s898rukO009995 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 9 Sep 2014 04:53:56 -0400 Date: Tue, 9 Sep 2014 10:53:54 +0200 From: Kevin Wolf Message-ID: <20140909085354.GE4847@noname.str.redhat.com> References: <1410195061-8267-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1410195061-8267-1-git-send-email-armbru@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/4] Block-related miscellaneous cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org, stefanha@redhat.com Am 08.09.2014 um 18:50 hat Markus Armbruster geschrieben: > Random crap I ran into while working on a bigger task. > > Markus Armbruster (4): > qemu-io: Clean up openfile() after commit 2e40134 > xen_disk: Plug memory leak on error path > xen: Drop redundant bdrv_close() from pci_piix3_xen_ide_unplug() > thread-pool: Drop unnecessary includes Thanks, applied all to the block branch. Kevin