repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into...
[qemu/ar7.git]
/
stubs
/
qmp_memory_device.c
blob
e75cac62dc6f59b96c57f3b756eb3a8d70b68e53
1
#include
"qemu/osdep.h"
2
#include
"hw/mem/memory-device.h"
3
4
MemoryDeviceInfoList
*
qmp_memory_device_list
(
void
)
5
{
6
return
NULL
;
7
}
8
9
uint64_t
get_plugged_memory_size
(
void
)
10
{
11
return
(
uint64_t
)-
1
;
12
}