diff options
author | Marvin Borner | 2020-09-11 13:18:10 +0200 |
---|---|---|
committer | Marvin Borner | 2020-09-11 13:18:10 +0200 |
commit | 8eb9ee85529a6140a533ffeb52f5e7f4078d9f27 (patch) | |
tree | 6947d6233b0ed5d6883e3b01c813ba12d468e7a1 /run | |
parent | 36d7c86a1e9e72d689d672a0e8576adbc740d541 (diff) |
Some testing using the q35 chipset
Diffstat (limited to 'run')
-rwxr-xr-x | run | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,8 +9,9 @@ mode="${1}" no_ask="${2}" network="rtl8139" +# TODO: Support q35 chipset ('-machine q35') - loops in ide_wait qemu_with_flags() { - SDL_VIDEO_X11_DGAMOUSE=0 qemu-system-i386 -no-reboot -vga std -rtc base=localtime -m 256M -smp 4 -net nic,model=${network},macaddr=42:42:42:42:42:42 -net user "$@" + SDL_VIDEO_X11_DGAMOUSE=0 qemu-system-i386 -cpu max -no-reboot -vga std -rtc base=localtime -m 256M -smp 4 -net nic,model=${network},macaddr=42:42:42:42:42:42 -net user "$@" } make_cross() { |