From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1dxE-0000kC-FI for qemu-devel@nongnu.org; Mon, 30 Jun 2014 11:57:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1dx6-00029i-Vg for qemu-devel@nongnu.org; Mon, 30 Jun 2014 11:57:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1dx6-00029d-NG for qemu-devel@nongnu.org; Mon, 30 Jun 2014 11:57:08 -0400 Message-ID: <1404143816.24066.43.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 30 Jun 2014 17:56:56 +0200 In-Reply-To: <1404122107.24066.16.camel@nilsson.home.kraxel.org> References: <1403537391-32514-1-git-send-email-marcel.a@redhat.com> <20140623155534.GA18815@redhat.com> <1404122107.24066.16.camel@nilsson.home.kraxel.org> 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: seabios@seabios.org, qemu-devel@nongnu.org, Marcel Apfelbaum On Mo, 2014-06-30 at 11:55 +0200, Gerd Hoffmann wrote: > 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). Oops, now seeing the full thread on the mailing list. c6e298e1f12e0f4ca02b6da5e42919ae055f6830 is in, but the pcie extension isn't committed yet. Timing for 2.1 is a bit tight though, especially as I have some backlog atm due to having been sick for a week. Guess we should have a stable-1.7.5 branch for bugfixes and minor improvements like this one, while the master branch is shaked up a bit with the smm / 32bit merge ... cheers, Gerd