]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc_piix.c
global_state: Make section optional
authorJuan Quintela <quintela@redhat.com>
Wed, 8 Oct 2014 11:58:24 +0000 (13:58 +0200)
committerJuan Quintela <quintela@redhat.com>
Tue, 7 Jul 2015 12:54:52 +0000 (14:54 +0200)
commit13d16814d2058f10461e6987c8216950389c1310
tree48a3c7cff5bc7923b9d4b8d5eba54bcfe746aff8
parentdf4b1024526cae3479da3492d6371fd4a7324a03
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>
hw/i386/pc_piix.c
hw/i386/pc_q35.c
hw/ppc/spapr.c
include/migration/migration.h
migration/migration.c