All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Add PIIX4 SMBus to qtest and related changes
@ 2014-06-09  8:55 Marc Marí
  2014-06-09  8:55 ` [Qemu-devel] [PATCH 1/3] smbus: fix writes Marc Marí
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Marc Marí @ 2014-06-09  8:55 UTC (permalink / raw)
  To: qemu-devel
  Cc: Marc Marí, Paolo Bonzini, Andreas Färber, Stefan Hajnoczi

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

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

end of thread, other threads:[~2014-06-09 10:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-09  8:55 [Qemu-devel] [PATCH 0/3] Add PIIX4 SMBus to qtest and related changes Marc Marí
2014-06-09  8:55 ` [Qemu-devel] [PATCH 1/3] smbus: fix writes Marc Marí
2014-06-09  8:55 ` [Qemu-devel] [PATCH 2/3] x86 piix4: Correct SMBus base address Marc Marí
2014-06-09  8:55 ` [Qemu-devel] [PATCH 3/3] qtest: Add PIIX4 SMBus support for libqos Marc Marí
2014-06-09 10:33   ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.