From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1e3t-0007Xg-48 for qemu-devel@nongnu.org; Mon, 30 Jun 2014 12:04:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1e3l-0004yE-Kv for qemu-devel@nongnu.org; Mon, 30 Jun 2014 12:04:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1e3l-0004y8-BP for qemu-devel@nongnu.org; Mon, 30 Jun 2014 12:04:01 -0400 Date: Mon, 30 Jun 2014 19:04:25 +0300 From: "Michael S. Tsirkin" Message-ID: <20140630160425.GA2351@redhat.com> References: <1403537391-32514-1-git-send-email-marcel.a@redhat.com> <20140623155534.GA18815@redhat.com> <1404122107.24066.16.camel@nilsson.home.kraxel.org> <1404143816.24066.43.camel@nilsson.home.kraxel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1404143816.24066.43.camel@nilsson.home.kraxel.org> 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: Gerd Hoffmann Cc: seabios@seabios.org, qemu-devel@nongnu.org, Marcel Apfelbaum On Mon, Jun 30, 2014 at 05:56:56PM +0200, Gerd Hoffmann wrote: > 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 > And then update bios with fixes from that branch around rc2? Please do, Marcel fixed up most of pcie hotplug, would be sad for it all to wait another quarter. -- MST