qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v4 0/3] qtest: tmp105 cleanups and MMIO support


From: Andreas Färber
Subject: [Qemu-devel] [PATCH v4 0/3] qtest: tmp105 cleanups and MMIO support
Date: Sat, 16 Feb 2013 22:44:00 +0100

Hello Anthony,

These are the follow-ups to permanently fix qtest endianness issues.

v4 is a resend of just the qtest stuff from v3, to buy me time to respin tmp105
debug output separately.

Regards,
Andreas

v3 -> v4:
* Split off tmp105-test and tmp105 changes.

v2 -> v3:
* Split off libi2c-omap endianness fix and strtoul() into dedicated for-1.4 
series.
* Compile qtest.c per target to allow target-specific byte swapping.
* Rebased onto libqtest.h documentation fix for 1.4.
* Inserted patches that convert all macros to inline functions.
* Added gtk-doc documentation for functions and for protocol commands.
* Update m48t59-test.c to use readb/writeb as well.

v1 -> v2:
* Add patch with debug output for tmp105.c.
* Add proposal for QTest-level {read,write}w support.

Cc: Anthony Liguori <address@hidden>
Cc: Blue Swirl <address@hidden>
Cc: Alexander Graf <address@hidden>
Cc: Peter Maydell <address@hidden>

Andreas Färber (3):
  libqtest: Convert macros to functions and clean up documentation
  libqtest: Introduce qtest_qmpv() and convert remaining macro
  qtest: Add MMIO support

 Makefile.objs       |    1 -
 Makefile.target     |    1 +
 qtest.c             |   81 ++++++++++++
 tests/libi2c-omap.c |   23 ----
 tests/libqtest.c    |   76 ++++++++++-
 tests/libqtest.h    |  366 ++++++++++++++++++++++++++++++++++++++++++++-------
 tests/m48t59-test.c |    7 +-
 7 Dateien geändert, 471 Zeilen hinzugefügt(+), 84 Zeilen entfernt(-)

-- 
1.7.10.4




reply via email to

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