global_state.c (51c1c135608e155d01eea774974d2b9caee9befb) | global_state.c (46517dd4971fc1fdd5b379e72cc377626ad98160) |
---|---|
1/* 2 * Global State configuration 3 * 4 * Copyright (c) 2014-2017 Red Hat Inc 5 * 6 * Authors: 7 * Juan Quintela <quintela@redhat.com> 8 * 9 * This work is licensed under the terms of the GNU GPL, version 2 or later. 10 * See the COPYING file in the top-level directory. 11 */ 12 13#include "qemu/osdep.h" 14#include "qemu/cutils.h" 15#include "qemu/error-report.h" | 1/* 2 * Global State configuration 3 * 4 * Copyright (c) 2014-2017 Red Hat Inc 5 * 6 * Authors: 7 * Juan Quintela <quintela@redhat.com> 8 * 9 * This work is licensed under the terms of the GNU GPL, version 2 or later. 10 * See the COPYING file in the top-level directory. 11 */ 12 13#include "qemu/osdep.h" 14#include "qemu/cutils.h" 15#include "qemu/error-report.h" |
16#include "sysemu/sysemu.h" |
|
16#include "qapi/error.h" 17#include "migration.h" 18#include "migration/global_state.h" 19#include "migration/vmstate.h" 20#include "trace.h" 21 22typedef struct { 23 uint32_t size; --- 124 unchanged lines hidden --- | 17#include "qapi/error.h" 18#include "migration.h" 19#include "migration/global_state.h" 20#include "migration/vmstate.h" 21#include "trace.h" 22 23typedef struct { 24 uint32_t size; --- 124 unchanged lines hidden --- |