From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fsN5w-0000yz-A9 for qemu-devel@nongnu.org; Wed, 22 Aug 2018 02:58:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fsN5q-0007so-Hp for qemu-devel@nongnu.org; Wed, 22 Aug 2018 02:58:20 -0400 Received: from mail-wr1-x443.google.com ([2a00:1450:4864:20::443]:42563) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fsN5o-0007q3-Jh for qemu-devel@nongnu.org; Wed, 22 Aug 2018 02:58:13 -0400 Received: by mail-wr1-x443.google.com with SMTP id v17-v6so671491wrr.9 for ; Tue, 21 Aug 2018 23:58:10 -0700 (PDT) References: <1534821487-14189-1-git-send-email-jing2.liu@linux.intel.com> <1534821487-14189-3-git-send-email-jing2.liu@linux.intel.com> From: Marcel Apfelbaum Message-ID: <36d3de24-3d5e-e57a-b722-bbaaf1fd0035@gmail.com> Date: Wed, 22 Aug 2018 09:58:06 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [Qemu-devel] [PATCH v3 2/2] hw/pci: add PCI resource reserve capability to legacy PCI bridge List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Liu, Jing2" , qemu-devel@nongnu.org Cc: anthony.xu@intel.com, mst@redhat.com, lersek@redhat.com, pbonzini@redhat.com Hi Jing, On 08/22/2018 04:53 AM, Liu, Jing2 wrote: > Hi Marcel, > > On 8/21/2018 5:59 PM, Marcel Apfelbaum wrote: >> >> >> On 08/21/2018 06:18 AM, Jing Liu wrote: >>> Add hint to firmware (e.g. SeaBIOS) to reserve addtional >>> BUS/IO/MEM/PREF resource for legacy pci-pci bridge. Add the >>> resource reserve capability deleting in pci_bridge_dev_exitfn. >>> >>> Signed-off-by: Jing Liu >>> --- >>>   hw/pci-bridge/pci_bridge_dev.c | 24 ++++++++++++++++++++++++ >>>   1 file changed, 24 insertions(+) >>> > [...] >> >> Reviewed-by: Marcel Apfelbaum >> > Thanks for the quick reviewing and feedback. > So could I ask what I should do now, update a new version > with your rb or just waiting for pushing, or else? > You just need to wait until Michael adds the series to his next pull request. Nothing more to do. Thanks, Marcel > Thanks, > Jing > >> Thanks, >> Marcel >>