Hello, This series prepares for converting I2C to QOM realize.
Didn't finish that so far, but I'd like to apply this to qom-next before it starts to conflict. Regards, Andreas Cc: Anthony Liguori <anth...@codemonkey.ws> Cc: Peter Maydell <peter.mayd...@linaro.org> Andreas Färber (11): i2c: Rename i2c_bus to I2CBus pxa2xx: QOM'ify I2C slave tosa: QOM'ify DAC z2: QOM'ify AER915 wm8750: QOM'ify ssd0303: QOM'ify max7310: QOM'ify lm832x: QOM'ify ds1338: QOM'ify twl92230: QOM'ify i2c: Drop FROM_I2C_SLAVE() macro hw/acpi/piix4.c | 6 +++--- hw/arm/exynos4210.c | 2 +- hw/arm/musicpal.c | 4 ++-- hw/arm/nseries.c | 2 +- hw/arm/pxa2xx.c | 44 ++++++++++++++++++++++++++++---------------- hw/arm/realview.c | 4 ++-- hw/arm/spitz.c | 2 +- hw/arm/stellaris.c | 8 ++++---- hw/arm/tosa.c | 18 ++++++++++++------ hw/arm/versatilepb.c | 4 ++-- hw/arm/z2.c | 20 +++++++++++++------- hw/audio/wm8750.c | 33 ++++++++++++++++++++------------- hw/display/ssd0303.c | 18 ++++++++++++------ hw/gpio/max7310.c | 23 ++++++++++++++--------- hw/i2c/bitbang_i2c.c | 6 +++--- hw/i2c/bitbang_i2c.h | 2 +- hw/i2c/core.c | 32 ++++++++++++++++---------------- hw/i2c/exynos4210_i2c.c | 2 +- hw/i2c/omap_i2c.c | 4 ++-- hw/i2c/pm_smbus.c | 2 +- hw/i2c/smbus.c | 18 +++++++++--------- hw/i2c/smbus_eeprom.c | 2 +- hw/i2c/smbus_ich9.c | 2 +- hw/i2c/versatile_i2c.c | 2 +- hw/i386/pc_piix.c | 2 +- hw/input/lm832x.c | 22 +++++++++++++--------- hw/isa/vt82c686.c | 4 ++-- hw/mips/mips_fulong2e.c | 2 +- hw/mips/mips_malta.c | 2 +- hw/timer/ds1338.c | 21 +++++++++++++-------- hw/timer/twl92230.c | 35 +++++++++++++++++++++-------------- include/hw/arm/exynos4210.h | 2 +- include/hw/arm/omap.h | 2 +- include/hw/arm/pxa.h | 2 +- include/hw/i2c/i2c.h | 20 +++++++++----------- include/hw/i2c/pm_smbus.h | 2 +- include/hw/i2c/smbus.h | 20 ++++++++++---------- include/hw/i386/ich9.h | 2 +- include/hw/i386/pc.h | 6 +++--- include/hw/isa/vt82c686.h | 4 ++-- include/qemu/typedefs.h | 2 +- 41 files changed, 233 insertions(+), 177 deletions(-) -- 1.8.4.5