From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5Gtm-0004C7-VY for qemu-devel@nongnu.org; Fri, 11 Nov 2016 13:50:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c5Gtj-0003FZ-1e for qemu-devel@nongnu.org; Fri, 11 Nov 2016 13:50:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33424) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c5Gti-0003FK-S3 for qemu-devel@nongnu.org; Fri, 11 Nov 2016 13:49:58 -0500 From: John Snow Date: Fri, 11 Nov 2016 13:49:46 -0500 Message-Id: <1478890195-30841-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 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 6bbcb76301a72dc80c8d29af13d40bb9a759c9= c6: MAINTAINERS: Remove obsolete stable branches (2016-11-10 15:29:59 +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 317a342cc0e0694549e2bc4e500085ca98a15ba0: ahci-test: add QMP tray test for ATAPI (2016-11-11 10:12:21 -0500) ---------------------------------------------------------------- Two bugfixes, and the tests to cover their regressions. Intended for rc0, thanks. ---------------------------------------------------------------- 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 | 123 ++++++++++++++++++++++++++++++++++++++++---- tests/libqos/ahci.h | 41 +++++++++++---- tests/libqtest.c | 13 +++-- tests/libqtest.h | 22 ++++++++ 7 files changed, 352 insertions(+), 48 deletions(-) --=20 2.7.4