qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 00/11] I2C QOM'ification, part 1


From: Peter Crosthwaite
Subject: Re: [Qemu-devel] [PATCH 00/11] I2C QOM'ification, part 1
Date: Sun, 9 Feb 2014 11:29:33 +1000

On Sat, Feb 1, 2014 at 12:34 AM, Andreas Färber <address@hidden> wrote:
> Hello,
>
> This series prepares for converting I2C to QOM realize.
>

Incase you are moving onto SSI next I do have a have half a start on
this change pattern for SSI (In particular, I think Ive removed
FROM_SSI_SLAVE for some re-org reasons). I better post. Ping me if SSI
qomification gets in your way before I get a chance to post.

Regards,
Peter

> 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 <address@hidden>
> Cc: Peter Maydell <address@hidden>
>
> 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
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]