File: kvm-utils.run

package info (click to toggle)
qemu-kvm 1.1.2%2Bdfsg-6%2Bdeb7u12
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 43,848 kB
  • sloc: ansic: 606,321; asm: 10,684; sh: 6,663; perl: 4,223; python: 3,802; makefile: 1,076; objc: 843; xml: 409
file content (8 lines) | stat: -rw-r--r-- 276 bytes parent folder | download
1
2
3
4
5
6
7
8
#! /bin/sh

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

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