From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XR29p-0003f3-3n for qemu-devel@nongnu.org; Mon, 08 Sep 2014 12:51:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XR29h-00039i-M0 for qemu-devel@nongnu.org; Mon, 08 Sep 2014 12:51:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XR29h-00039G-FC for qemu-devel@nongnu.org; Mon, 08 Sep 2014 12:51:05 -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 s88Gp4aQ028448 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 8 Sep 2014 12:51:04 -0400 From: Markus Armbruster Date: Mon, 8 Sep 2014 18:50:57 +0200 Message-Id: <1410195061-8267-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] Block-related miscellaneous cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com 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 hw/block/xen_disk.c | 31 ++++++++++++++----------------- hw/ide/piix.c | 1 - include/block/thread-pool.h | 6 +----- qemu-io.c | 34 ++++++++++++---------------------- thread-pool.c | 1 - 5 files changed, 27 insertions(+), 46 deletions(-) -- 1.9.3