* [Qemu-devel] [PATCH qom-next] arm_l2x0: Rename "type" property to "cache-type"
@ 2012-06-07 14:50 Andreas Färber
0 siblings, 0 replies; only message in thread
From: Andreas Färber @ 2012-06-07 14:50 UTC (permalink / raw)
To: qemu-devel; +Cc: peter.maydell, Andreas Färber, mark.langsdorf, pbonzini
Resolves a name conflict with the qdev "type" property that is about to
be moved to Object.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
---
Going to insert this in the qom-next queue
before 'qdev: Push "type" property up to Object'.
hw/arm_l2x0.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/arm_l2x0.c b/hw/arm_l2x0.c
index 09f290c..de6a086 100644
--- a/hw/arm_l2x0.c
+++ b/hw/arm_l2x0.c
@@ -161,7 +161,7 @@ static int l2x0_priv_init(SysBusDevice *dev)
}
static Property l2x0_properties[] = {
- DEFINE_PROP_UINT32("type", l2x0_state, cache_type, 0x1c100100),
+ DEFINE_PROP_UINT32("cache-type", l2x0_state, cache_type, 0x1c100100),
DEFINE_PROP_END_OF_LIST(),
};
--
1.7.7
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-07 14:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-07 14:50 [Qemu-devel] [PATCH qom-next] arm_l2x0: Rename "type" property to "cache-type" Andreas Färber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).