From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xvt0m-0004Dm-Rd for qemu-devel@nongnu.org; Tue, 02 Dec 2014 14:21:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xvt0i-0004Bo-9w for qemu-devel@nongnu.org; Tue, 02 Dec 2014 14:21:24 -0500 Message-ID: <547E1121.1000904@redhat.com> Date: Tue, 02 Dec 2014 14:21:05 -0500 From: Cole Robinson MIME-Version: 1.0 References: <1417494766-2294-1-git-send-email-aik@ozlabs.ru> In-Reply-To: <1417494766-2294-1-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] pseries: Update SLOF firmware image to 20141202 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, Alexander Graf , Nikunj A Dadhania On 12/01/2014 11:32 PM, Alexey Kardashevskiy wrote: > The changelog is: > > version: update to 20141202 > > ipv4: Fix send packet across a subnet > > pci: scan only type 0 and type 1 > > usb-xhci: support xhci extended capabilities > > Fix term-io-key to also work when stdin has not been set yet > > net-snk: llfw startup is using the wrong offset to handler > > net-snk: Make call_client_interface() a bit more ABI compliant > > net-snk: Remove custom printf version > > net-snk: Sanitize our .lds file > > net-snk: Avoid type clash for stdin & stdout > > net-snk: use socket descriptor in the network stack > > net-snk: Remove printk() in favor of printf() > > net-snk: Remove redundant prototypes > > net-snk: Remove unused timer functions > > net-snk: Remove some unused PCI functions > > net-snk: Remove module system > > net-snk: Remove insmod/rmmod > > net-snk: Remove snk_kernel_interface and related definitions > > net-snk: Remove pci/vio_config gunk > > js2x: Fix build > > net-snk: Remoe some now unused "kernel" functions > > rtas: Improve error handling in instantiate-rtas > > version: update to 20140827 > > Add private HCALL to inform updated RTAS base and entry > > xhci: fix port assignment > > Cc: Nikunj A Dadhania > Signed-off-by: Alexey Kardashevskiy > --- > pc-bios/README | 2 +- > pc-bios/slof.bin | Bin 923896 -> 911704 bytes > roms/SLOF | 2 +- > 3 files changed, 2 insertions(+), 2 deletions(-) > I don't see that tag in your github repo... forget git push --tags ? Also, http://git.qemu.org/SLOF.git isn't updated, but not sure if that matters (I don't know if that mirror has some specific purpose for qemu processes) - Cole