From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtvNC-0003RY-4P for qemu-devel@nongnu.org; Mon, 09 Jun 2014 04:56:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtvN2-0002sC-KY for qemu-devel@nongnu.org; Mon, 09 Jun 2014 04:56:10 -0400 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:61489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtvN2-0002s2-EL for qemu-devel@nongnu.org; Mon, 09 Jun 2014 04:56:00 -0400 Received: by mail-wi0-f175.google.com with SMTP id f8so3837701wiw.2 for ; Mon, 09 Jun 2014 01:55:59 -0700 (PDT) From: =?UTF-8?q?Marc=20Mar=C3=AD?= Date: Mon, 9 Jun 2014 10:55:30 +0200 Message-Id: <1402304133-29620-1-git-send-email-marc.mari.barcelo@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/3] Add PIIX4 SMBus to qtest and related changes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc=20Mar=C3=AD?= , Paolo Bonzini , =?UTF-8?q?Andreas=20F=C3=A4rber?= , 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