Andreas Färber 8c43a6f05d Make all static TypeInfos const
Since 39bffca2030950ef6efe57c2fac8327a45ae1015 (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
2013-01-10 15:11:53 -06:00
2012-12-17 14:01:41 +01:00
2013-01-10 15:11:53 -06:00
2013-01-10 15:11:53 -06:00
2012-12-19 08:29:06 +01:00
2012-12-22 12:06:48 +00:00
2012-10-24 10:26:22 +02:00
2013-01-10 15:11:53 -06:00
2013-01-08 16:38:12 -06:00
2013-01-02 11:23:21 -06:00
2013-01-10 15:23:39 +01:00
2012-09-07 09:02:44 +03:00
2013-01-08 16:38:12 -06:00
2012-11-01 13:10:06 +01:00
2012-05-14 07:27:24 +02:00
2008-10-12 17:54:42 +00:00
2012-12-20 23:08:47 +01:00
2013-01-02 15:58:09 +01:00
2011-12-09 11:25:22 +00:00
2013-01-08 16:38:12 -06:00
2012-12-20 23:09:25 +01:00
2011-02-09 10:33:54 +02:00
2013-01-03 12:53:41 -06:00
2011-12-11 17:50:43 -06:00
2013-01-02 13:32:48 -06:00
2010-03-14 22:04:50 +01:00
2008-12-04 11:29:42 +00:00
2013-01-08 10:56:58 +01:00
2012-12-03 14:08:40 -06:00
2012-12-22 12:04:44 +00:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
A fork of QEMU-Nyx which is better suited for my bachelors thesis
Readme 154 MiB