Re: [Qemu-devel] [PATCH 0/3 for 2.10] migration/i386 cleanup

2017-05-11 Thread Eduardo Habkost
On Wed, Apr 05, 2017 at 08:00:21PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > 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

Re: [Qemu-devel] [PATCH 0/3 for 2.10] migration/i386 cleanup

2017-04-18 Thread Paolo Bonzini
On 18/04/2017 13:00, Dr. David Alan Gilbert wrote: >> 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? > Not that I know of, do we have any type of

Re: [Qemu-devel] [PATCH 0/3 for 2.10] migration/i386 cleanup

2017-04-18 Thread Dr. David Alan Gilbert
* Eduardo Habkost (ehabk...@redhat.com) wrote: > On Wed, Apr 05, 2017 at 08:00:21PM +0100, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > Hi, > > This removes some qemu_get_ and qemu_put_ use from i386/machine.c > > and cleans out some very old code. > > It bre

Re: [Qemu-devel] [PATCH 0/3 for 2.10] migration/i386 cleanup

2017-04-13 Thread Eduardo Habkost
On Wed, Apr 05, 2017 at 08:00:21PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > 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

Re: [Qemu-devel] [PATCH 0/3 for 2.10] migration/i386 cleanup

2017-04-05 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > 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 d

[Qemu-devel] [PATCH 0/3 for 2.10] migration/i386 cleanup

2017-04-05 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" 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