]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/physmem.c
hw/arm: Add `\n` to hint message
[mirror_qemu.git] / stubs / physmem.c
CommitLineData
701bff24
SH
1#include "qemu/osdep.h"
2#include "exec/cpu-common.h"
3
4RAMBlock *qemu_ram_block_from_host(void *ptr, bool round_offset,
5 ram_addr_t *offset)
6{
7 return NULL;
8}
9
10int qemu_ram_get_fd(RAMBlock *rb)
11{
12 return -1;
13}