* [Qemu-devel] [7091] Add named initializers.
@ 2009-04-11 17:41 Paul Brook
0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2009-04-11 17:41 UTC (permalink / raw)
To: qemu-devel
Revision: 7091
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7091
Author: pbrook
Date: 2009-04-11 17:41:32 +0000 (Sat, 11 Apr 2009)
Log Message:
-----------
Add named initializers.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Modified Paths:
--------------
trunk/hw/ppc405_boards.c
Modified: trunk/hw/ppc405_boards.c
===================================================================
--- trunk/hw/ppc405_boards.c 2009-04-11 17:33:00 UTC (rev 7090)
+++ trunk/hw/ppc405_boards.c 2009-04-11 17:41:32 UTC (rev 7091)
@@ -626,7 +626,7 @@
}
QEMUMachine taihu_machine = {
- "taihu",
- "taihu",
- taihu_405ep_init,
+ .name = "taihu",
+ .desc = "taihu",
+ .init = taihu_405ep_init,
};
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-11 17:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-11 17:41 [Qemu-devel] [7091] Add named initializers Paul Brook
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).