qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/6] I2C libqos and tmp105 qtest support
@ 2013-01-07 22:42 Andreas Färber
  2013-01-07 22:42 ` [Qemu-devel] [PATCH v3 1/6] libqtest: Prepare I2C libqos Andreas Färber
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Andreas Färber @ 2013-01-07 22:42 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, Jason Baron, Blue Swirl, alex.horn,
	Andreas Färber, anthony, Paolo Bonzini

Hello Anthony,

Here's a rebased version of  plus a minor patch cleanup.
Please review and apply.

Regards,
Andreas

v2 -> v3:
* Alex' tmp105.h patch was applied.
* Rebased onto header reorganization.
* Rebased onto introduction of gcov support.
* Switched order of test case and bugfix to keep make check happy.
* Dropped extra white line and rename int64_t value -> temp to make patch smaller.

v1 -> v2:
* Factor out libqos API for I2C and an OMAP driver
* Avoid casts by using uint8_t* in API, suggested by Blue
* Ignore SBD bit in omap_i2c driver
* Drop omap_i2c patch clearing SBD
* Incorporate Alex' tmp105.h patch
* Split out tmp105_regs.h for qtest, inspired by rtc-test
* Append replacement for Alex' fix
* Append QOM cleanup and turn setter function into QOM property

Cc: Anthony Liguori <anthony@codemonkey.ws>
Cc: Alex Horn <alex.horn@cs.ox.ac.uk>
Cc: Andrzej Zaborowski <balrogg@gmail.com>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Blue Swirl <blauwirbel@gmail.com>

Cc: Jason Baron <jbaron@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>

Andreas Färber (6):
  libqtest: Prepare I2C libqos
  tmp105: Split out I2C message constants from header
  tmp105: Fix I2C protocol bug
  tests: Add tmp105 qtest test case
  tmp105: QOM'ify
  tmp105: Add temperature QOM property

 hw/tmp105.c         |   79 ++++++++++++++----------
 hw/tmp105.h         |   64 +++++++-------------
 hw/tmp105_regs.h    |   50 ++++++++++++++++
 tests/Makefile      |    4 ++
 tests/libi2c-omap.c |  166 +++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/libi2c.c      |   22 +++++++
 tests/libi2c.h      |   30 ++++++++++
 tests/tmp105-test.c |   76 +++++++++++++++++++++++
 8 Dateien geändert, 417 Zeilen hinzugefügt(+), 74 Zeilen entfernt(-)
 create mode 100644 hw/tmp105_regs.h
 create mode 100644 tests/libi2c-omap.c
 create mode 100644 tests/libi2c.c
 create mode 100644 tests/libi2c.h
 create mode 100644 tests/tmp105-test.c

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-01-07 22:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-07 22:42 [Qemu-devel] [PATCH v3 0/6] I2C libqos and tmp105 qtest support Andreas Färber
2013-01-07 22:42 ` [Qemu-devel] [PATCH v3 1/6] libqtest: Prepare I2C libqos Andreas Färber
2013-01-07 22:42 ` [Qemu-devel] [PATCH v3 2/6] tmp105: Split out I2C message constants from header Andreas Färber
2013-01-07 22:42 ` [Qemu-devel] [PATCH v3 3/6] tmp105: Fix I2C protocol bug Andreas Färber
2013-01-07 22:42 ` [Qemu-devel] [PATCH v3 4/6] tests: Add tmp105 qtest test case Andreas Färber
2013-01-07 22:42 ` [Qemu-devel] [PATCH v3 5/6] tmp105: QOM'ify Andreas Färber
2013-01-07 22:42 ` [Qemu-devel] [PATCH v3 6/6] tmp105: Add temperature QOM property Andreas Färber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).