projects
/
qemu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
qom: Unify type registration
[qemu.git]
/
hw
/
mst_fpga.c
diff --git
a/hw/mst_fpga.c
b/hw/mst_fpga.c
index 1729db01a4084f70778a0a4eabc7f1b3d42a735a..024192d135aef64aa8c9f299f36dc72771f9d63b 100644
(file)
--- a/
hw/mst_fpga.c
+++ b/
hw/mst_fpga.c
@@
-255,8
+255,9
@@
static TypeInfo mst_fpga_info = {
.class_init = mst_fpga_class_init,
};
-static void mst_fpga_register(void)
+static void mst_fpga_register
_types
(void)
{
type_register_static(&mst_fpga_info);
}
-device_init(mst_fpga_register);
+
+type_init(mst_fpga_register_types)
This page took
0.024921 seconds
and
4
git commands to generate.