#! /bin/sh

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

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