qemu-patch-raspberry4/hw/kvm
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
..
apic.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
clock.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
clock.h kvm: Move kvmclock into hw/kvm folder 2012-01-19 12:14:39 +01:00
i8254.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
i8259.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
ioapic.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
Makefile.objs kvm: i386: Add classic PCI device assignment 2012-09-10 15:30:00 +03:00
pci-assign.c Merge remote-tracking branch 'qemu-kvm/uq/master' into staging 2013-01-02 08:01:54 -06:00