qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/2] hw/misc: fix Aspeed SCU hw-strap2 property
@ 2016-06-30 15:50 Cédric Le Goater
  2016-06-30 15:50 ` [Qemu-devel] [PATCH 2/2] hw/misc: use macros to define hw-strap1 register on Aspeed SOC Cédric Le Goater
  2016-06-30 18:24 ` [Qemu-devel] [PATCH 1/2] hw/misc: fix Aspeed SCU hw-strap2 property Peter Maydell
  0 siblings, 2 replies; 7+ messages in thread
From: Cédric Le Goater @ 2016-06-30 15:50 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu-devel, qemu-arm, Andrew Jeffery, Cédric Le Goater

These strap registers are complex enough, let's not mix them.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
---
 hw/misc/aspeed_scu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/misc/aspeed_scu.c b/hw/misc/aspeed_scu.c
index 4f9df581e70a..14b2d75e6049 100644
--- a/hw/misc/aspeed_scu.c
+++ b/hw/misc/aspeed_scu.c
@@ -254,7 +254,7 @@ static const VMStateDescription vmstate_aspeed_scu = {
 static Property aspeed_scu_properties[] = {
     DEFINE_PROP_UINT32("silicon-rev", AspeedSCUState, silicon_rev, 0),
     DEFINE_PROP_UINT32("hw-strap1", AspeedSCUState, hw_strap1, 0),
-    DEFINE_PROP_UINT32("hw-strap2", AspeedSCUState, hw_strap1, 0),
+    DEFINE_PROP_UINT32("hw-strap2", AspeedSCUState, hw_strap2, 0),
     DEFINE_PROP_END_OF_LIST(),
 };
 
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-07-01  8:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-30 15:50 [Qemu-devel] [PATCH 1/2] hw/misc: fix Aspeed SCU hw-strap2 property Cédric Le Goater
2016-06-30 15:50 ` [Qemu-devel] [PATCH 2/2] hw/misc: use macros to define hw-strap1 register on Aspeed SOC Cédric Le Goater
2016-06-30 18:24 ` [Qemu-devel] [PATCH 1/2] hw/misc: fix Aspeed SCU hw-strap2 property Peter Maydell
2016-07-01  6:11   ` Cédric Le Goater
2016-07-01  6:41     ` Cédric Le Goater
2016-07-01  8:02     ` Peter Maydell
2016-07-01  8:28       ` Cédric Le Goater

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).