projects
/
qemu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make all static TypeInfos const
[qemu.git]
/
hw
/
pc_sysfw.c
diff --git
a/hw/pc_sysfw.c
b/hw/pc_sysfw.c
index 7567593a63e8031da3ff77ac7bec25dd799aefae..7f6c12c8a86081e5310740392e5db1608b5077de 100644
(file)
--- a/
hw/pc_sysfw.c
+++ b/
hw/pc_sysfw.c
@@
-256,7
+256,7
@@
static void pcsysfw_class_init (ObjectClass *klass, void *data)
dc->props = pcsysfw_properties;
}
-static TypeInfo pcsysfw_info = {
+static
const
TypeInfo pcsysfw_info = {
.name = "pc-sysfw",
.parent = TYPE_SYS_BUS_DEVICE,
.instance_size = sizeof (PcSysFwDevice),
This page took
0.023741 seconds
and
4
git commands to generate.