From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmOPH-0001Tu-Qj for qemu-devel@nongnu.org; Thu, 28 Jul 2011 07:05:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmOPH-0005fm-3k for qemu-devel@nongnu.org; Thu, 28 Jul 2011 07:05:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmOPG-0005fX-Sh for qemu-devel@nongnu.org; Thu, 28 Jul 2011 07:05:35 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6SB5XPA021944 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 28 Jul 2011 07:05:33 -0400 Date: Thu, 28 Jul 2011 14:06:05 +0300 From: "Michael S. Tsirkin" Message-ID: <20110728110605.GA29288@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v2 5/5] virtio-balloon: Unregister savevm section on device unplug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Amit Shah , qemu list On Thu, Jul 28, 2011 at 09:45:44AM +0200, Markus Armbruster wrote: > I hate the virtio pointer thicket. The problem is that each device is both a virtio pci device and a virtio net device. -- MST