]> Git Repo - qemu.git/blame - stubs/qmp_pc_dimm_device_list.c
iotests: add incremental backup failure recovery test
[qemu.git] / stubs / qmp_pc_dimm_device_list.c
CommitLineData
6f2e2730
IM
1#include "qom/object.h"
2#include "hw/mem/pc-dimm.h"
3
4int qmp_pc_dimm_device_list(Object *obj, void *opaque)
5{
6 return 0;
7}
87a45cfe
HZ
8
9ram_addr_t get_current_ram_size(void)
10{
11 return ram_size;
12}
This page took 0.063344 seconds and 4 git commands to generate.