]> Git Repo - qemu.git/commit
linuxboot_dma: compile for i486
authorPaolo Bonzini <[email protected]>
Wed, 31 May 2017 12:37:15 +0000 (14:37 +0200)
committerPaolo Bonzini <[email protected]>
Wed, 7 Jun 2017 16:22:02 +0000 (18:22 +0200)
commit7e018385103cd7a571b9ea0d6f994af6b1129fe7
tree016899095d89eb6fedf154aa95bcaeacb9371dd4
parente2b6c1712e08bc5feafb44fdc65ab81ef2630b4b
linuxboot_dma: compile for i486

The ROM uses the cmovne instruction, which is new in Pentium Pro and does not
work when running QEMU with "-cpu 486".  Avoid producing that instruction.

Suggested-by: Richard W.M. Jones <[email protected]>
Suggested-by: Thomas Huth <[email protected]>
Reported-by: Rob Landley <[email protected]>
Cc: [email protected]
Signed-off-by: Paolo Bonzini <[email protected]>
pc-bios/linuxboot_dma.bin
pc-bios/optionrom/Makefile
This page took 0.024389 seconds and 4 git commands to generate.