From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41721 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PI0R2-0000qq-0u for qemu-devel@nongnu.org; Mon, 15 Nov 2010 09:53:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PI0QV-000580-R4 for qemu-devel@nongnu.org; Mon, 15 Nov 2010 09:53:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PI0QV-00057S-KH for qemu-devel@nongnu.org; Mon, 15 Nov 2010 09:52:59 -0500 From: Juan Quintela In-Reply-To: <5f91d600c749e66de107f60298c5ebd36645beff.1288892774.git.mst@redhat.com> (Michael S. Tsirkin's message of "Thu, 4 Nov 2010 20:06:37 +0200") References: <20101104180406.GA2820@redhat.com> <5f91d600c749e66de107f60298c5ebd36645beff.1288892774.git.mst@redhat.com> Date: Mon, 15 Nov 2010 15:52:54 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: [PATCHv2 2/2] tap: mark fd handler as device List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org "Michael S. Tsirkin" wrote: > There's no reason for tap to run when VM is stopped. > If we let it, it confuses the bridge on TX > and corrupts DMA memory on RX. > > Signed-off-by: Michael S. Tsirkin once here, what handlers make sense to run while stopped? /me can think of the normal console, non live migration, loadvm and not much more. Perhaps it is easier to just move the other way around? Later, Juan.