From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWtIh-0006wG-Vg for qemu-devel@nongnu.org; Wed, 24 Sep 2014 16:36:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWtIb-0003Zx-S0 for qemu-devel@nongnu.org; Wed, 24 Sep 2014 16:36:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWtIb-0003ZC-Ka for qemu-devel@nongnu.org; Wed, 24 Sep 2014 16:36:29 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8OJciHL028133 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 24 Sep 2014 15:38:44 -0400 From: Max Reitz Date: Wed, 24 Sep 2014 21:38:38 +0200 Message-Id: <1411587521-3569-1-git-send-email-mreitz@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] block: Fix filename generation for blkdebug and nbd List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Paolo Bonzini , Stefan Hajnoczi , Max Reitz This series fixes the filename generation in nbd and improves the one in blkdebug. Max Reitz (3): nbd: Fix filename generation blkdebug: Simplify and improve filename generation iotests: Plain blkdebug filename generation block/blkdebug.c | 98 +++++++++++++--------------------------------- block/nbd.c | 44 ++++++++++++++------- tests/qemu-iotests/099 | 9 ++++- tests/qemu-iotests/099.out | 8 +++- 4 files changed, 70 insertions(+), 89 deletions(-) -- 2.1.0