#! /bin/sh

# We used to ship kvm-img binary in kvm package.
# But we're slowly moving towards merging everything into qemu,
# so the right tool to use now is qemu-img, from qemu-utils package.

echo "W: $0: this binary is deprecated, use qemu-img instead" >&2
exec qemu-img "$@"
