]> git.ipfire.org Git - thirdparty/qemu.git/blob - stubs/ram-block.c
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into staging
[thirdparty/qemu.git] / stubs / ram-block.c
1 #include "qemu/osdep.h"
2 #include "exec/ramlist.h"
3 #include "exec/cpu-common.h"
4
5 void ram_block_notifier_add(RAMBlockNotifier *n)
6 {
7 }
8
9 void ram_block_notifier_remove(RAMBlockNotifier *n)
10 {
11 }
12
13 int qemu_ram_foreach_block(RAMBlockIterFunc func, void *opaque)
14 {
15 return 0;
16 }