]> Git Repo - qemu.git/commit
migration/i386: Remove old non-softfloat 64bit FP support
authorDr. David Alan Gilbert <[email protected]>
Wed, 5 Apr 2017 19:00:22 +0000 (20:00 +0100)
committerEduardo Habkost <[email protected]>
Thu, 11 May 2017 19:08:50 +0000 (16:08 -0300)
commit46baa9007fb807f88feb2b1a975ae680dab1d5fd
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 <[email protected]>
Message-Id: <20170405190024[email protected]>
Reviewed-by: Juan Quintela <[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
target/i386/machine.c
This page took 0.026189 seconds and 4 git commands to generate.