Skip to content

Instantly share code, notes, and snippets.

@antoinefink
Created November 12, 2024 08:56
Show Gist options
  • Select an option

  • Save antoinefink/916c3e1d0f7b7fc3bc16caf954e3e6d3 to your computer and use it in GitHub Desktop.

Select an option

Save antoinefink/916c3e1d0f7b7fc3bc16caf954e3e6d3 to your computer and use it in GitHub Desktop.
qemu-system-i386 -L /Applications/UTM.app/Contents/Resources/qemu -S -spice unix=on,addr=[REDACTED],disable-ticketing=on,image-compression=off,playback-compression=off,streaming-video=off,gl=off -chardev spiceport,name=org.qemu.monitor.qmp.0,id=org.qemu.monitor.qmp -mon chardev=org.qemu.monitor.qmp,mode=control -nodefaults -vga none -device rtl8139,mac=[REDACTED],netdev=net0 -netdev vmnet-shared,id=net0 -device qxl-vga -smp cpus=1,sockets=1,cores=1,threads=1 -machine pc,vmport=off,hpet=off -accel tcg,tb-size=128 -global PIIX4_PM.disable_s3=1 -global ICH9-LPC.disable_s3=1 -m 512 -audiodev spice,id=audio0 -device sb16,audiodev=audio0 -device ide-cd,bus=ide.0,unit=0,drive=drive[REDACTED],bootindex=0 -drive if=none,media=cdrom,id=drive[REDACTED],readonly=on -device ide-hd,bus=ide.0,unit=1,drive=drive[REDACTED],bootindex=1 -drive "if=none,media=disk,id=drive[REDACTED],file.filename=[REDACTED]/Windows 98.utm/Data/[REDACTED].qcow2,discard=unmap,detect-zeroes=unmap" -device virtio-serial -device virtserialport,chardev=org.qemu.guest_agent,name=org.qemu.guest_agent.0 -chardev spiceport,name=org.qemu.guest_agent.0,id=org.qemu.guest_agent -device virtserialport,chardev=vdagent,name=com.redhat.spice.0 -chardev spicevmc,id=vdagent,debug=0,name=vdagent -device virtserialport,chardev=charchannel1,id=channel1,name=org.spice-space.webdav.0 -chardev spiceport,name=org.spice-space.webdav.0,id=charchannel1 -name "Windows 98" -uuid [REDACTED] -device virtio-rng-pci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment