From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6732-00057V-94 for qemu-devel@nongnu.org; Mon, 07 Dec 2015 20:26:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6731-0006cV-MJ for qemu-devel@nongnu.org; Mon, 07 Dec 2015 20:26:32 -0500 References: <1449475725-16453-1-git-send-email-caoj.fnst@cn.fujitsu.com> <56658CBB.10009@gmail.com> From: Cao jin Message-ID: <56663214.7050306@cn.fujitsu.com> Date: Tue, 8 Dec 2015 09:27:48 +0800 MIME-Version: 1.0 In-Reply-To: <56658CBB.10009@gmail.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] Preparation for PCI devices convert to realize() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: marcel@redhat.com, qemu-devel@nongnu.org Cc: jiri@resnulli.us, qemu-block@nongnu.org, mst@redhat.com, jasowang@redhat.com, alex.williamson@redhat.com, sfeldma@gmail.com, hare@suse.de, dmitry@daynix.com, pbonzini@redhat.com, jsnow@redhat.com, kraxel@redhat.com Hi, Marcel On 12/07/2015 09:42 PM, Marcel Apfelbaum wrote: > On 12/07/2015 10:08 AM, Cao jin wrote: >> There are many PCI devices still using .init() as its initialization >> function, >> I am planning to do the "convert to realize()" work, and PCI bridge >> devices are >> chosen first. The supporting functions should be modified >> first.msi_init() & >> msix_init() are supporting functions for PCI devices. >> >> Because this patchset is much different from the previous one, so, didn`t >> add "V2" in the subject > > Hi, > > Even if the patches are different is worth mentioning V2, otherwise > the maintainer would not know which to take. > I see. Thanks for your suggestion:) > Thanks, > Marcel > -- Yours Sincerely, Cao Jin