From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvQ1v-0004zo-8B for qemu-devel@nongnu.org; Wed, 16 Jan 2013 05:15:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvQ1t-0001IQ-Vs for qemu-devel@nongnu.org; Wed, 16 Jan 2013 05:15:35 -0500 Sender: Paolo Bonzini Message-ID: <50F67C58.30505@redhat.com> Date: Wed, 16 Jan 2013 11:09:28 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1357828825-2414-1-git-send-email-pbonzini@redhat.com> <20130116045229.GA2156@vm> <50F667ED.6010302@greensocs.com> In-Reply-To: <50F667ED.6010302@greensocs.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] virtio-s390: add a reset function to virtio-s390 devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?KONRAD_Fr=E9d=E9ric?= Cc: aliguori@us.ibm.com, mdroth , qemu-devel@nongnu.org, Mark Burton , agraf@suse.de, qemu-stable@nongnu.org, =?ISO-8859-1?Q?Andreas_F=E4rber?= Il 16/01/2013 09:42, KONRAD Frédéric ha scritto: >> >>> virtio-s390 devices are not being reset when their bus is. To fix >>> this, add a reset method that forwards to virtio_reset. This is >>> only needed because of the "strange" modeling of virtio devices; >>> the ->vdev link is being handled manually rather than through qdev. >>> >>> Signed-off-by: Paolo Bonzini > Isn't this handled by virtio-refactoring ? > > I mean if we have a virtio bus on this VirtIOS390Device like in this > series: > http://www.mail-archive.com/qemu-devel@nongnu.org/msg149035.html Well, not in 1.3.1. :) Paolo