]> xenbits.xensource.com Git - qemu-xen.git/commit
target/i386: move FERR handling to target/i386
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 16 Oct 2019 08:18:10 +0000 (10:18 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 26 Oct 2019 13:38:07 +0000 (15:38 +0200)
commit6f529b7534c534afe2f2b834199191d8b4cc07ca
tree8f4bcd4423309a16ccebc628f13e4228f6ab2e0b
parent038adc2f5850e32019bda06c559d0301be436eae
target/i386: move FERR handling to target/i386

Move it out of pc.c since it is strictly tied to TCG.  This is
almost exclusively code movement, the next patch will implement
IGNNE.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/pc.c
hw/i386/pc_piix.c
hw/i386/pc_q35.c
include/hw/i386/pc.h
target/i386/cpu.h
target/i386/fpu_helper.c