libvirt/tests/qemuxml2argvdata/qemu-supported-cpus.sh

16 lines
159 B
Bash
Executable File

#! /bin/sh
. ${0%/*}/qemu-lib.sh
case $* in
"-M ?")
faked_machine
;;
"-cpu ?")
faked_cpu | grep -Fv '['
;;
*)
real_qemu "$@"
;;
esac