From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YznfD-0005hI-8M for qemu-devel@nongnu.org; Tue, 02 Jun 2015 10:59:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YznfA-0007cC-3a for qemu-devel@nongnu.org; Tue, 02 Jun 2015 10:59:35 -0400 Received: from e38.co.us.ibm.com ([32.97.110.159]:58185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yznf9-0007by-T4 for qemu-devel@nongnu.org; Tue, 02 Jun 2015 10:59:32 -0400 Received: from /spool/local by e38.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 2 Jun 2015 08:59:30 -0600 Received: from b03cxnp08027.gho.boulder.ibm.com (b03cxnp08027.gho.boulder.ibm.com [9.17.130.19]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 8BC5C1FF0025 for ; Tue, 2 Jun 2015 08:50:35 -0600 (MDT) Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by b03cxnp08027.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t52ExPDD27787432 for ; Tue, 2 Jun 2015 07:59:25 -0700 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t52ExPCX026056 for ; Tue, 2 Jun 2015 08:59:25 -0600 Message-ID: <556DC4CC.3080607@linux.vnet.ibm.com> Date: Tue, 02 Jun 2015 10:59:24 -0400 From: Stefan Berger MIME-Version: 1.0 References: <1433161230-29421-1-git-send-email-mst@redhat.com> <20150601173958.GI13155@redhat.com> <556CEDFF.4090504@linux.vnet.ibm.com> <20150602165327.51cd7520@nial.brq.redhat.com> In-Reply-To: <20150602165327.51cd7520@nial.brq.redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v2 00/60] pc, pci, tpm, virtio, vhost enhancements and fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: Peter Maydell , QEMU Developers , "Michael S. Tsirkin" On 06/02/2015 10:53 AM, Igor Mammedov wrote: > On Mon, 01 Jun 2015 19:42:55 -0400 > Stefan Berger wrote: > >> On 06/01/2015 01:39 PM, Daniel P. Berrange wrote: >>> On Mon, Jun 01, 2015 at 05:33:24PM +0100, Peter Maydell wrote: >>>> On 1 June 2015 at 13:22, Michael S. Tsirkin wrote: >>>>> The following changes since commit 97af820f539efe80b87615a04f9de11ea585f725: >>>>> >>>>> Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150529' into staging (2015-05-29 17:10:57 +0100) >>>>> >>>>> are available in the git repository at: >>>>> >>>>> git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream >>>>> >>>>> for you to fetch changes up to 830d70db692e374b55555f4407f96a1ceefdcc97: >>>>> >>>>> vhost-user: add multi queue support (2015-06-01 14:18:55 +0200) >>>>> >>>>> Changes from v1: >>>>> adding two TPM files that I forgot to commit >>>>> added a couple of patches that became ready since the pull request >>>>> >>>>> ---------------------------------------------------------------- >>>>> pc, pci, tpm, virtio, vhost enhancements and fixes >>>>> >>>>> A bunch of cleanups and fixes all over the place, >>>>> enhancements in TPM, virtio and vhost. >>>>> >>>>> Signed-off-by: Michael S. Tsirkin >>>>> >>>> Applied, thanks. >>> This appears to have broken the build for me >>> >>> CPP x86_64-softmmu/ssdt-tpm.dsl.i.orig >>> /home/berrange/src/virt/qemu-new/hw/i386/ssdt-tpm.dsl:28:31: fatal error: ssdt-tpm-common.dsl: No such file or directory > If you have used conversion to AML API example I've provided nothing would be lost. A hunk of a posted patch got lost ... Stefan