qemu-e2k/hw/i2c
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
..
Makefile.objs hw: move I2C controllers to hw/i2c/, configure via default-configs/ 2013-04-08 18:13:13 +02:00
bitbang_i2c.c hw/i*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
bitbang_i2c.h hw: move private headers to hw/ subdirectories. 2013-04-08 18:13:16 +02:00
core.c qdev: Drop FROM_QBUS() macro 2013-06-07 14:55:33 +02:00
exynos4210_i2c.c hw: Avoid use of QOM type name macros in VMStateDescriptions 2013-07-23 00:37:32 +02:00
omap_i2c.c hw/i*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
pm_smbus.c Extend support of SMBUS(module pm_smbus.c) HST_STS register. 2013-07-09 13:38:55 -05:00
smbus.c
smbus_eeprom.c
smbus_ich9.c
versatile_i2c.c hw/i*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00