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
tcg: Allow multiple word entries into the constant pool
[qemu/ar7.git]
/
stubs
/
qmp_pc_dimm.c
blob
9ddc4f619a04221f9553a963e5f272fa19c7d2f7
1
#include
"qemu/osdep.h"
2
#include
"qom/object.h"
3
#include
"hw/mem/pc-dimm.h"
4
5
int
qmp_pc_dimm_device_list
(
Object
*
obj
,
void
*
opaque
)
6
{
7
return
0
;
8
}
9
10
uint64_t
get_plugged_memory_size
(
void
)
11
{
12
return
(
uint64_t
)-
1
;
13
}