hostmem-file.c (ba9cef7b6e487a5a8969db81d09b8eec8a2b50c6) | hostmem-file.c (9c058332f36bc84db57f3d54566228799c5e9605) |
---|---|
1/* 2 * QEMU Host Memory Backend for hugetlbfs 3 * 4 * Copyright (C) 2013-2014 Red Hat Inc 5 * 6 * Authors: 7 * Paolo Bonzini <pbonzini@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 for hugetlbfs 3 * 4 * Copyright (C) 2013-2014 Red Hat Inc 5 * 6 * Authors: 7 * Paolo Bonzini <pbonzini@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 "qemu-common.h" 13#include "sysemu/hostmem.h" 14#include "sysemu/sysemu.h" 15#include "qom/object_interfaces.h" 16 17/* hostmem-file.c */ 18/** 19 * @TYPE_MEMORY_BACKEND_FILE: --- 113 unchanged lines hidden --- | 13#include "qemu-common.h" 14#include "sysemu/hostmem.h" 15#include "sysemu/sysemu.h" 16#include "qom/object_interfaces.h" 17 18/* hostmem-file.c */ 19/** 20 * @TYPE_MEMORY_BACKEND_FILE: --- 113 unchanged lines hidden --- |