From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6d88-0003Mo-9z for qemu-devel@nongnu.org; Wed, 09 Dec 2015 06:41:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6d85-0004Yo-IM for qemu-devel@nongnu.org; Wed, 09 Dec 2015 06:41:56 -0500 Received: from mga01.intel.com ([192.55.52.88]:39203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6d85-0004Yj-DC for qemu-devel@nongnu.org; Wed, 09 Dec 2015 06:41:53 -0500 References: <565DB6FF.1050602@intel.com> <20151201171140-mutt-send-email-mst@redhat.com> <20151201193026-mutt-send-email-mst@redhat.com> <20151202105955-mutt-send-email-mst@redhat.com> <5661C000.8070201@intel.com> <20151209122831-mutt-send-email-mst@redhat.com> <56680E33.6040204@intel.com> <20151209132233-mutt-send-email-mst@redhat.com> From: "Lan, Tianyu" Message-ID: <5668137A.9090608@intel.com> Date: Wed, 9 Dec 2015 19:41:46 +0800 MIME-Version: 1.0 In-Reply-To: <20151209132233-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH V2 0/3] IXGBE/VFIO: Add live migration support for SRIOV NIC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Wei Yang , "Tantilov, Emil S" , "kvm@vger.kernel.org" , "qemu-devel@nongnu.org" , Alexander Duyck , "Brandeburg, Jesse" , "Rustad, Mark D" , "Wyborny, Carolyn" , Eric Auger , "Skidmore, Donald C" , "zajec5@gmail.com" , Alexander Graf , intel-wired-lan , "Kirsher, Jeffrey T" , Or Gerlitz , "Williams, Mitch A" , "Jani, Nrupal" , Bjorn Helgaas , "a.motakis@virtualopensystems.com" , "b.reynal@virtualopensystems.com" , "linux-api@vger.kernel.org" , "Nelson, Shannon" , "Dong, Eddie" , Alex Williamson , "linux-kernel@vger.kernel.org" , "Ronciak, John" , Netdev , Paolo Bonzini On 12/9/2015 7:28 PM, Michael S. Tsirkin wrote: > I remember reading that it's possible to implement a bus driver > on windows if required. But basically I don't see how windows can be > relevant to discussing guest driver patches. That discussion > probably belongs on the qemu maling list, not on lkml. I am not sure whether we can write a bus driver for Windows to support migration. But I think device vendor who want to support migration will improve their driver if we provide such framework in the hypervisor which just need them to change their driver.