projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bc3018
)
arm_l2x0: Rename "type" property to "cache-type"
author
Andreas Färber
<afaerber@suse.de>
Thu, 7 Jun 2012 14:32:53 +0000
(16:32 +0200)
committer
Andreas Färber
<afaerber@suse.de>
Mon, 18 Jun 2012 13:14:37 +0000
(15:14 +0200)
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>
hw/arm_l2x0.c
patch
|
blob
|
history
diff --git
a/hw/arm_l2x0.c
b/hw/arm_l2x0.c
index 09f290c85fe89e7b055b32a01418707cf3a14a4a..de6a0863d831e820e32def86ef70158c5f2894e1 100644
(file)
--- 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(),
};