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
/
e1000.c
diff --git
a/hw/e1000.c
b/hw/e1000.c
index 0f177ff8449269e9de39177a7495e142b4be784d..ef06ca18941a014c001df213ecb95cf70ff1b482 100644
(file)
--- a/
hw/e1000.c
+++ b/
hw/e1000.c
@@
-1327,7
+1327,7
@@
static void e1000_class_init(ObjectClass *klass, void *data)
dc->props = e1000_properties;
}
-static TypeInfo e1000_info = {
+static
const
TypeInfo e1000_info = {
.name = "e1000",
.parent = TYPE_PCI_DEVICE,
.instance_size = sizeof(E1000State),
This page took
0.023069 seconds
and
4
git commands to generate.