From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Lan, Tianyu" Subject: Re: [RFC PATCH V2 06/10] Qemu/PCI: Add macros for faked PCI migration capability Date: Thu, 3 Dec 2015 16:57:49 +0800 Message-ID: <5660040D.7070001@intel.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: aik@ozlabs.ru, amit.shah@redhat.com, anthony@codemonkey.ws, ard.biesheuvel@linaro.org, blauwirbel@gmail.com, cornelia.huck@de.ibm.com, eddie.dong@intel.com, nrupal.jani@intel.com, agraf@suse.de, kvm@vger.kernel.org, pbonzini@redhat.com, qemu-devel@nongnu.org, emil.s.tantilov@intel.com, gerlitz.or@gmail.com, donald.c.skidmore@intel.com, mark.d.rustad@intel.com, mst@redhat.com, kraxel@redhat.com, lcapitulino@redhat.com, quintela@redhat.com To: Alex Williamson Return-path: Received: from mga03.intel.com ([134.134.136.65]:11759 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758865AbbLCI5y (ORCPT ); Thu, 3 Dec 2015 03:57:54 -0500 In-Reply-To: <1449095120.15753.146.camel@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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.