qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] Add PIIX4 SMBus to qtest and related changes


From: Marc Marí
Subject: [Qemu-devel] [PATCH 0/3] Add PIIX4 SMBus to qtest and related changes
Date: Mon, 9 Jun 2014 10:55:30 +0200

Add PIIX4 SMBus to testing libraries, add a test case for those libraries, and
solve problems in SMBus and PIIX4 codes.

Marc Marí (2):
  x86 piix4: Correct SMBus base address
  qtest: Add PIIX4 SMBus support for libqos

Paolo Bonzini (1):
  smbus: fix writes

 hw/acpi/piix4.c            |    2 +-
 hw/i2c/smbus.c             |    7 +-
 tests/Makefile             |    5 +
 tests/eeprom-test.c        |   58 ++++++++++++
 tests/libqos/i2c.h         |    5 +-
 tests/libqos/smbus-piix4.c |  220 ++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 293 insertions(+), 4 deletions(-)
 create mode 100644 tests/eeprom-test.c
 create mode 100644 tests/libqos/smbus-piix4.c

-- 
1.7.10.4




reply via email to

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