From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57743) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwkc9-0006BF-LP for qemu-devel@nongnu.org; Tue, 26 Sep 2017 03:49:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dwkc5-0004h2-Nu for qemu-devel@nongnu.org; Tue, 26 Sep 2017 03:49:09 -0400 Date: Tue, 26 Sep 2017 09:48:57 +0200 From: Eduardo Otubo Message-ID: <20170926074857.GA6415@vader> References: <55782343-4bb4-d5ed-2c5d-4dd0fc5764dd@msgid.tls.msk.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <55782343-4bb4-d5ed-2c5d-4dd0fc5764dd@msgid.tls.msk.ru> Subject: Re: [Qemu-devel] [PULL 00/31] Trivial patches for 2017-09-25 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: Peter Maydell , QEMU Developers , QEMU Trivial , Zhang Chen On Tue, Sep 26, 2017 at 08:57:00AM +0300, Michael Tokarev wrote: > 26.09.2017 02:22, Peter Maydell wrote: > [] > >> trivial patches for 2017-09-25 > > > > This fails 'make check' on most of my configs: > > > > GTESTER check-qtest-ppc64 > > qemu-system-ppc64: -object > > filter-mirror,id=qtest-f0,netdev=qtest-bn0,queue=tx,outdev=mirror0: > > Device 'qtest-bn0' not found > > Broken pipe > > GTester: last random seed: R02Sb816ff80b7d08ef6a5328ff373d8cd65 > > > > GLib-CRITICAL **: void g_hook_destroy_link(GHookList *, GHook *): > > assertion `hook != NULL' failed > > aborting... > That's really weird, I'm pretty sure I did run make check before sending it. Anyways, thanks for catching this. I'll fix and resend. > For what it's worth, this time I just _forgot_ to run tests. What a shame.. > > It fails due to: > > Author: Eduardo Otubo > Date: Mon Aug 21 17:50:05 2017 +0200 > > filter-mirror: segfault when specifying non existent device > > When using filter-mirror like the example below where the interface > 'ndev0' does not exist on the host, QEMU crashes into segmentation > fault. > > $ qemu-system-x86_64 -S -machine pc -netdev user,id=ndev0 -object filter-mirror,id=test-object,netdev=ndev0 > > This happens because the function filter_mirror_setup() does not checks > if the device actually exists and still keep on processing calling > qemu_chr_find(). This patch fixes this issue. > > Signed-off-by: Eduardo Otubo > Reviewed-by: Zhang Chen > > Reverting this patch makes it run again. Cc'ing Eduardo. > > I'll remove this patch, patch "hw/isa/pc87312: Mark the device with > user_creatable = false" (will be replaced with a better variant), > and update another patch stripping one more trailing whitespace, > and resend. > > Thanks, > > /mjt -- Eduardo Otubo Senior Software Engineer @ RedHat