qemu-patch-raspberry4/hw/timer
Peter Maydell 6783ecf144 hw: Avoid use of QOM type name macros in VMStateDescriptions
The name field in a VMStateDescription is part of the migration state
versioning, so changing it will break migration.  It's therefore a
bad idea to use a QOM typename macro to initialize it, because in
general we're free to rename QOM types as part of code refactoring
and cleanup.  For the handful of devices that were doing this by
mistake, replace the QOM typenames with the corresponding literal
strings.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
[AF: Use TYPE_PVSCSI for TypeInfo instead]
Signed-off-by: Andreas Färber <afaerber@suse.de>
2013-07-23 00:37:32 +02:00
..
arm_mptimer.c timer/arm_mptimer: Build arm_mptimer only once 2013-07-09 21:33:02 +02:00
arm_timer.c hw/t*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
cadence_ttc.c hw/t*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
ds1338.c hw: move target-independent files to subdirectories 2013-04-08 18:13:12 +02:00
etraxfs_timer.c hw/t*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
exynos4210_mct.c hw/t*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
exynos4210_pwm.c hw/t*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
exynos4210_rtc.c hw/t*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
grlib_gptimer.c hw/t*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
hpet.c hw/t*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
i8254.c hw/t*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
i8254_common.c i8254: Convert PITCommonState to QOM realizefn 2013-06-07 14:55:24 +02:00
imx_epit.c hw: Avoid use of QOM type name macros in VMStateDescriptions 2013-07-23 00:37:32 +02:00
imx_gpt.c hw: Avoid use of QOM type name macros in VMStateDescriptions 2013-07-23 00:37:32 +02:00
lm32_timer.c hw/t*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
m48t59.c hw/t*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
Makefile.objs timer/arm_mptimer: Build arm_mptimer only once 2013-07-09 21:33:02 +02:00
mc146818rtc.c hw/t*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
milkymist-sysctl.c hw/t*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
omap_gptimer.c memory: add owner argument to initialization functions 2013-07-04 17:42:44 +02:00
omap_synctimer.c memory: add owner argument to initialization functions 2013-07-04 17:42:44 +02:00
pl031.c hw/t*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
puv3_ost.c hw/t*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
pxa2xx_timer.c hw/t*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
sh_timer.c memory: add owner argument to initialization functions 2013-07-04 17:42:44 +02:00
slavio_timer.c hw/t*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
tusb6010.c hw/t*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
twl92230.c hw: move target-independent files to subdirectories 2013-04-08 18:13:12 +02:00
xilinx_timer.c hw/t*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00