From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4PiC-0003Kf-8l for qemu-devel@nongnu.org; Thu, 03 Dec 2015 03:58:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4Pi7-0003FU-76 for qemu-devel@nongnu.org; Thu, 03 Dec 2015 03:58:00 -0500 Received: from mga02.intel.com ([134.134.136.20]:3513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4Pi7-0003FG-1a for qemu-devel@nongnu.org; Thu, 03 Dec 2015 03:57:55 -0500 References: <1448372127-28115-1-git-send-email-tianyu.lan@intel.com> <1448372127-28115-7-git-send-email-tianyu.lan@intel.com> <1449095120.15753.146.camel@redhat.com> From: "Lan, Tianyu" Message-ID: <5660040D.7070001@intel.com> Date: Thu, 3 Dec 2015 16:57:49 +0800 MIME-Version: 1.0 In-Reply-To: <1449095120.15753.146.camel@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH V2 06/10] Qemu/PCI: Add macros for faked PCI migration capability List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: emil.s.tantilov@intel.com, kvm@vger.kernel.org, ard.biesheuvel@linaro.org, aik@ozlabs.ru, donald.c.skidmore@intel.com, mst@redhat.com, eddie.dong@intel.com, agraf@suse.de, quintela@redhat.com, qemu-devel@nongnu.org, blauwirbel@gmail.com, cornelia.huck@de.ibm.com, nrupal.jani@intel.com, kraxel@redhat.com, anthony@codemonkey.ws, amit.shah@redhat.com, pbonzini@redhat.com, mark.d.rustad@intel.com, lcapitulino@redhat.com, gerlitz.or@gmail.com On 12/3/2015 6:25 AM, Alex Williamson wrote: > This will of course break if the PCI SIG defines that capability index. > Couldn't this be done within a vendor defined capability? Thanks, Yes, it should work and thanks for suggestion.