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

2016-10-18 Thread Eduardo Habkost
On Tue, Oct 18, 2016 at 09:22:50PM +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 v4 0/3] Split cpu_exec_init() into an init and a realize part

2016-10-18 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