"Dr. David Alan Gilbert (git)" <dgilb...@redhat.com> wrote: > From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> > > Hi, > This removes some qemu_get_ and qemu_put_ use from i386/machine.c > and cleans out some very old code. > It breaks migration compatibility from prior to 0.12 > for i386 and prior to ~0.14 for non-softfloat - it doesn't alter the > machine type, it just removes some old stream features.
notice that we break compatibility with the PIC (or was it the PIT) later than that, so it don't matter a lot. Later, Juan. > (Has anyone got a good test of FP migration to make sure > I've not broken the FP/mmx/etc cases?) > > Dave > > > Dr. David Alan Gilbert (3): > migration/i386: Remove old non-softfloat 64bit FP support > vmstatification: i386 FPReg > migration/i386: Remove support for pre-0.12 formats > > target/i386/machine.c | 266 > +++++++++++++------------------------------------- > 1 file changed, 66 insertions(+), 200 deletions(-)