From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dYbjQ-0006SI-Aw for qemu-devel@nongnu.org; Fri, 21 Jul 2017 13:28:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dYbjL-0001cw-9g for qemu-devel@nongnu.org; Fri, 21 Jul 2017 13:28:52 -0400 Received: from mail-qt0-x243.google.com ([2607:f8b0:400d:c0d::243]:35332) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dYbjL-0001c4-35 for qemu-devel@nongnu.org; Fri, 21 Jul 2017 13:28:47 -0400 Received: by mail-qt0-x243.google.com with SMTP id p25so6896040qtp.2 for ; Fri, 21 Jul 2017 10:28:45 -0700 (PDT) Date: Fri, 21 Jul 2017 13:28:43 -0400 From: Kevin O'Connor Message-ID: <20170721172843.GA6606@morn.lan> References: <1500470414-7911-1-git-send-email-zuban32s@gmail.com> <1500533554.6553.1.camel@redhat.com> <3e0f92ea-58ce-abfb-1aed-4d56c1fa68b2@redhat.com> <1500631461.12926.5.camel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [SeaBIOS] [RFC PATCH 0/2] Allow RedHat PCI bridges reserve more buses than necessary during init List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcel Apfelbaum Cc: Gerd Hoffmann , Aleksandr Bezzubikov , seabios@seabios.org, Laszlo Ersek , qemu-devel@nongnu.org On Fri, Jul 21, 2017 at 03:15:46PM +0300, Marcel Apfelbaum wrote: > On 21/07/2017 13:04, Gerd Hoffmann wrote: > > I'd prefer to have a single vendor capability for all resource > > allocation hints provided by qemu. > Sure, the capability looking something like: > > [flags: reserve-buses|reserve-IO|reserve-MEM|...] > [extra-buses][IO-size][MEM-size] > > if reserve-buses -> use 'extra-buses' value and so on I don't have any objection to using a PCI capability, but I do wonder if fw_cfg would be a better fit. This information is purely qemu -> firmware, right? -Kevin