Am 25.09.2015 um 19:19 hat Max Reitz geschrieben: > As of 934659c460d46c948cf348822fda1d38556ed9a4, $QEMU_IO is generally no > longer a program name, and therefore "sudo -n $QEMU_IO" will no longer > work. > > Fix this by copying the qemu-io invocation function from common.config, > making it use $sudo for invoking $QEMU_IO_PROG, and then use that > function instead of $QEMU_IO. > > Reported-by: Fam Zheng <f...@redhat.com> > Signed-off-by: Max Reitz <mre...@redhat.com>
I just noticed that this is in my branch, but I don't seem to have sent an email yet. So thanks, applied to the block branch. Kevin