From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7QFf-00014w-Jb for qemu-devel@nongnu.org; Tue, 23 Jun 2015 11:36:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7QFe-0007BU-Qb for qemu-devel@nongnu.org; Tue, 23 Jun 2015 11:36:43 -0400 Date: Tue, 23 Jun 2015 16:36:32 +0100 From: Stefan Hajnoczi Message-ID: <20150623153632.GH31481@stefanha-thinkpad.redhat.com> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6cMF9JLEeZkfJjkP" Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v8 00/11] Support streaming to an intermediate layer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org --6cMF9JLEeZkfJjkP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 23, 2015 at 12:32:15AM +0300, Alberto Garcia wrote: > v8: > - Rebased on top of Stefan's block branch (0a35bce416) > - The loop that pauses the block jobs in bdrv_drain_all() is now split > in two: one that iterates the list of block jobs to stop them, and > one that iterates the root bds in order to get the aio contexts. Did you try qemu-iotests? I'm still getting: 030 11s ... [failed, exit status 1] - output mismatch (see 030.out.bad) --- 030.out 2015-06-23 16:10:53.315110375 +0100 +++ 030.out.bad 2015-06-23 16:20:49.649709419 +0100 @@ -1,5 +1,17 @@ -................. +......F.......... +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D +FAIL: test_stream_parallel (__main__.TestParallelOps) +---------------------------------------------------------------------- +Traceback (most recent call last): + File "030", line 202, in test_stream_parallel + self.assert_qmp(result, 'return', {}) + File "/home/stefanha/qemu/tests/qemu-iotests/iotests.py", line 286, in a= ssert_qmp + result =3D self.dictpath(d, path) + File "/home/stefanha/qemu/tests/qemu-iotests/iotests.py", line 265, in d= ictpath + self.fail('failed path traversal for "%s" in "%s"' % (path, str(d))) +AssertionError: failed path traversal for "return" in "None" + ---------------------------------------------------------------------- Ran 17 tests =20 -OK +FAILED (failures=3D1) --6cMF9JLEeZkfJjkP Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJViX0AAAoJEJykq7OBq3PIYjwIALCrbv/5ljYse/c3tkY38ugP HNew0REAVDls3FGLnfna+1FtpmgGg0lvs9+ruWJAMdE1nbGmZuUAokxH9g6bbVim RrSnuSqR4S4GWUeUr7BCWCI4bT5Wcm1h+ff+rYZnCcr4gJLEp2n4RCcxDLPUnMZu l0mfBNpmaWBnO4NvUHbu2ds4DhYlKHblm8rIdM9e4Lb2tlGe6Y2zhExLaITaJgNF G6LVWzoqQWS0dROo7xD3tNcxzzGRHaxvOk2jcly71nsAliM7vB5luFjcBX7KcrIp P4LqHAAmpJzRuZJUd68ffr9jbNG2kwpCb69uJbN6W364LcsOCBH7BMaY46RAxSc= =COLV -----END PGP SIGNATURE----- --6cMF9JLEeZkfJjkP--