qemu-e2k/hw/usb
Andreas Färber 8c43a6f05d Make all static TypeInfos const
Since 39bffca203 (qdev: register all
types natively through QEMU Object Model), TypeInfo as used in
the common, non-iterative pattern is no longer amended with information
and should therefore be const.

Fix the documented QOM examples:

 sed -i 's/static TypeInfo/static const TypeInfo/g' include/qom/object.h

Since frequently the wrong examples are being copied by contributors of
new devices, fix all types in the tree:

 sed -i 's/^static TypeInfo/static const TypeInfo/g' */*.c
 sed -i 's/^static TypeInfo/static const TypeInfo/g' */*/*.c

This also avoids to piggy-back these changes onto real functional
changes or other refactorings.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2013-01-10 15:11:53 -06:00
..
bus.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
combined-packet.c
core.c
desc.c
desc.h
dev-audio.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
dev-bluetooth.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
dev-hid.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
dev-hub.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
dev-network.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
dev-serial.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
dev-smartcard-reader.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
dev-storage.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
dev-uas.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
dev-wacom.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
hcd-ehci-pci.c
hcd-ehci-sysbus.c
hcd-ehci.c
hcd-ehci.h
hcd-musb.c
hcd-ohci.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
hcd-uhci.c
hcd-xhci.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
host-bsd.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
host-linux.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
host-stub.c
libhw.c
Makefile.objs
quirks-ftdi-ids.h
quirks-pl2303-ids.h
quirks.c
quirks.h
redirect.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00