hostmem.c (5522a841cab5f15ac0f8d207b320c21755a7a1a5) hostmem.c (9c058332f36bc84db57f3d54566228799c5e9605)
1/*
2 * QEMU Host Memory Backend
3 *
4 * Copyright (C) 2013-2014 Red Hat Inc
5 *
6 * Authors:
7 * Igor Mammedov <imammedo@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 */
1/*
2 * QEMU Host Memory Backend
3 *
4 * Copyright (C) 2013-2014 Red Hat Inc
5 *
6 * Authors:
7 * Igor Mammedov <imammedo@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#include "qemu/osdep.h"
12#include "sysemu/hostmem.h"
13#include "hw/boards.h"
14#include "qapi/visitor.h"
15#include "qapi-types.h"
16#include "qapi-visit.h"
17#include "qemu/config-file.h"
18#include "qom/object_interfaces.h"
19

--- 355 unchanged lines hidden ---
13#include "sysemu/hostmem.h"
14#include "hw/boards.h"
15#include "qapi/visitor.h"
16#include "qapi-types.h"
17#include "qapi-visit.h"
18#include "qemu/config-file.h"
19#include "qom/object_interfaces.h"
20

--- 355 unchanged lines hidden ---