Re: [Qemu-devel] [PATCH v3 0/2] Fix migration of old pseries

2016-02-23 Thread Greg Kurz
On Fri, 19 Feb 2016 17:27:33 +0100 Greg Kurz wrote: > On Fri, 19 Feb 2016 15:41:10 +0100 > Laurent Vivier wrote: > > > On 18/02/2016 12:32, Greg Kurz wrote: > > > QEMU 2.4 broke the migration of old pseries machine with the addition > > > of configuration sections, which are sent unconditiona

Re: [Qemu-devel] [PATCH v3 0/2] Fix migration of old pseries

2016-02-23 Thread Greg Kurz
On Tue, 23 Feb 2016 11:01:00 +0100 Greg Kurz wrote: > On Tue, 23 Feb 2016 09:31:10 +0100 > Juan Quintela wrote: > > Greg Kurz wrote: > > > On Fri, 19 Feb 2016 11:11:47 +1100 > > > David Gibson wrote: > > > > > >> On Thu, Feb 18, 2016 at 12:32:11PM +0100, Greg Kurz wrote: > > >> > QEM

Re: [Qemu-devel] [PATCH v3 0/2] Fix migration of old pseries

2016-02-23 Thread Greg Kurz
On Tue, 23 Feb 2016 09:31:10 +0100 Juan Quintela wrote: > Greg Kurz wrote: > > On Fri, 19 Feb 2016 11:11:47 +1100 > > David Gibson wrote: > > > >> On Thu, Feb 18, 2016 at 12:32:11PM +0100, Greg Kurz wrote: > >> > QEMU 2.4 broke the migration of old pseries machine with the addition > >> > of

Re: [Qemu-devel] [PATCH v3 0/2] Fix migration of old pseries

2016-02-23 Thread Juan Quintela
Greg Kurz wrote: > On Fri, 19 Feb 2016 11:11:47 +1100 > David Gibson wrote: > >> On Thu, Feb 18, 2016 at 12:32:11PM +0100, Greg Kurz wrote: >> > QEMU 2.4 broke the migration of old pseries machine with the addition >> > of configuration sections, which are sent unconditionally. >> > >> > We assu

Re: [Qemu-devel] [PATCH v3 0/2] Fix migration of old pseries

2016-02-21 Thread David Gibson
On Fri, Feb 19, 2016 at 08:59:44AM +0100, Greg Kurz wrote: > On Fri, 19 Feb 2016 11:11:47 +1100 > David Gibson wrote: > > > On Thu, Feb 18, 2016 at 12:32:11PM +0100, Greg Kurz wrote: > > > QEMU 2.4 broke the migration of old pseries machine with the addition > > > of configuration sections, which

Re: [Qemu-devel] [PATCH v3 0/2] Fix migration of old pseries

2016-02-19 Thread Greg Kurz
On Fri, 19 Feb 2016 15:41:10 +0100 Laurent Vivier wrote: > On 18/02/2016 12:32, Greg Kurz wrote: > > QEMU 2.4 broke the migration of old pseries machine with the addition > > of configuration sections, which are sent unconditionally. > > > > We assume that QEMU 2.3 is more deployed than any newe

Re: [Qemu-devel] [PATCH v3 0/2] Fix migration of old pseries

2016-02-19 Thread Laurent Vivier
On 18/02/2016 12:32, Greg Kurz wrote: > QEMU 2.4 broke the migration of old pseries machine with the addition > of configuration sections, which are sent unconditionally. > > We assume that QEMU 2.3 is more deployed than any newer release (based on > the versions currently shipped by most distro

Re: [Qemu-devel] [PATCH v3 0/2] Fix migration of old pseries

2016-02-19 Thread Greg Kurz
On Fri, 19 Feb 2016 11:11:47 +1100 David Gibson wrote: > On Thu, Feb 18, 2016 at 12:32:11PM +0100, Greg Kurz wrote: > > QEMU 2.4 broke the migration of old pseries machine with the addition > > of configuration sections, which are sent unconditionally. > > > > We assume that QEMU 2.3 is more dep

Re: [Qemu-devel] [PATCH v3 0/2] Fix migration of old pseries

2016-02-18 Thread Greg Kurz
On Thu, 18 Feb 2016 21:00:38 +0100 Laurent Vivier wrote: > On 18/02/2016 12:32, Greg Kurz wrote: > > QEMU 2.4 broke the migration of old pseries machine with the addition > > of configuration sections, which are sent unconditionally. > > > > We assume that QEMU 2.3 is more deployed than any newe

Re: [Qemu-devel] [PATCH v3 0/2] Fix migration of old pseries

2016-02-18 Thread David Gibson
On Thu, Feb 18, 2016 at 12:32:11PM +0100, Greg Kurz wrote: > QEMU 2.4 broke the migration of old pseries machine with the addition > of configuration sections, which are sent unconditionally. > > We assume that QEMU 2.3 is more deployed than any newer release (based on > the versions currently shi

Re: [Qemu-devel] [PATCH v3 0/2] Fix migration of old pseries

2016-02-18 Thread Laurent Vivier
On 18/02/2016 12:32, Greg Kurz wrote: > QEMU 2.4 broke the migration of old pseries machine with the addition > of configuration sections, which are sent unconditionally. > > We assume that QEMU 2.3 is more deployed than any newer release (based on > the versions currently shipped by most distro

[Qemu-devel] [PATCH v3 0/2] Fix migration of old pseries

2016-02-18 Thread Greg Kurz
QEMU 2.4 broke the migration of old pseries machine with the addition of configuration sections, which are sent unconditionally. We assume that QEMU 2.3 is more deployed than any newer release (based on the versions currently shipped by most distros). This v3 series hence reverses the logic from v