From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fKiGO-0004fh-C1 for qemu-devel@nongnu.org; Mon, 21 May 2018 06:42:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fKiGK-0001CN-EP for qemu-devel@nongnu.org; Mon, 21 May 2018 06:42:00 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:59268 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fKiGK-0001BU-97 for qemu-devel@nongnu.org; Mon, 21 May 2018 06:41:56 -0400 Date: Mon, 21 May 2018 18:41:47 +0800 From: Peter Xu Message-ID: <20180521104147.GA17282@xz-mi> References: <20180521084249.10640-1-peterx@redhat.com> <20180521085907.GE23090@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180521085907.GE23090@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC] monitor: turn on Out-Of-Band by default again List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Daniel =?utf-8?B?UC4gQmVycmFuZ8Op?= Cc: qemu-devel@nongnu.org, =?utf-8?Q?Marc-Andr=C3=A9?= Lureau , Christian Borntraeger , Fam Zheng , Kevin Wolf , Max Reitz , Eric Auger , Eric Blake , John Snow , Peter Maydell , Markus Armbruster On Mon, May 21, 2018 at 09:59:07AM +0100, Daniel P. Berrang=C3=A9 wrote: > On Mon, May 21, 2018 at 04:42:49PM +0800, Peter Xu wrote: > > We turned Out-Of-Band feature of monitors off for 2.12 release. Now = we > > try to turn that on again. > >=20 > > Signed-off-by: Peter Xu > > -- > > Now OOB should be okay with all known tests (except iotest qcow2, sin= ce > > it is still broken on master), and AFAIK now we should also be okay w= ith > > ARM+Libvirt (not testsed, but Eric Auger helped to verify that before > > the release). So I think it's now safe to turn OOB on again. Please > > feel free to test this against any of existing testsuites to see whet= her > > it'll still break any stuff. Thanks, >=20 > Can you remind us what the problem was with ARM+Libvirt that this > caused ? Sure. The regression reported by Eric Auger is: http://lists.gnu.org/archive/html/qemu-devel/2018-03/msg06231.html The fix is: https://patchwork.kernel.org/patch/10332289/ And the fix is in master already. Regards, --=20 Peter Xu