summaryrefslogtreecommitdiffstats
path: root/hw/xtensa/xtfpga.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/xtensa/xtfpga.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/xtensa/xtfpga.c')
-rw-r--r--hw/xtensa/xtfpga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xtensa/xtfpga.c b/hw/xtensa/xtfpga.c
index ed09b9d809..54e7f46868 100644
--- a/hw/xtensa/xtfpga.c
+++ b/hw/xtensa/xtfpga.c
@@ -510,4 +510,4 @@ static void xtensa_lx_machines_init(void)
type_register_static(&xtensa_kc705_type);
}
-machine_init(xtensa_lx_machines_init)
+type_init(xtensa_lx_machines_init)