From nobody Sun Oct 5 21:14:38 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 207.211.31.120 as permitted sender) client-ip=207.211.31.120; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-1.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 207.211.31.120 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1579798035; cv=none; d=zohomail.com; s=zohoarc; b=HdArHxrOL52JsTSYwE8NvkG7NZs0tfgu/NhF/M8HzyjNj7RS4ovQVNLp9hVqExTIhXRy5MNH9WHbU3XgMY6ZZNf2RT6IcsRXvNQW8pA5hb4zjJAcWQqpchEg5tm/v2GdJeUj9MhBaSGY/6+F2tKrr2zM0i6lwcH/ZPbiF4TTX1U= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1579798035; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=+N2ILZDin8GOdXB65wGNUmmr6lnSmgjBQ5cUgYbEZgU=; b=PVNGZksC0XEBzEdLelg9JuFs7TXfKolxSAIIgKXi6AWCh09qOkRg/TpDQrx7HNBsPK8EApGeuAj3V8n2tpiwj6chNEcra/2ASNNEdElgCDYzlm4iCgzH8Ajqz4i4pfRHkqANmbXD4gJoW24mqsu2F4oY5BweSCE8t/lY8jYR89s= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 207.211.31.120 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by mx.zohomail.com with SMTPS id 1579798035071311.7919970374976; Thu, 23 Jan 2020 08:47:15 -0800 (PST) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-151-4RszZA3bNZGk_hqB5xRN1Q-1; Thu, 23 Jan 2020 11:47:11 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B45861922975; Thu, 23 Jan 2020 16:47:04 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3161C1001B28; Thu, 23 Jan 2020 16:47:04 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id AB40E1832DEA; Thu, 23 Jan 2020 16:47:03 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 00NGl2mi016188 for ; Thu, 23 Jan 2020 11:47:02 -0500 Received: by smtp.corp.redhat.com (Postfix) id 8655B2CE39; Thu, 23 Jan 2020 16:47:02 +0000 (UTC) Received: from blue.redhat.com (ovpn-117-16.phx2.redhat.com [10.3.117.16]) by smtp.corp.redhat.com (Postfix) with ESMTP id 149ED5C554; Thu, 23 Jan 2020 16:46:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1579798033; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=+N2ILZDin8GOdXB65wGNUmmr6lnSmgjBQ5cUgYbEZgU=; b=jGfze/fiOS9yEghezK9mgU5lY+gBk8Nyl7/EGW0o1YHAkeg9M06WI8d3UwJrWgBp1ItRFr fZJhtpXRFu+/1nUBJpe7PsNaet0hIsPj4bAKE0M67orqZcQ/ppFqyoYh5X6Y/VfrVuULfz Pds9nGlpD1N/ON6ju0CfdzEerwT+ANE= From: Eric Blake To: qemu-devel@nongnu.org Subject: [PATCH v2 1/2] docs: Fix typo in qemu-nbd -P replacement Date: Thu, 23 Jan 2020 10:46:49 -0600 Message-Id: <20200123164650.1741798-2-eblake@redhat.com> In-Reply-To: <20200123164650.1741798-1-eblake@redhat.com> References: <20200123164650.1741798-1-eblake@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-loop: libvir-list@redhat.com Cc: "reviewer:Incompatible changes" , peter.maydell@linaro.org, mreitz@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-MC-Unique: 4RszZA3bNZGk_hqB5xRN1Q-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" The suggested replacement for the deprecated 'qemu-nbd -P' referw to 'file.backing.opt' instead of 'file.file.opt'; using the example verbatim results in: qemu-nbd: Failed to blk_new_open 'driver=3Draw,offset=3D1m,size=3D100m,file= .driver=3Dqcow2,file.backing.driver=3Dfile,file.backing.filename=3Dfile4': = A block device must be specified for "file" Correct this text, prior to actually finishing the deprecation process. Fixes: 0ae2d54645eb Reported-by: Max Reitz Signed-off-by: Eric Blake Reviewed-by: J=C3=A1n Tomko --- qemu-deprecated.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-deprecated.texi b/qemu-deprecated.texi index 0968d37c745a..358eb6deebdc 100644 --- a/qemu-deprecated.texi +++ b/qemu-deprecated.texi @@ -335,7 +335,7 @@ top of any other existing blockdev. For example, if par= tition 1 is can be rewritten as: -@code{qemu-nbd -t --image-opts driver=3Draw,offset=3D1M,size=3D100M,file.d= river=3Dqcow2,file.backing.driver=3Dfile,file.backing.filename=3Dfile.qcow2} +@code{qemu-nbd -t --image-opts driver=3Draw,offset=3D1M,size=3D100M,file.d= river=3Dqcow2,file.file.driver=3Dfile,file.file.filename=3Dfile.qcow2} Alternatively, the @code{nbdkit} project provides a more powerful partition filter on top of its nbd plugin, which can be used to select --=20 2.24.1