From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2ERW-00074Y-ID for qemu-devel@nongnu.org; Wed, 02 Jul 2014 02:55:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2ERQ-0004yg-El for qemu-devel@nongnu.org; Wed, 02 Jul 2014 02:54:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2ERQ-0004yQ-64 for qemu-devel@nongnu.org; Wed, 02 Jul 2014 02:54:52 -0400 Message-ID: <1404284086.7258.3.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Wed, 02 Jul 2014 08:54:46 +0200 In-Reply-To: <1403537391-32514-1-git-send-email-marcel.a@redhat.com> References: <1403537391-32514-1-git-send-email-marcel.a@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] [PATCH v3] hw/pci: reserve IO and mem for pci express downstream ports with no devices attached List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcel Apfelbaum Cc: seabios@seabios.org, qemu-devel@nongnu.org, mst@redhat.com On Mo, 2014-06-23 at 18:29 +0300, Marcel Apfelbaum wrote: > Commit c6e298e1f12e0f4ca02b6da5e42919ae055f6830 > hw/pci: reserve IO and mem for pci-2-pci bridges with no devices attached > > introduced support for hot-plugging devices behind pci-2-pci bridges. > Extend hotplug support also for pci express downstream ports. Committed to master. Also created a 1.7.5 stable branch and cherry-picked the patch into that branch. cheers, Gerd