From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUGZA-0002VH-3h for qemu-devel@nongnu.org; Fri, 02 Nov 2012 08:41:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TUGZ9-000674-4E for qemu-devel@nongnu.org; Fri, 02 Nov 2012 08:41:40 -0400 Received: from mail-ea0-f173.google.com ([209.85.215.173]:34275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUGZ8-00066v-Tq for qemu-devel@nongnu.org; Fri, 02 Nov 2012 08:41:39 -0400 Received: by mail-ea0-f173.google.com with SMTP id a1so1411511eaa.4 for ; Fri, 02 Nov 2012 05:41:38 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5093BF7F.8090203@redhat.com> Date: Fri, 02 Nov 2012 13:41:35 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1351852086-26789-1-git-send-email-nick@bytemark.co.uk> In-Reply-To: <1351852086-26789-1-git-send-email-nick@bytemark.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] tests: allow qemu-iotests to be run against nbd backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: nick@bytemark.co.uk Cc: kwolf@redhat.com, qemu-devel@nongnu.org Il 02/11/2012 11:28, nick@bytemark.co.uk ha scritto: > @@ -197,12 +198,14 @@ testlist options > IMGPROTO=rbd > xpand=false > ;; > - > -sheepdog) > IMGPROTO=sheepdog > xpand=false > ;; > - > + -nbd) > + IMGPROTO=nbd > + xpand=false > + ;; > -nocache) Spacing problem? Paolo