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
migration/postcopy: discard_length must not be 0
[qemu/ar7.git]
/
stubs
/
qmp_memory_device.c
blob
85ff8f2d7eedc2e06b2f37d9f6106f40c2978261
1
#include
"qemu/osdep.h"
2
#include
"qom/object.h"
3
#include
"hw/mem/memory-device.h"
4
5
MemoryDeviceInfoList
*
qmp_memory_device_list
(
void
)
6
{
7
return
NULL
;
8
}
9
10
uint64_t
get_plugged_memory_size
(
void
)
11
{
12
return
(
uint64_t
)-
1
;
13
}