From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQK3F-0006tO-Gy for qemu-devel@nongnu.org; Thu, 21 Jul 2016 15:54:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQK3D-00047h-L3 for qemu-devel@nongnu.org; Thu, 21 Jul 2016 15:54:32 -0400 Received: from mail-vk0-x22d.google.com ([2607:f8b0:400c:c05::22d]:35395) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQK3D-00047c-9w for qemu-devel@nongnu.org; Thu, 21 Jul 2016 15:54:31 -0400 Received: by mail-vk0-x22d.google.com with SMTP id w127so128758179vkh.2 for ; Thu, 21 Jul 2016 12:54:31 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1469123413-20809-1-git-send-email-mst@redhat.com> References: <1469123413-20809-1-git-send-email-mst@redhat.com> From: Peter Maydell Date: Thu, 21 Jul 2016 20:54:11 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL v5 00/57] pc, pci, virtio: new features, cleanups, fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: QEMU Developers On 21 July 2016 at 18:50, Michael S. Tsirkin wrote: > The following changes since commit 5d3217340adcb6c4f0e4af5d2b865331eb2ff63d: > > disas: Fix ATTRIBUTE_UNUSED define clash with ALSA headers (2016-07-19 16:40:39 +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 bc38ee10fc26338e21c01485540f815be1f3db28: > > intel_iommu: avoid unnamed fields (2016-07-21 20:44:20 +0300) > > ---------------------------------------------------------------- > pc, pci, virtio: new features, cleanups, fixes > > - interrupt remapping for intel iommus > - a bunch of virtio cleanups > - fixes all over the place > > Signed-off-by: Michael S. Tsirkin Applied to master; thanks for working through all the respins. -- PMM