From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XS3hW-000562-Mw for qemu-devel@nongnu.org; Thu, 11 Sep 2014 08:42:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XS3hK-0001iR-VS for qemu-devel@nongnu.org; Thu, 11 Sep 2014 08:42:14 -0400 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:44402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XS3hK-0001iE-Lr for qemu-devel@nongnu.org; Thu, 11 Sep 2014 08:42:02 -0400 Received: from /spool/local by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 11 Sep 2014 13:42:01 +0100 Message-ID: <54119894.6020101@de.ibm.com> Date: Thu, 11 Sep 2014 14:41:56 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1409848699-28374-1-git-send-email-stefanha@redhat.com> <1409848699-28374-4-git-send-email-stefanha@redhat.com> <5411935E.7020402@de.ibm.com> <20140911123825.GB25518@redhat.com> In-Reply-To: <20140911123825.GB25518@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 3/6] virtio: don't call device on !vm_running List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Peter Maydell , Jason Wang , qemu-devel@nongnu.org, Stefan Hajnoczi , qemu-stable@nongnu.org On 11/09/14 14:38, Michael S. Tsirkin wrote: >> > >> > This broke managedsave on s390x: >> > qemu-system-s390x: hw/net/virtio-net.c:1348: virtio_net_save: Assertion `!n->vhost_started' failed. >> > reverting that commit makes it working again. >> > Any ideas? >> > >> > Christian > > Does it help if you apply > [PULL v2 09/16] vhost_net: cleanup start/stop condition > on top? > This patch is part of my tree (I am testing qemu/master + some s390 specific patches) Christian