git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'remotes/afaerber/tags/maintainers-for-peter' into staging
[qemu.git]
/
stubs
/
qmp_pc_dimm_device_list.c
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
}