From f80f9ec9a63bb2200d614feb658a77b78f9a4bba Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Wed, 20 May 2009 18:38:09 -0500 Subject: Convert machine registration to use module init functions This cleans up quite a lot of #ifdefs, extern variables, and other ugliness. Signed-off-by: Anthony Liguori --- target-cris/machine.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'target-cris') diff --git a/target-cris/machine.c b/target-cris/machine.c index 2d3396d8b3..8f9c0dd59f 100644 --- a/target-cris/machine.c +++ b/target-cris/machine.c @@ -1,12 +1,6 @@ #include "hw/hw.h" #include "hw/boards.h" -void register_machines(void) -{ - qemu_register_machine(&bareetraxfs_machine); - qemu_register_machine(&axisdev88_machine); -} - void cpu_save(QEMUFile *f, void *opaque) { CPUCRISState *env = opaque; -- cgit v1.2.1