sim-card
/
qemu
Archived
10
0
Fork 0

qdev/prop: convert sun4u.c to helper macros.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
This commit is contained in:
Gerd Hoffmann 2009-08-03 17:35:36 +02:00 committed by Anthony Liguori
parent c885159a7a
commit 32a7ee989f
1 changed files with 2 additions and 6 deletions

View File

@ -491,12 +491,8 @@ static SysBusDeviceInfo ram_info = {
.qdev.name = "memory",
.qdev.size = sizeof(RamDevice),
.qdev.props = (Property[]) {
{
.name = "size",
.info = &qdev_prop_uint64,
.offset = offsetof(RamDevice, size),
},
{/* end of property list */}
DEFINE_PROP_UINT64("size", RamDevice, size, 0),
DEFINE_PROP_END_OF_LIST(),
}
};