From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrrPD-000744-DP for qemu-devel@nongnu.org; Fri, 12 Aug 2011 09:04:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrrPC-0000O1-55 for qemu-devel@nongnu.org; Fri, 12 Aug 2011 09:04:07 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:43871) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrrPB-0000Nu-U5 for qemu-devel@nongnu.org; Fri, 12 Aug 2011 09:04:06 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e7.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p7CCbpCK005652 for ; Fri, 12 Aug 2011 08:37:51 -0400 Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p7CD3xhx106424 for ; Fri, 12 Aug 2011 09:04:02 -0400 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p7CD9aGb013084 for ; Fri, 12 Aug 2011 07:09:36 -0600 Message-ID: <4E4524BB.5040304@us.ibm.com> Date: Fri, 12 Aug 2011 08:03:55 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1312994324-32095-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1312994324-32095-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] seabios update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org, "Michael S. Tsirkin" 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 > > 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(-) > >