Re: [Qemu-devel] [RFC PATCH 0/2] target-ppc migration fixes

2015-10-23 Thread Mark Cave-Ayland
On 23/10/15 02:46, da...@gibson.dropbear.id.au wrote: > On Sun, Sep 20, 2015 at 10:31:01PM +0200, Alexander Graf wrote: >> >> >> On 14.09.15 21:30, Mark Cave-Ayland wrote: >>> Whilst trying to fix migration of g3beige/mac99 images I came up with the >>> following patchset. The first patch is reall

Re: [Qemu-devel] [RFC PATCH 0/2] target-ppc migration fixes

2015-10-22 Thread da...@gibson.dropbear.id.au
On Sun, Sep 20, 2015 at 10:31:01PM +0200, Alexander Graf wrote: > > > On 14.09.15 21:30, Mark Cave-Ayland wrote: > > Whilst trying to fix migration of g3beige/mac99 images I came up with the > > following patchset. The first patch is really cosmetic, while the second > > patch > > alters the mig

Re: [Qemu-devel] [RFC PATCH 0/2] target-ppc migration fixes

2015-09-20 Thread Alexander Graf
On 14.09.15 21:30, Mark Cave-Ayland wrote: > Whilst trying to fix migration of g3beige/mac99 images I came up with the > following patchset. The first patch is really cosmetic, while the second patch > alters the migration stream to include internal CPU IRQ state which appears > to fix an issue w

[Qemu-devel] [RFC PATCH 0/2] target-ppc migration fixes

2015-09-14 Thread Mark Cave-Ayland
Whilst trying to fix migration of g3beige/mac99 images I came up with the following patchset. The first patch is really cosmetic, while the second patch alters the migration stream to include internal CPU IRQ state which appears to fix an issue where images randomly fail to resume after migration.