From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzOSB-0006vu-KW for qemu-devel@nongnu.org; Mon, 01 Jun 2015 08:04:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzOS8-0000TY-D0 for qemu-devel@nongnu.org; Mon, 01 Jun 2015 08:04:27 -0400 Received: from mail-ie0-f173.google.com ([209.85.223.173]:33058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzOS8-0000TU-8e for qemu-devel@nongnu.org; Mon, 01 Jun 2015 08:04:24 -0400 Received: by iebgx4 with SMTP id gx4so106617444ieb.0 for ; Mon, 01 Jun 2015 05:04:23 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1433097192-8988-1-git-send-email-mst@redhat.com> References: <1433097192-8988-1-git-send-email-mst@redhat.com> From: Peter Maydell Date: Mon, 1 Jun 2015 13:04:03 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/57] pc, pci, tpm, virtio enhancements and fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: QEMU Developers On 31 May 2015 at 19:34, 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 903b97864621d2fe702d623747611e1bc9bfc313: > > virtio-mmio: ioeventfd support (2015-05-31 20:29:03 +0200) > > ---------------------------------------------------------------- > pc, pci, tpm, virtio enhancements and fixes > > A bunch of cleanups and fixes all over the place, > enhancements in TPM and virtio. > > Signed-off-by: Michael S. Tsirkin I'm afraid this fails to build for me: make[1]: *** No rule to make target `hw/i386/ssdt-tpm2.hex', needed by `hw/i386/acpi-build.o'. Stop. -- PMM