summaryrefslogtreecommitdiffstats
path: root/hw/arm/omap_sx1.c
diff options
context:
space:
mode:
authorPeter Maydell2016-03-17 09:52:58 +0100
committerPeter Maydell2016-03-17 09:52:58 +0100
commit8c4575472494a5dfedfe05e7b58ca9ce3872ad56 (patch)
treeb56c2fb353dc23b414f7462744048585787857c4 /hw/arm/omap_sx1.c
parentMerge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (diff)
parentmodule: Rename machine_init() to opts_init() (diff)
downloadqemu-8c4575472494a5dfedfe05e7b58ca9ce3872ad56.tar.gz
qemu-8c4575472494a5dfedfe05e7b58ca9ce3872ad56.tar.xz
qemu-8c4575472494a5dfedfe05e7b58ca9ce3872ad56.zip
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' into staging
Machine Core queue, 2016-03-16 # gpg: Signature made Wed 16 Mar 2016 18:57:34 GMT using RSA key ID 984DC5A6 # gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>" * remotes/ehabkost/tags/machine-pull-request: module: Rename machine_init() to opts_init() machine: Use type_init() to register machine classes Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/omap_sx1.c')
-rw-r--r--hw/arm/omap_sx1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/omap_sx1.c b/hw/arm/omap_sx1.c
index 68236a39b2..cd50691d8b 100644
--- a/hw/arm/omap_sx1.c
+++ b/hw/arm/omap_sx1.c
@@ -252,4 +252,4 @@ static void sx1_machine_init(void)
type_register_static(&sx1_machine_v2_type);
}
-machine_init(sx1_machine_init)
+type_init(sx1_machine_init)