On Fri, 2 Sep 2011 11:28:18 -0300
Luiz Capitulino wrote:
> On Thu, 01 Sep 2011 22:58:51 +0200
> Jan Kiszka wrote:
>
> > On 2011-09-01 20:39, Luiz Capitulino wrote:
> > > On Thu, 01 Sep 2011 20:30:57 +0200
> > > Jan Kiszka wrote:
> > >
> > >> On 2011-09-01 20:12, Luiz Capitulino wrote:
> > >>>
On Fri, 02 Sep 2011 16:32:25 +0200
Jan Kiszka wrote:
> On 2011-09-02 16:28, Luiz Capitulino wrote:
> > On Thu, 01 Sep 2011 22:58:51 +0200
> > Jan Kiszka wrote:
> >
> >> On 2011-09-01 20:39, Luiz Capitulino wrote:
> >>> On Thu, 01 Sep 2011 20:30:57 +0200
> >>> Jan Kiszka wrote:
> >>>
> On
On 2011-09-02 16:28, Luiz Capitulino wrote:
> On Thu, 01 Sep 2011 22:58:51 +0200
> Jan Kiszka wrote:
>
>> On 2011-09-01 20:39, Luiz Capitulino wrote:
>>> On Thu, 01 Sep 2011 20:30:57 +0200
>>> Jan Kiszka wrote:
>>>
On 2011-09-01 20:12, Luiz Capitulino wrote:
> Currently, only vm_start()
On Thu, 01 Sep 2011 22:58:51 +0200
Jan Kiszka wrote:
> On 2011-09-01 20:39, Luiz Capitulino wrote:
> > On Thu, 01 Sep 2011 20:30:57 +0200
> > Jan Kiszka wrote:
> >
> >> On 2011-09-01 20:12, Luiz Capitulino wrote:
> >>> Currently, only vm_start() and vm_stop() change the VM state.
> >>> That's,
On 2011-09-01 20:39, Luiz Capitulino wrote:
> On Thu, 01 Sep 2011 20:30:57 +0200
> Jan Kiszka wrote:
>
>> On 2011-09-01 20:12, Luiz Capitulino wrote:
>>> Currently, only vm_start() and vm_stop() change the VM state.
>>> That's, the state is only changed when starting or stopping the VM.
>>>
>>> T
On Thu, 01 Sep 2011 20:30:57 +0200
Jan Kiszka wrote:
> On 2011-09-01 20:12, Luiz Capitulino wrote:
> > Currently, only vm_start() and vm_stop() change the VM state.
> > That's, the state is only changed when starting or stopping the VM.
> >
> > This commit adds the runstate_set() function, which
Currently, only vm_start() and vm_stop() change the VM state.
That's, the state is only changed when starting or stopping the VM.
This commit adds the runstate_set() function, which makes it possible
to also do state transitions when the VM is stopped or running.
Additional states are also added
On 2011-09-01 20:12, Luiz Capitulino wrote:
> Currently, only vm_start() and vm_stop() change the VM state.
> That's, the state is only changed when starting or stopping the VM.
>
> This commit adds the runstate_set() function, which makes it possible
> to also do state transitions when the VM is
Currently, only vm_start() and vm_stop() change the VM state.
That's, the state is only changed when starting or stopping the VM.
This commit adds the runstate_set() function, which makes it possible
to also do state transitions when the VM is stopped or running.
Additional states are also added