hostmem.c (3a1acf5d47295d22ffdae0982a2fd808b802a7da) | hostmem.c (46517dd4971fc1fdd5b379e72cc377626ad98160) |
---|---|
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 13#include "qemu/osdep.h" 14#include "sysemu/hostmem.h" | 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 13#include "qemu/osdep.h" 14#include "sysemu/hostmem.h" |
15#include "sysemu/sysemu.h" |
|
15#include "hw/boards.h" 16#include "qapi/error.h" 17#include "qapi/qapi-builtin-visit.h" 18#include "qapi/visitor.h" 19#include "qemu/config-file.h" 20#include "qom/object_interfaces.h" 21#include "qemu/mmap-alloc.h" 22 --- 484 unchanged lines hidden --- | 16#include "hw/boards.h" 17#include "qapi/error.h" 18#include "qapi/qapi-builtin-visit.h" 19#include "qapi/visitor.h" 20#include "qemu/config-file.h" 21#include "qom/object_interfaces.h" 22#include "qemu/mmap-alloc.h" 23 --- 484 unchanged lines hidden --- |