qemu-e2k/hw/vfio
Bernhard Beschow 5e78c98b7c Mark remaining global TypeInfo instances as const
More than 1k of TypeInfo instances are already marked as const. Mark the
remaining ones, too.

This commit was created with:
  git grep -z -l 'static TypeInfo' -- '*.c' | \
  xargs -0 sed -i 's/static TypeInfo/static const TypeInfo/'

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Acked-by: Corey Minyard <cminyard@mvista.com>
Message-id: 20220117145805.173070-2-shentey@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2022-02-21 13:30:20 +00:00
..
Kconfig
amd-xgbe.c
ap.c
calxeda-xgmac.c
ccw.c
common.c vfio: Fix memory leak of hostwin 2021-11-17 11:25:55 -07:00
display.c
igd.c Mark remaining global TypeInfo instances as const 2022-02-21 13:30:20 +00:00
meson.build
migration.c
pci-quirks.c hw/vfio: Fix typo in comments 2021-09-16 11:57:01 +02:00
pci.c vfio/pci: Add support for mmapping sub-page MMIO BARs after live migration 2021-11-01 12:17:51 -06:00
pci.h
platform.c hw/vfio: Fix typo in comments 2021-09-16 11:57:01 +02:00
spapr.c memory: Name all the memory listeners 2021-09-30 15:30:24 +02:00
trace-events
trace.h