Luiz Capitulino writes:
> On Thu, 04 Aug 2011 11:02:06 +0200
> Markus Armbruster wrote:
>
>> Luiz Capitulino writes:
>>
>> > 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 qem
On Thu, 04 Aug 2011 11:02:06 +0200
Markus Armbruster wrote:
> Luiz Capitulino writes:
>
> > 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 qemu_state_set() function, making it pos
On 08/04/2011 07:32 AM, Kevin Wolf wrote:
Am 04.08.2011 11:02, schrieb Markus Armbruster:
Luiz Capitulino writes:
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 qemu_state_set() function,
Am 04.08.2011 11:02, schrieb Markus Armbruster:
> Luiz Capitulino writes:
>
>> 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 qemu_state_set() function, making it possible
>> to also d
Luiz Capitulino writes:
> 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 qemu_state_set() function, making it possible
> to also do state transitions when qemu is stopped or running.
>
>
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 qemu_state_set() function, making it possible
to also do state transitions when qemu is stopped or running.
Additional states are also added and t