diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/poky-qemu | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/poky-qemu b/scripts/poky-qemu index b19a89ddab..cb08f27121 100755 --- a/scripts/poky-qemu +++ b/scripts/poky-qemu | |||
| @@ -129,6 +129,13 @@ while [ $i -le $# ]; do | |||
| 129 | SCRIPT_QEMU_OPT="$SCRIPT_QEMU_OPT -serial stdio" | 129 | SCRIPT_QEMU_OPT="$SCRIPT_QEMU_OPT -serial stdio" |
| 130 | SCRIPT_KERNEL_OPT="$SCRIPT_KERNEL_OPT console=ttyS0" | 130 | SCRIPT_KERNEL_OPT="$SCRIPT_KERNEL_OPT console=ttyS0" |
| 131 | ;; | 131 | ;; |
| 132 | "audio") | ||
| 133 | if [[ "x$MACHINE" == "xqemux86" || "x$MACHINE" == "xqemux86-64" ]]; then | ||
| 134 | echo "Enable audio on qemu. Pls. install snd_intel8x0 or snd_ens1370 driver in linux guest."; | ||
| 135 | QEMU_AUDIO_DRV="alsa" | ||
| 136 | SCRIPT_QEMU_OPT="$SCRIPT_QEMU_OPT -soundhw ac97,es1370" | ||
| 137 | fi | ||
| 138 | ;; | ||
| 132 | "kvm") | 139 | "kvm") |
| 133 | KVM_ENABLED="yes" | 140 | KVM_ENABLED="yes" |
| 134 | KVM_CAPABLE=`grep 'vmx\|smx' /proc/cpuinfo` | 141 | KVM_CAPABLE=`grep 'vmx\|smx' /proc/cpuinfo` |
