On Wed, Apr 05, 2017 at 08:00:21PM +0100, Dr. David Alan Gilbert (git) 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. > > (Has anyone got a good test of FP migration to make sure > I've not broken the FP/mmx/etc cases?)
It would be nice if we could allow kvm-unit-tests test cases trigger a migration operation at a specific instruction. I assume we don't have an existing mechanism that could be used for that? -- Eduardo