summaryrefslogtreecommitdiffstats
path: root/stubs/physmem.c
blob: 1fc5f2df29fa2b0329f78dd5fb9dd9fd7eba7cbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "qemu/osdep.h"
#include "exec/cpu-common.h"

RAMBlock *qemu_ram_block_from_host(void *ptr, bool round_offset,
                                   ram_addr_t *offset)
{
    return NULL;
}

int qemu_ram_get_fd(RAMBlock *rb)
{
    return -1;
}