From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhxBf-0006WK-Kq for qemu-devel@nongnu.org; Thu, 08 Sep 2016 07:08:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhxBb-00026V-TH for qemu-devel@nongnu.org; Thu, 08 Sep 2016 07:08:06 -0400 Received: from mail-ua0-x230.google.com ([2607:f8b0:400c:c08::230]:35527) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhxBb-000267-5c for qemu-devel@nongnu.org; Thu, 08 Sep 2016 07:08:03 -0400 Received: by mail-ua0-x230.google.com with SMTP id 95so12899910uaz.2 for ; Thu, 08 Sep 2016 04:08:03 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1473244183-31510-1-git-send-email-david@gibson.dropbear.id.au> References: <1473244183-31510-1-git-send-email-david@gibson.dropbear.id.au> From: Peter Maydell Date: Thu, 8 Sep 2016 12:07:42 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/64] ppc-for-2.8 queue 20160907 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: Alexander Graf , Thomas Huth , Laurent Vivier , Benjamin Herrenschmidt , QEMU Developers , "qemu-ppc@nongnu.org" On 7 September 2016 at 11:28, David Gibson wrote: > The following changes since commit 2926375cffce464fde6b4dabaed1e133d549af39: > > Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2016-09-06 17:18:17 +0100) > > are available in the git repository at: > > git://github.com/dgibson/qemu.git tags/ppc-for-2.8-20160907 > > for you to fetch changes up to d2ab58ffc927c00e88f53f9b853b015a76fa1bd2: > > tests: Check serial output of firmware boot of some machines (2016-09-07 12:40:13 +1000) > > ---------------------------------------------------------------- > ppc patch queue for 2016-Sep-7 > > This is my first pull request for the newly opened qemu-2.8 tree. It > contains a heap of things that were too late for 2.7 and have been > queued for a while. In particular: > * A number of preliminary patches for the powernv machine type > * A substantial cleanup of exception handling which will be > necessary to support running a TCG with hypervisor > facilities > * A start on support for POWER9 > * Some TCG implementations for new POWER9 instructions > * Some TCG and related cleanups in preparation for POWER9 > * Some assorted TCG optimizations > * An implementation of the H_CHANGE_LOGICAL_LAN_MAC hypercall > which allows the MAC address to be changed on the PAPR virtual > NIC. > * Add some extra test cases for several machines (this isn't > strictly in the ppc code, but is most value to ppc) > > NOTE: This pull request supersedes ppc-for-2.8-20160906, which had > some problems. Changes: > * Dropped BenH's lmw/stmw speedups, which break for > qemu-system-ppc64 on BE hosts > * A small fix to Thomas' serial output test to avoid a warning on > the isapc machine type. > * Some trivial checkpatch fixes > > Note that some of the patches in this series still have large numbers > of checkpatch warnings. This is because they're moving existing code > that predates most of the checkpatch style conventions. > Applied, thanks. -- PMM