migration/i386: Remove old non-softfloat 64bit FP support
commit46baa9007fb807f88feb2b1a975ae680dab1d5fd
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 5 Apr 2017 19:00:22 +0000 (5 20:00 +0100)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 11 May 2017 19:08:50 +0000 (11 16:08 -0300)
tree9bbc6d76a181a5621e3a26be7a8c0993fbe91367
parent2941020a476f4875c9112500278e2ba2773cb124
migration/i386: Remove old non-softfloat 64bit FP support

Long long ago, we used to support storing the x86 FP registers in
a 64bit format.

Then c31da136a0bf8caad70c348f5ffc283206e9c7fc in v0.14-rc0 removed
the last support for writing that in the migration format.
Even before that, it was only used if you had softfloat disabled
 (i.e. !USE_X86LDOUBLE) so in practice use of it in even earlier
qemu is unlikely for most users.

Kill it off, it's complicated, and possibly broken.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20170405190024.27581-2-dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target/i386/machine.c