From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53266) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnEss-00062F-Vi for qemu-devel@nongnu.org; Tue, 28 Apr 2015 19:25:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnEso-00035G-Oi for qemu-devel@nongnu.org; Tue, 28 Apr 2015 19:25:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39677) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnEso-000355-Gt for qemu-devel@nongnu.org; Tue, 28 Apr 2015 19:25:42 -0400 From: John Snow Date: Tue, 28 Apr 2015 19:25:27 -0400 Message-Id: <1430263537-7786-1-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 00/10] Ide patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, jsnow@redhat.com The following changes since commit a9392bc93c8615ad1983047e9f91ee3fa8aae7= 5f: Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into sta= ging (2015-04-28 16:55:03 +0100) are available in the git repository at: https://github.com/jnsnow/qemu.git tags/ide-pull-request for you to fetch changes up to c8368674980b299604e3cfe9215c4105acefa516: qtest: Add assertion that required environment variable is set (2015-04= -28 15:27:51 -0400) ---------------------------------------------------------------- ---------------------------------------------------------------- Ed Maste (1): qtest: Add assertion that required environment variable is set Herv=C3=A9 Poussineau (1): fdc: remove sparc sun4m mutations John Snow (8): qtest/ahci: add qcow2 support to ahci-test qtest/ahci: test different disk sectors qtest/ahci: Add simple flush test qtest/ahci: Allow override of default CLI options libqtest: add qmp_eventwait libqtest: add qmp_async libqos: add blkdebug_prepare_script qtest/ahci: add flush retry test hw/block/fdc.c | 17 ---- tests/Makefile | 1 + tests/ahci-test.c | 221 ++++++++++++++++++++++++++++++++++++++---= ------ tests/ide-test.c | 34 +------- tests/libqos/ahci.c | 10 ++- tests/libqos/ahci.h | 4 +- tests/libqos/libqos-pc.c | 5 ++ tests/libqos/libqos-pc.h | 1 + tests/libqos/libqos.c | 66 ++++++++++++++ tests/libqos/libqos.h | 3 + tests/libqtest.c | 47 +++++++++- tests/libqtest.h | 47 ++++++++++ 12 files changed, 359 insertions(+), 97 deletions(-) --=20 2.1.0