]> git.proxmox.com Git - mirror_qemu.git/commit
linuxboot_dma: compile for i486
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 31 May 2017 12:37:15 +0000 (14:37 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
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 <rjones@redhat.com>
Suggested-by: Thomas Huth <thuth@redhat.com>
Reported-by: Rob Landley <rob@landley.net>
Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
pc-bios/linuxboot_dma.bin
pc-bios/optionrom/Makefile