| commit | 13d16814d2058f10461e6987c8216950389c1310 | [log] [tgz] |
|---|---|---|
| author | Juan Quintela <quintela@redhat.com> | Wed Oct 08 13:58:24 2014 +0200 |
| committer | Juan Quintela <quintela@redhat.com> | Tue Jul 07 14:54:52 2015 +0200 |
| tree | 48a3c7cff5bc7923b9d4b8d5eba54bcfe746aff8 | |
| parent | df4b1024526cae3479da3492d6371fd4a7324a03 [diff] |
global_state: Make section optional
This section would be sent:
a- for all new machine types
b- for old machine types if section state is different form {running,paused}
that were the only giving us troubles.
So, in new qemus: it is alwasy there. In old qemus: they are only
there if it an error has happened, basically stoping on target.
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>