On Thu, Jan 23, 2020 at 10:46:49AM -0600, Eric Blake wrote:
The suggested replacement for the deprecated 'qemu-nbd -P'
referw to
s/referw/refer/
'file.backing.opt' instead of 'file.file.opt'; using
the example
verbatim results in:
qemu-nbd: Failed to blk_new_open
'driver=raw,offset=1m,size=100m,file.driver=qcow2,file.backing.driver=file,file.backing.filename=file4':
A block device must be specified for "file"
Correct this text, prior to actually finishing the deprecation process.
Fixes: 0ae2d54645eb
Reported-by: Max Reitz <mreitz(a)redhat.com>
Signed-off-by: Eric Blake <eblake(a)redhat.com>
---
qemu-deprecated.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano