From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6Kjo-0006K0-Cu for qemu-devel@nongnu.org; Mon, 14 Nov 2016 12:08:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c6Kjk-0006zQ-9F for qemu-devel@nongnu.org; Mon, 14 Nov 2016 12:08:08 -0500 Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]:36115) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c6Kjj-0006yh-WA for qemu-devel@nongnu.org; Mon, 14 Nov 2016 12:08:04 -0500 Received: by mail-wm0-x241.google.com with SMTP id m203so17034521wma.3 for ; Mon, 14 Nov 2016 09:08:03 -0800 (PST) Date: Mon, 14 Nov 2016 17:08:00 +0000 From: Stefan Hajnoczi Message-ID: <20161114170800.GF1352@stefanha-x1.localdomain> References: <1479140746-22142-1-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qp4W5+cUSnZs0RIF" Content-Disposition: inline In-Reply-To: <1479140746-22142-1-git-send-email-jsnow@redhat.com> Subject: Re: [Qemu-devel] [PULL v2 0/9] Ide patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: qemu-devel@nongnu.org, peter.maydell@linaro.org --qp4W5+cUSnZs0RIF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 14, 2016 at 11:25:37AM -0500, John Snow wrote: > The following changes since commit 83c83f9a5266ff113060f887f106a47920fa69= 74: >=20 > Merge remote-tracking branch 'bonzini/tags/for-upstream' into staging (= 2016-11-11 12:51:50 +0000) >=20 > are available in the git repository at: >=20 > https://github.com/jnsnow/qemu.git tags/ide-pull-request >=20 > for you to fetch changes up to 22381d4180fa71614ad195b54fe81e0ffb77b01e: >=20 > ahci-test: add QMP tray test for ATAPI (2016-11-14 11:15:55 -0500) >=20 > ---------------------------------------------------------------- >=20 > v2: Rebase, add Kevin's RBs and fix line length in two places. >=20 > ---------------------------------------------------------------- >=20 > 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 >=20 > 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 > --=20 > 2.7.4 >=20 >=20 Thanks, applied to my staging tree: https://github.com/stefanha/qemu/commits/staging Stefan --qp4W5+cUSnZs0RIF Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJYKe9wAAoJEJykq7OBq3PI6RcH/0nlfIwXG/EK5IlXcJut+iYU FPhBrG54mTPpTvGmlNa8rmKsSi/8p1c6d0ZShng4lV9IJLjqvb9qboEZE7kv+SDY DF/JHQp4/nrmqirmsfJRjHUipMRkTV2tjn808q6zhQ30dGB3jYKPTUROlbyvuFom 20wfdMcKGYdtcCBRiiQR6zNEFIUcl+pgil5HeAA03Fits+ecWEuTrYg9DE/VOEaz ge+2rnKGeUj4yKe/Sp4JeW4ZIoaAS2VvGb3LzfXGpfT+kcGQHfOdilrT9vxcRTnG H3Vt7sMZxccZQpelXvcU578ZqmTLJzNaVnDcegE664F+hvzw6+rsVn+1q0gZOHE= =sUFE -----END PGP SIGNATURE----- --qp4W5+cUSnZs0RIF--