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
/
pckbd.c
diff --git
a/hw/pckbd.c
b/hw/pckbd.c
index b4c53bed6c3fbb0cc544b5b85455efaea3d296f9..69857bade97481bf705d18cb172613fef1b825af 100644
(file)
--- a/
hw/pckbd.c
+++ b/
hw/pckbd.c
@@
-513,8
+513,9
@@
static TypeInfo i8042_info = {
.class_init = i8042_class_initfn,
};
-static void i8042_register(void)
+static void i8042_register
_types
(void)
{
type_register_static(&i8042_info);
}
-device_init(i8042_register)
+
+type_init(i8042_register_types)
This page took
0.024912 seconds
and
4
git commands to generate.