From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua0uU-0001WL-Ri for qemu-devel@nongnu.org; Wed, 08 May 2013 05:43:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ua0uN-0005ZN-Dl for qemu-devel@nongnu.org; Wed, 08 May 2013 05:43:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua0uN-0005ZG-5o for qemu-devel@nongnu.org; Wed, 08 May 2013 05:43:35 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r489hYom021832 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 8 May 2013 05:43:34 -0400 From: Kevin Wolf Date: Wed, 8 May 2013 11:43:21 +0200 Message-Id: <1368006206-2602-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 1.5 0/5] ide: Test cases and a corner case fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com Kevin Wolf (5): ide: Reset BMIDEA bit when the bus master is stopped libqos/pci: Enable bus mastering qtest: Add IDE test case qtest/ide-test: Add simple DMA read/write test case qtest/ide-test: Test short and long PRDTs hw/ide/pci.c | 1 + tests/Makefile | 2 + tests/ide-test.c | 440 +++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/libqos/pci.c | 2 +- 4 files changed, 444 insertions(+), 1 deletion(-) create mode 100644 tests/ide-test.c -- 1.8.1.4