Re: [Qemu-devel] [PATCH v3 0/3] Split cpu_exec_init() into an init and a realize part

2016-10-17 Thread David Gibson
On Mon, Oct 17, 2016 at 04:47:34PM -0200, Eduardo Habkost wrote: > On Mon, Oct 17, 2016 at 02:44:04PM +1100, David Gibson wrote: > > On Sat, Oct 15, 2016 at 12:52:46AM +0200, Laurent Vivier wrote: > > > Since commit 42ecaba ("target-i386: Call cpu_exec_init() on realize"), > > > , commit 6dd0f83 ("

Re: [Qemu-devel] [PATCH v3 0/3] Split cpu_exec_init() into an init and a realize part

2016-10-17 Thread Eduardo Habkost
On Mon, Oct 17, 2016 at 02:44:04PM +1100, David Gibson wrote: > On Sat, Oct 15, 2016 at 12:52:46AM +0200, Laurent Vivier wrote: > > Since commit 42ecaba ("target-i386: Call cpu_exec_init() on realize"), > > , commit 6dd0f83 ("target-ppc: Move cpu_exec_init() call to realize > > function"), > > and

Re: [Qemu-devel] [PATCH v3 0/3] Split cpu_exec_init() into an init and a realize part

2016-10-16 Thread David Gibson
On Sat, Oct 15, 2016 at 12:52:46AM +0200, Laurent Vivier wrote: > Since commit 42ecaba ("target-i386: Call cpu_exec_init() on realize"), > , commit 6dd0f83 ("target-ppc: Move cpu_exec_init() call to realize > function"), > and commit c6644fc ("s390x/cpu: Get rid of side effects when creating a >

[Qemu-devel] [PATCH v3 0/3] Split cpu_exec_init() into an init and a realize part

2016-10-14 Thread Laurent Vivier
Since commit 42ecaba ("target-i386: Call cpu_exec_init() on realize"), , commit 6dd0f83 ("target-ppc: Move cpu_exec_init() call to realize function"), and commit c6644fc ("s390x/cpu: Get rid of side effects when creating a vcpu"), cpu_exec_init() has been moved to realize function for some architec