mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
migration: create global_state.c
It don't belong anywhere else, just the global state where everybody can stick other things. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Laurent Vivier <lvivier@redhat.com>
This commit is contained in:
parent
2ce3bf1aa9
commit
84a899de8c
10 changed files with 172 additions and 125 deletions
|
@ -38,6 +38,7 @@
|
|||
#include "migration/snapshot.h"
|
||||
#include "migration/misc.h"
|
||||
#include "migration/register.h"
|
||||
#include "migration/global_state.h"
|
||||
#include "ram.h"
|
||||
#include "qemu-file-channel.h"
|
||||
#include "qemu-file.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue