From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzSer-0001Xz-1j for qemu-devel@nongnu.org; Mon, 01 Jun 2015 12:33:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzSen-0006vq-3S for qemu-devel@nongnu.org; Mon, 01 Jun 2015 12:33:49 -0400 Received: from mail-ig0-f170.google.com ([209.85.213.170]:37300) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzSem-0006vl-V5 for qemu-devel@nongnu.org; Mon, 01 Jun 2015 12:33:45 -0400 Received: by igbsb11 with SMTP id sb11so66215157igb.0 for ; Mon, 01 Jun 2015 09:33:44 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1433161230-29421-1-git-send-email-mst@redhat.com> References: <1433161230-29421-1-git-send-email-mst@redhat.com> From: Peter Maydell Date: Mon, 1 Jun 2015 17:33:24 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 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: "Michael S. Tsirkin" Cc: QEMU Developers 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. -- PMM