From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6K4w-0004ui-0N for qemu-devel@nongnu.org; Mon, 14 Nov 2016 11:25:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c6K4r-0001pq-WA for qemu-devel@nongnu.org; Mon, 14 Nov 2016 11:25:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46466) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c6K4r-0001pM-QR for qemu-devel@nongnu.org; Mon, 14 Nov 2016 11:25:49 -0500 From: John Snow Date: Mon, 14 Nov 2016 11:25:37 -0500 Message-Id: <1479140746-22142-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 v2 0/9] 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 83c83f9a5266ff113060f887f106a47920fa69= 74: Merge remote-tracking branch 'bonzini/tags/for-upstream' into staging (= 2016-11-11 12:51:50 +0000) are available in the git repository at: https://github.com/jnsnow/qemu.git tags/ide-pull-request for you to fetch changes up to 22381d4180fa71614ad195b54fe81e0ffb77b01e: ahci-test: add QMP tray test for ATAPI (2016-11-14 11:15:55 -0500) ---------------------------------------------------------------- v2: Rebase, add Kevin's RBs and fix line length in two places. ---------------------------------------------------------------- John Snow (9): atapi: classify read_cd as conditionally returning data ahci-test: Create smaller test ISO images ahci-test: test atapi read_cd with bcl, nb_sectors =3D 0 block-backend: Always notify on blk_eject libqtest: add qmp_eventwait_ref libqos/ahci: Support expected errors libqos/ahci: Add ATAPI tray macros libqos/ahci: Add get_sense and test_ready ahci-test: add QMP tray test for ATAPI block/block-backend.c | 13 ++--- hw/ide/atapi.c | 51 +++++++++++++++---- tests/ahci-test.c | 137 ++++++++++++++++++++++++++++++++++++++++++++= +++--- tests/libqos/ahci.c | 124 +++++++++++++++++++++++++++++++++++++++++---= - tests/libqos/ahci.h | 42 ++++++++++++---- tests/libqtest.c | 13 +++-- tests/libqtest.h | 22 ++++++++ 7 files changed, 354 insertions(+), 48 deletions(-) --=20 2.7.4