virtual-machines: make qemu use host CPU capabilities and stdio monitor

master
an 2019-08-18 09:27:33 -04:00
parent 9de51067d2
commit d3008431be
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ env QEMU_AUDIO_DRV=pa "qemu-system-$_arch" \
-m "$_mem" \
--soundhw "$soundhw" \
--vga "$vga" \
--cpu host \
--monitor stdio \
$_args
## EOF