Re: [Qemu-devel] [PATCH 3/7] QemuState: Add additional states

2011-08-07 Thread Markus Armbruster
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

Re: [Qemu-devel] [PATCH 3/7] QemuState: Add additional states

2011-08-04 Thread Luiz Capitulino
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

Re: [Qemu-devel] [PATCH 3/7] QemuState: Add additional states

2011-08-04 Thread Anthony Liguori
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,

Re: [Qemu-devel] [PATCH 3/7] QemuState: Add additional states

2011-08-04 Thread Kevin Wolf
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

Re: [Qemu-devel] [PATCH 3/7] QemuState: Add additional states

2011-08-04 Thread 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 do state transitions when qemu is stopped or running. > >

[Qemu-devel] [PATCH 3/7] QemuState: Add additional states

2011-08-03 Thread Luiz Capitulino
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