From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpcpW-0007BX-Ge for qemu-devel@nongnu.org; Fri, 23 Oct 2015 09:56:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpcpT-0008Eb-4s for qemu-devel@nongnu.org; Fri, 23 Oct 2015 09:56:26 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:60706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpcpS-0008EO-Uv for qemu-devel@nongnu.org; Fri, 23 Oct 2015 09:56:23 -0400 Received: from localhost by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 23 Oct 2015 07:56:21 -0600 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: <1445593413-22057-1-git-send-email-david@gibson.dropbear.id.au> References: <1445593413-22057-1-git-send-email-david@gibson.dropbear.id.au> Message-ID: <20151023135604.18764.74533@loki> Date: Fri, 23 Oct 2015 08:56:04 -0500 Subject: Re: [Qemu-devel] [PULL 00/21] ppc-next-20151023 queue 20151023 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson , peter.maydell@linaro.org Cc: lvivier@redhat.com, thuth@redhat.com, aik@ozlabs.ru, agraf@suse.de, qemu-devel@nongnu.org, qemu-ppc@nongnu.org Quoting David Gibson (2015-10-23 04:43:11) > The following changes since commit 6a6739de510706e1d337180d12be74ebbd0c76= 66: > = > Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20151021' into = staging (2015-10-22 18:01:53 +0100) > = > are available in the git repository at: > = > git://github.com/dgibson/qemu.git tags/ppc-next-20151023 > = > for you to fetch changes up to 659f7f65561e78d720986d61f3112c54a97b2b96: > = > prep: do not use CPU_LOG_IOPORT, convert to tracepoints (2015-10-23 12:= 38:28 +1100) > = > Peter, > = > I meant to send most of these out a week ago, but it appears I got > sidetracked between setting up my final tests and actually sending the > pull request. I'm hoping we can still merge this now, at the > beginning of the soft freeze. > = > I am getting a failure on one of the Travis builds for this tree (see, > e.g. https://travis-ci.org/dgibson/dgibson/qemu/jobs/86949030). That's probably the qga-test unit test failure: http://mid.gmane.org/<1445359759-7575-1-git-send-email-mdroth@linux.vnet.= ibm.com> Sending a pull shortly. > However, I don't think it's related to the patches I'm pushing. > = > Resend, CCing qemu-devel and qemu-ppc. Sorry for the mixup. > = > ---------------------------------------------------------------- > ppc patch queue - 2015-10-23 > = > sPAPR highlights: > * Allow VFIO devices on the spapr-pci-host-bridge > * Allow virtio VGA > * Safer handling of HTAB allocation > * ibm,pa-features device tree property > = > non-sPAPR highlights: > * Categorization of many ppc specific devices in help output > * Tweaks to MMU type constants > = > ---------------------------------------------------------------- > Benjamin Herrenschmidt (2): > ppc: Add mmu_model defines for arch 2.03 and 2.07 > ppc/spapr: Add "ibm,pa-features" property to the device-tree > = > Bharata B Rao (2): > spapr: Allocate HTAB from machine init > spapr: Abort when HTAB of requested size isn't allocated > = > David Gibson (4): > spapr_pci: Allow PCI host bridge DMA window to be configured > spapr_iommu: Rename vfio_accel parameter > spapr_iommu: Provide a function to switch a TCE table to allowing V= FIO > spapr_pci: Allow VFIO devices to work on the normal PCI host bridge > = > Laurent Vivier (10): > adb: add to input category > cmd646: add to storage category > escc: add to input category > grackle: add to bridge category > cuda: add to bridge category > macio-ide: add to storage category > uninorth: add to bridge category > macio: add to bridge category > macio-nvram: add to misc category > openpic: add to misc category > = > Paolo Bonzini (1): > prep: do not use CPU_LOG_IOPORT, convert to tracepoints > = > Thomas Huth (2): > spapr: Add "slb-size" property to CPU device tree nodes > hw/scsi/spapr_vscsi: Remove superfluous memset > = > hw/char/escc.c | 1 + > hw/ide/cmd646.c | 1 + > hw/ide/macio.c | 1 + > hw/input/adb.c | 2 ++ > hw/intc/openpic.c | 1 + > hw/intc/openpic_kvm.c | 1 + > hw/misc/macio/cuda.c | 1 + > hw/misc/macio/macio.c | 1 + > hw/nvram/mac_nvram.c | 1 + > hw/pci-host/grackle.c | 2 ++ > hw/pci-host/uninorth.c | 8 +++++ > hw/ppc/prep.c | 30 ++---------------- > hw/ppc/spapr.c | 74 +++++++++++++++++++++++++++++++++++++++= +----- > hw/ppc/spapr_iommu.c | 38 +++++++++++++++++++++-- > hw/ppc/spapr_pci.c | 13 ++++++-- > hw/scsi/spapr_vscsi.c | 1 - > include/hw/pci-host/spapr.h | 3 +- > include/hw/ppc/spapr.h | 6 ++-- > target-ppc/cpu.h | 11 ++++--- > target-ppc/kvm.c | 19 +++++++++--- > target-ppc/kvm_ppc.h | 2 +- > target-ppc/mmu_helper.c | 16 +++++----- > target-ppc/translate.c | 4 +-- > target-ppc/translate_init.c | 5 +-- > trace-events | 4 +++ > 25 files changed, 179 insertions(+), 67 deletions(-) >=20