Comment 6 for bug 1591724

Revision history for this message
Saverio Miroddi (64kramsystem) wrote :

Fails on my machine, even with the HEAD of master as of today (5d3217340adcb6c4f0e4af5d2b865331eb2ff63d).

Simplest configuration:

    cp $MY_BIOS $MY_BIOS_TMP; ./qemu-system-x86_64 \
      -drive if=pflash,format=raw,readonly,file=$MY_BIOS \
      -drive if=pflash,format=raw,file=$MY_BIOS_TMP \
      -enable-kvm \
      -m 3072 \
      -cpu host,kvm=off -smp 4,sockets=1,cores=4 \
      -cdrom $MY_WINDOWS_CD
    ;

Hangs on "Starting Windows".