qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Andreas Färber" <andreas.faerber@web.de>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, "Jason Baron" <jbaron@redhat.com>,
	"Blue Swirl" <blauwirbel@gmail.com>,
	alex.horn@cs.ox.ac.uk, "Andreas Färber" <andreas.faerber@web.de>,
	anthony@codemonkey.ws, "Paolo Bonzini" <pbonzini@redhat.com>
Subject: [Qemu-devel] [PATCH v3 0/6] I2C libqos and tmp105 qtest support
Date: Mon,  7 Jan 2013 23:42:18 +0100	[thread overview]
Message-ID: <1357598544-4804-1-git-send-email-andreas.faerber@web.de> (raw)

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

             reply	other threads:[~2013-01-07 22:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-07 22:42 Andreas Färber [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1357598544-4804-1-git-send-email-andreas.faerber@web.de \
    --to=andreas.faerber@web.de \
    --cc=alex.horn@cs.ox.ac.uk \
    --cc=anthony@codemonkey.ws \
    --cc=blauwirbel@gmail.com \
    --cc=jbaron@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).