From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLjgT-0004MN-S1 for qemu-devel@nongnu.org; Thu, 06 Mar 2014 20:34:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLjgK-0006wb-HW for qemu-devel@nongnu.org; Thu, 06 Mar 2014 20:34:45 -0500 Received: from mail-pd0-f180.google.com ([209.85.192.180]:47719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLjgK-0006vP-Bs for qemu-devel@nongnu.org; Thu, 06 Mar 2014 20:34:36 -0500 Received: by mail-pd0-f180.google.com with SMTP id v10so3346547pde.11 for ; Thu, 06 Mar 2014 17:34:34 -0800 (PST) Message-ID: <53192224.9070405@ozlabs.ru> Date: Fri, 07 Mar 2014 12:34:28 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1392015174-5373-1-git-send-email-aik@ozlabs.ru> <5306EDB0.1000401@ozlabs.ru> <94D0811D-C245-40E8-A545-091CE9E242D3@suse.de> In-Reply-To: <94D0811D-C245-40E8-A545-091CE9E242D3@suse.de> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] pseries: Update SLOF firmware image to 20140204 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Stefan Hajnoczi , Nikunj A Dadhania , "list@suse.de:PowerPC" , QEMU Developers , Anthony Liguori On 02/21/2014 07:24 PM, Alexander Graf wrote: > > On 21.02.2014, at 07:09, Alexey Kardashevskiy wrote: > >> On 02/10/2014 05:52 PM, Alexey Kardashevskiy wrote: >>> The changelog is: >>>> version: update to 20140204 >>>> virtio-9p: disable unused structure >>>> Make "boot net:dhcp" boot from IPv4 only >>>> Fix virtio device shutdown >>>> Change shutdown method name for virtio-scsi >>>> Add support for 64bit LE ABI v1 and v2 support >>>> Change representation of string environment variable >>>> cas: return error when unknown node found >>>> version: update >>>> Reset obp-tftp arguments before parsing >>>> Enable seamless netboot on IPv6 network >>>> Fix shutdown for virtio devices >>>> Fix zero checksum in UDP header >>>> Handle router advertisement message properly >>>> [oex]hci_exit: Check before freeing/unmapping memory >>>> Work around missing sc 1 traps on pHyp >>>> fix print_version() to return where it came from >>>> usb-xhci: memory freeing and using returns as bool uniformly >>>> Output banner and initial display output in VNC window >>>> use VERSION file to generate FW version >>>> cas: remove warning >>>> Add support for loading little endian ELF binaries. >>>> Add bswap_{16,32,64}p >>>> dhcpv6 and other minor net-snk fixes >>>> Fix missing drop in virtio-fs setup-alias >>>> Find next available alias name >>>> SLOF does not exit if given 1KB disk >>>> boot: enable support for bootindex >>>> pci-properties: add properties to enable hotplug for spapr >>>> e1000: remember node handle >>>> Increase quiesce tokens array size >>>> virtio: timeout after 5sec >>>> Enable IPv6 support in dns >>>> usb-ohci: fix warnings >>>> Add ipv6 support in net-snk >>>> ipv4: fix frame overwriting following arp_send_request >>>> e1000: fix SLOF_dma_map_out arguments >>>> Maintain single global packet buffer for tftp >>>> Increase virtio-net receive queue size >>>> Increase veth receive queue size >>>> Fix dprintf macros at various points >>>> usb-ohci: rewrite done_head processing code >>>> boot: add net in default boot order >>>> block 0 address in the allocator >>>> scsi: make-media-alias fix >>>> usb-xhci: add xhci host controller support >>>> usb-xhci: add xhci support >>>> Avoid veth read/write calls with zero length buffer >>>> boot: include other aliases >>>> usb-core: disable xhci >> >> >> Ping? > > Anthony / Stefan, could you please update the SLOF.git mirror on git.qemu.org? It has been updated quite a while ago and it did not get included in "[Qemu-devel] [PULL 00/130] ppc patch queue 2014-03-05" so I assume there is something terribly wrong with it but what? Thanks. -- Alexey