migration/i386: Remove support for pre-0.12 formats
commit08b277ac46da8b02e50cec455eca7cb2d12ffcf0
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 5 Apr 2017 19:00:24 +0000 (5 20:00 +0100)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 11 May 2017 19:08:51 +0000 (11 16:08 -0300)
tree214c0bf189ac05eab88bc9135f259bda8dd73ccc
parentab808276f8b1db1757e1421e99c98b11714bb9a8
migration/i386: Remove support for pre-0.12 formats

Remove support for versions of the CPU state prior to 11
which is the version used in qemu 0.12 - you'd be pretty
lucky if you got a migration stream to work from anything
that old anyway.  This doesn't affect the machine type
definition in any way.

My main reason for doing this is the hack for sysenter_esp/eip
that uses .get/.put's in state versions less than 7 (that's
prior to somewhere before 0.10).

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