]> git.proxmox.com Git - qemu.git/commit
target-i386: n270 can MOVBE
authorBorislav Petkov <bp@suse.de>
Thu, 25 Apr 2013 18:43:04 +0000 (15:43 -0300)
committerAndreas Färber <afaerber@suse.de>
Mon, 6 May 2013 20:27:49 +0000 (22:27 +0200)
commit4458c23672904fa131e69897007eeb7c953be7e5
tree4909af564f5016375075ed948746fa1894ecf511
parent0668af542f99b7bb1d95539829b27d5a1bcecde4
target-i386: n270 can MOVBE

The Atom core (cpu name "n270" in QEMU speak) supports MOVBE. This is
needed when booting 3.8 and later linux kernels built with the MATOM
target because we require MOVBE in order to boot properly now.

Signed-off-by: Borislav Petkov <bp@suse.de>
[ehabkost: added compat code to disable MOVBE on pc-*-1.4 and older]
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/i386/pc_piix.c
hw/i386/pc_q35.c
target-i386/cpu.c