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

2016-10-05 Thread Laurent Vivier
On 05/10/2016 22:11, Peter Maydell wrote: > On 5 October 2016 at 12:38, 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 ri

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

2016-10-05 Thread Eduardo Habkost
On Wed, Oct 05, 2016 at 09:38:34PM +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 >

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

2016-10-05 Thread Peter Maydell
On 5 October 2016 at 12:38, 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 > vcpu"), > cpu

[Qemu-devel] [PATCH 00/19] Split cpu_exec_init() into an init and a realize part

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