From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrtAP-0004tk-7y for qemu-devel@nongnu.org; Fri, 12 Aug 2011 10:56:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrtAO-00069H-1z for qemu-devel@nongnu.org; Fri, 12 Aug 2011 10:56:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrtAN-000693-Qw for qemu-devel@nongnu.org; Fri, 12 Aug 2011 10:56:56 -0400 Date: Fri, 12 Aug 2011 17:57:36 +0300 From: "Michael S. Tsirkin" Message-ID: <20110812145736.GA1778@redhat.com> References: <1312994324-32095-1-git-send-email-kraxel@redhat.com> <4E4524BB.5040304@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E4524BB.5040304@us.ibm.com> Subject: Re: [Qemu-devel] [PULL] seabios update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Gerd Hoffmann , qemu-devel@nongnu.org On Fri, Aug 12, 2011 at 08:03:55AM -0500, Anthony Liguori wrote: > On 08/10/2011 11:38 AM, Gerd Hoffmann wrote: > > Hi, > > > >This pull brings the latest seabios bits to master, featuring AHCI > >support with all bells and whistles. So you can finally boot from your > >AHCI disk, and bootorder works too! > > > >The pci device handling got a major update too. Most visible is the > >two-pass ressource allocation, which will order the PCI bars by size for > >better packing. That changes the addresses of the PCI ressources, so > >don't be surprised if you find your PCI bar somewhere else now. PCI > >bridge support is there too[1]. > > > >I'd like to update stable too after the bios update got some testing in > >master. > > Pulled. Thanks. > > >cheers, > > Gerd > > > >[1] Tested with http://patchwork.ozlabs.org/patch/103058/, > > any plans to merge that btw? > > Michael? > > Regards, > > Anthony Liguori Yes. I'm trying to make hotplug work for the p2p bridge. Once that works I definitely intend to merge it. > > > >The following changes since commit b9c6cbff76061537b722d55f0e321dde2a612a23: > > > > Merge remote-tracking branch 'pm-arm/for-upstream' into pm (2011-08-09 19:16:43 +0200) > > > >are available in the git repository at: > > > > git://git.kraxel.org/qemu seabios > > > >Gerd Hoffmann (1): > > seabios: update to master > > > > pc-bios/bios.bin | Bin 131072 -> 131072 bytes > > roms/seabios | 2 +- > > 2 files changed, 1 insertions(+), 1 deletions(-) > > > >