From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xo7g7-0000mf-03 for qemu-devel@nongnu.org; Tue, 11 Nov 2014 04:24:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xo7fz-0001nF-OZ for qemu-devel@nongnu.org; Tue, 11 Nov 2014 04:23:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39956) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xo7fz-0001nA-HU for qemu-devel@nongnu.org; Tue, 11 Nov 2014 04:23:51 -0500 From: Max Reitz Date: Tue, 11 Nov 2014 10:23:43 +0100 Message-Id: <1415697825-26678-1-git-send-email-mreitz@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/2] block: Improve filename generation for blkdebug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Peter Lieven , Stefan Hajnoczi , Max Reitz Eric has gloriously reviewed v2 of this series, and by adopting v2 averted a kitten crisis and the need for me to find a freely usable kitten picture (although I guess Wikipedia would have been the way to go). I do have own pictures, but they are currently about 400 km air distance away from me. The changes in v3: - Patch 1: Added a check for the "config" option being NULL (which happens if no config file is given, either by just not giving the option or by using the blkdebug::foo syntax); in this case, omit the config filename from the output (to receive "blkdebug::foo") [Eric] - Patch 2: Add a test for this case git-backport-diff output against v2 (and v1): Key: [----] : patches are identical [####] : number of functional differences between upstream/downstream patch [down] : patch is downstream-only The flags [FC] indicate (F)unctional and (C)ontextual differences, respectively 001/2:[0003] [FC] 'blkdebug: Simplify and improve filename generation' 002/2:[0010] [FC] 'iotests: Plain blkdebug filename generation' Max Reitz (2): blkdebug: Simplify and improve filename generation iotests: Plain blkdebug filename generation block/blkdebug.c | 99 +++++++++++++--------------------------------- tests/qemu-iotests/099 | 15 ++++++- tests/qemu-iotests/099.out | 12 +++++- 3 files changed, 52 insertions(+), 74 deletions(-) -- 1.9.3