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
/
pcnet-pci.c
diff --git
a/hw/pcnet-pci.c
b/hw/pcnet-pci.c
index 40a0e6eda4f1b4ad845f2ca358121e0f41cd922a..a94f642136ca015ed8921fec87ba9dd354d431eb 100644
(file)
--- a/
hw/pcnet-pci.c
+++ b/
hw/pcnet-pci.c
@@
-361,7
+361,7
@@
static void pcnet_class_init(ObjectClass *klass, void *data)
dc->props = pcnet_properties;
}
-static TypeInfo pcnet_info = {
+static
const
TypeInfo pcnet_info = {
.name = "pcnet",
.parent = TYPE_PCI_DEVICE,
.instance_size = sizeof(PCIPCNetState),
This page took
0.023142 seconds
and
4
git commands to generate.