]> Git Repo - qemu.git/blobdiff - stubs/ram-block.c
block/backup: add 'always' bitmap sync policy
[qemu.git] / stubs / ram-block.c
index cfa5d8678fcb3282184ca74f914a486840d5900d..73c0a3ee089fc9c902cde2027fd2e42213ab1012 100644 (file)
@@ -2,6 +2,21 @@
 #include "exec/ramlist.h"
 #include "exec/cpu-common.h"
 
+void *qemu_ram_get_host_addr(RAMBlock *rb)
+{
+    return 0;
+}
+
+ram_addr_t qemu_ram_get_offset(RAMBlock *rb)
+{
+    return 0;
+}
+
+ram_addr_t qemu_ram_get_used_length(RAMBlock *rb)
+{
+    return 0;
+}
+
 void ram_block_notifier_add(RAMBlockNotifier *n)
 {
 }
This page took 0.023623 seconds and 4 git commands to generate.