xilinx_ethlite: tweaked naming of ping-pong props
[qemu-kvm.git] / memory_mapping-stub.c
blob104281d78e86d4c82d49de8d703f841eee2fec25
1 /*
2 * QEMU memory mapping
4 * Copyright Fujitsu, Corp. 2011, 2012
6 * Authors:
7 * Wen Congyang <wency@cn.fujitsu.com>
9 * This work is licensed under the terms of the GNU GPL, version 2. See
10 * the COPYING file in the top-level directory.
14 #include "cpu.h"
15 #include "cpu-all.h"
16 #include "memory_mapping.h"
18 int qemu_get_guest_memory_mapping(MemoryMappingList *list)
20 return -2;
23 int cpu_get_memory_mapping(MemoryMappingList *list,
24 CPUArchState *env)
26 return -1;
29 bool cpu_paging_enabled(CPUArchState *env)
31 return true;