From 0579330b3999c28a843688dac08f4c712685dbdf Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 10 Jan 2020 22:28:12 +0100 Subject: Some Qemu improvements (performance) --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run b/run index 446d849..da8beac 100755 --- a/run +++ b/run @@ -4,7 +4,7 @@ mode="${1}" network="rtl8139" qemu_with_flags() { - qemu-system-i386 -no-reboot -vga std -smp "$(nproc)" -serial stdio -rtc base=localtime -m 256M -net nic,model=${network},macaddr=42:42:42:42:42:42 -net user "$@" + SDL_VIDEO_X11_DGAMOUSE=0 qemu-system-i386 -enable-kvm -cpu host -no-reboot -vga std -smp "$(nproc)" -serial stdio -rtc base=localtime -m 256M -net nic,model=${network},macaddr=42:42:42:42:42:42 -net user "$@" } compile_with_flags() { -- cgit v1.2.3