From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGWZX-0007f4-Dm for qemu-devel@nongnu.org; Tue, 05 Jan 2016 13:43:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGWZU-0004rW-8N for qemu-devel@nongnu.org; Tue, 05 Jan 2016 13:43:07 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:45339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGWZU-0004r3-1Y for qemu-devel@nongnu.org; Tue, 05 Jan 2016 13:43:04 -0500 Date: Tue, 5 Jan 2016 13:42:51 -0500 From: Konrad Rzeszutek Wilk Message-ID: <20160105184251.GM16728@char.us.oracle.com> References: <20151213212557.5410.48577.stgit@localhost.localdomain> <20160104204104.GB17427@char.us.oracle.com> <20160105113317-mutt-send-email-mst@redhat.com> <20160105100104.GA2439@work-vm> <20160105123243-mutt-send-email-mst@redhat.com> <20160105104525.GC2439@work-vm> <20160105130133-mutt-send-email-mst@redhat.com> <20160105124303.GE2439@work-vm> <20160105150751-mutt-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160105150751-mutt-send-email-mst@redhat.com> Subject: Re: [Qemu-devel] [RFC PATCH 0/3] x86: Add support for guest DMA dirty page tracking List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Lan Tianyu , Yang Zhang , Alex Williamson , kvm@vger.kernel.org, qemu-devel@nongnu.org, "linux-pci@vger.kernel.org" , x86@kernel.org, "Dr. David Alan Gilbert" , Alexander Duyck , "linux-kernel@vger.kernel.org" , Alexander Graf , Alexander Duyck > You can create a dummy device in guest for the duration of migration. > Use guest agent to move IP address there and that should be enough to trick most guests. If you are doing this - why not bond the physical NIC with an virtual device and unplug the physical NIC?