Skip to content

Instantly share code, notes, and snippets.

@XZentus
Last active June 9, 2020 12:46
Show Gist options
  • Select an option

  • Save XZentus/552dfd7357a5833b418d60e3770091f8 to your computer and use it in GitHub Desktop.

Select an option

Save XZentus/552dfd7357a5833b418d60e3770091f8 to your computer and use it in GitHub Desktop.

Revisions

  1. XZentus revised this gist Jun 9, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion qemu_iso.sh
    Original file line number Diff line number Diff line change
    @@ -5,5 +5,5 @@ qemu-system-x86_64 \
    -enable-kvm \
    -cdrom $1 \
    -smp 4,cores=4 \
    -cpu host,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time
    -cpu host,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time \
    -usb -device usb-tablet
  2. XZentus created this gist May 24, 2020.
    9 changes: 9 additions & 0 deletions qemu_iso.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    #!/bin/sh

    qemu-system-x86_64 \
    -m 8G \
    -enable-kvm \
    -cdrom $1 \
    -smp 4,cores=4 \
    -cpu host,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time
    -usb -device usb-tablet