* [Qemu-devel] [4851] Change MIPS machine default to Malta.
@ 2008-07-05 21:51 Thiemo Seufer
0 siblings, 0 replies; only message in thread
From: Thiemo Seufer @ 2008-07-05 21:51 UTC (permalink / raw)
To: qemu-devel
Revision: 4851
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4851
Author: ths
Date: 2008-07-05 21:51:47 +0000 (Sat, 05 Jul 2008)
Log Message:
-----------
Change MIPS machine default to Malta.
Modified Paths:
--------------
trunk/target-mips/machine.c
Modified: trunk/target-mips/machine.c
===================================================================
--- trunk/target-mips/machine.c 2008-07-05 17:03:54 UTC (rev 4850)
+++ trunk/target-mips/machine.c 2008-07-05 21:51:47 UTC (rev 4851)
@@ -3,11 +3,11 @@
void register_machines(void)
{
- qemu_register_machine(&mips_machine);
+ qemu_register_machine(&mips_malta_machine);
qemu_register_machine(&mips_magnum_machine);
- qemu_register_machine(&mips_malta_machine);
qemu_register_machine(&mips_pica61_machine);
qemu_register_machine(&mips_mipssim_machine);
+ qemu_register_machine(&mips_machine);
}
void cpu_save(QEMUFile *f, void *opaque)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-05 21:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-05 21:51 [Qemu-devel] [4851] Change MIPS machine default to Malta Thiemo Seufer
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).