From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1YIz-00014C-0i for qemu-devel@nongnu.org; Mon, 30 Jun 2014 05:55:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1YIr-0003Zr-Ja for qemu-devel@nongnu.org; Mon, 30 Jun 2014 05:55:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1YIr-0003ZV-Bo for qemu-devel@nongnu.org; Mon, 30 Jun 2014 05:55:13 -0400 Message-ID: <1404122107.24066.16.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 30 Jun 2014 11:55:07 +0200 In-Reply-To: <20140623155534.GA18815@redhat.com> References: <1403537391-32514-1-git-send-email-marcel.a@redhat.com> <20140623155534.GA18815@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: "Michael S. Tsirkin" Cc: kevin@koconnor.net, seabios@seabios.org, qemu-devel@nongnu.org, Marcel Apfelbaum On Mo, 2014-06-23 at 18:55 +0300, Michael S. Tsirkin wrote: > On Mon, Jun 23, 2014 at 06:29:51PM +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. > > > > Signed-off-by: Marcel Apfelbaum > > > Reviewed-by: Michael S. Tsirkin > > Gerd, is there a plan to do a release for QEMU 2.1? > It would be nice to have this patch there. It's in already (seabios 1.7.5 release & qemu git master). cheers, Gerd