]> 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)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 3 Aug 2017 21:01:28 +0000 (16:01 -0500)
commit3b428e9512d341b9678a98c032256ae770daed47
tree317d64425c1812d7752ba70f0998dc2034d26b28
parent11bac2f941db77de1aab79e4a74374fa0c6c6107
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>
(cherry picked from commit 7e018385103cd7a571b9ea0d6f994af6b1129fe7)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
pc-bios/linuxboot_dma.bin
pc-bios/optionrom/Makefile