]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
i2c: smbus: convert to QEMU Object Model
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 5 Dec 2011 02:39:20 +0000 (20:39 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 27 Jan 2012 16:50:47 +0000 (10:50 -0600)
commitb5ea932781954355a9880e2744722cd05cc496f9
treef47482844578c1dffdae93dc3ec103a101097a71
parent9e07bdf816b186632cda9651ac29bba76d299c03
i2c: smbus: convert to QEMU Object Model

This converts two types because smbus is implemented as a subclass of i2c.  It's
extremely difficult to convert these two independently.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
15 files changed:
hw/ds1338.c
hw/i2c.c
hw/i2c.h
hw/lm832x.c
hw/max7310.c
hw/pxa2xx.c
hw/smbus.c
hw/smbus.h
hw/smbus_eeprom.c
hw/ssd0303.c
hw/tmp105.c
hw/tosa.c
hw/twl92230.c
hw/wm8750.c
hw/z2.c