[Qemu-devel] [PATCH v2 1/2] move vm_start to cpus.c

2016-10-14 Thread Claudio Imbrenda
This patch: * moves vm_start to cpus.c . * exports qemu_vmstop_requested, since it's needed by vm_start . * extracts vm_prepare_start from vm_start; it does what vm_start did, except restarting the cpus. vm_start now calls vm_prepare_start. * moves the call to qemu_clock_enable away from resume_

Re: [Qemu-devel] [PATCH v2 1/2] move vm_start to cpus.c

2017-01-27 Thread Alex Bennée
Claudio Imbrenda writes: > This patch: > > * moves vm_start to cpus.c . > * exports qemu_vmstop_requested, since it's needed by vm_start . > * extracts vm_prepare_start from vm_start; it does what vm_start did, > except restarting the cpus. vm_start now calls vm_prepare_start. > * moves the ca

Re: [Qemu-devel] [PATCH v2 1/2] move vm_start to cpus.c

2017-01-27 Thread Claudio Imbrenda
On 27/01/17 17:31, Alex Bennée wrote: > > Claudio Imbrenda writes: > >> This patch: >> >> * moves vm_start to cpus.c . >> * exports qemu_vmstop_requested, since it's needed by vm_start . >> * extracts vm_prepare_start from vm_start; it does what vm_start did, >> except restarting the cpus. vm_

Re: [Qemu-devel] [PATCH v2 1/2] move vm_start to cpus.c

2017-01-27 Thread Alex Bennée
Claudio Imbrenda writes: > On 27/01/17 17:31, Alex Bennée wrote: >> >> Claudio Imbrenda writes: >> >>> This patch: >>> >>> * moves vm_start to cpus.c . >>> * exports qemu_vmstop_requested, since it's needed by vm_start . >>> * extracts vm_prepare_start from vm_start; it does what vm_start did,

Re: [Qemu-devel] [PATCH v2 1/2] move vm_start to cpus.c

2017-01-27 Thread Claudio Imbrenda
On 27/01/17 18:05, Alex Bennée wrote: > > Claudio Imbrenda writes: > >> On 27/01/17 17:31, Alex Bennée wrote: >>> >>> Claudio Imbrenda writes: >>> This patch: * moves vm_start to cpus.c . * exports qemu_vmstop_requested, since it's needed by vm_start . * extracts vm_pre

Re: [Qemu-devel] [PATCH v2 1/2] move vm_start to cpus.c

2016-10-19 Thread Christian Borntraeger
On 10/14/2016 01:53 PM, Claudio Imbrenda wrote: > This patch: > > * moves vm_start to cpus.c . > * exports qemu_vmstop_requested, since it's needed by vm_start . > * extracts vm_prepare_start from vm_start; it does what vm_start did, > except restarting the cpus. vm_start now calls vm_prepare_st