From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGjJL-0000Wn-Jh for qemu-devel@nongnu.org; Fri, 21 Feb 2014 01:10:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGjJ9-0004pr-Td for qemu-devel@nongnu.org; Fri, 21 Feb 2014 01:10:11 -0500 Received: from mail-pb0-f48.google.com ([209.85.160.48]:53344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGjJ9-0004pf-N6 for qemu-devel@nongnu.org; Fri, 21 Feb 2014 01:09:59 -0500 Received: by mail-pb0-f48.google.com with SMTP id rr13so2975848pbb.21 for ; Thu, 20 Feb 2014 22:09:59 -0800 (PST) Message-ID: <5306EDB0.1000401@ozlabs.ru> Date: Fri, 21 Feb 2014 17:09:52 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1392015174-5373-1-git-send-email-aik@ozlabs.ru> In-Reply-To: <1392015174-5373-1-git-send-email-aik@ozlabs.ru> 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: qemu-devel@nongnu.org Cc: Nikunj A Dadhania , qemu-ppc@nongnu.org, Alexander Graf , Anthony Liguori 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? -- Alexey