Re: [Qemu-devel] [PATCH v2 0/6] Fix migration issues with arbitrary cpu-hot(un)plug

2016-07-26 Thread Eduardo Habkost
On Mon, Jul 25, 2016 at 11:59:18AM +0200, Igor Mammedov wrote: [...] > Igor Mammedov (6): > exec: reduce CONFIG_USER_ONLY ifdeffenery > exec: don't use cpu_index to detect if cpu_exec_init()'s been called > for cpu > exec: set cpu_index only if it's not been explictly set > qdev: fix ob

Re: [Qemu-devel] [PATCH v2 0/6] Fix migration issues with arbitrary cpu-hot(un)plug

2016-07-26 Thread Eduardo Habkost
On Tue, Jul 26, 2016 at 01:16:59PM +1000, David Gibson wrote: > On Mon, Jul 25, 2016 at 11:59:18AM +0200, Igor Mammedov wrote: > > Changes from v1: > > - be conservative, drop QTAIL_*() macros hunks and do list element > > check/cleanup localy in cpu_exec_exit() > > - fix conflict caused by

Re: [Qemu-devel] [PATCH v2 0/6] Fix migration issues with arbitrary cpu-hot(un)plug

2016-07-26 Thread Michael S. Tsirkin
On Mon, Jul 25, 2016 at 11:59:18AM +0200, Igor Mammedov wrote: > Changes from v1: > - be conservative, drop QTAIL_*() macros hunks and do list element > check/cleanup localy in cpu_exec_exit() > - fix conflict caused by above > - update Reviewed-bys fom v1 > - drop spapr patches as they

Re: [Qemu-devel] [PATCH v2 0/6] Fix migration issues with arbitrary cpu-hot(un)plug

2016-07-25 Thread David Gibson
On Mon, Jul 25, 2016 at 11:59:18AM +0200, Igor Mammedov wrote: > Changes from v1: > - be conservative, drop QTAIL_*() macros hunks and do list element > check/cleanup localy in cpu_exec_exit() > - fix conflict caused by above > - update Reviewed-bys fom v1 > - drop spapr patches as they

Re: [Qemu-devel] [PATCH v2 0/6] Fix migration issues with arbitrary cpu-hot(un)plug

2016-07-25 Thread David Gibson
On Mon, Jul 25, 2016 at 11:59:18AM +0200, Igor Mammedov wrote: > Changes from v1: > - be conservative, drop QTAIL_*() macros hunks and do list element > check/cleanup localy in cpu_exec_exit() > - fix conflict caused by above > - update Reviewed-bys fom v1 > - drop spapr patches as they

[Qemu-devel] [PATCH v2 0/6] Fix migration issues with arbitrary cpu-hot(un)plug

2016-07-25 Thread Igor Mammedov
Changes from v1: - be conservative, drop QTAIL_*() macros hunks and do list element check/cleanup localy in cpu_exec_exit() - fix conflict caused by above - update Reviewed-bys fom v1 - drop spapr patches as they will be a bit different and depend on not yet applied to master patch: