From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLQP2-0006Qh-Hd for qemu-devel@nongnu.org; Wed, 11 Feb 2015 01:04:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLQOx-0002Uv-6U for qemu-devel@nongnu.org; Wed, 11 Feb 2015 01:04:00 -0500 Received: from mail-lb0-f169.google.com ([209.85.217.169]:64262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLQOw-0002Ue-V2 for qemu-devel@nongnu.org; Wed, 11 Feb 2015 01:03:55 -0500 Received: by mail-lb0-f169.google.com with SMTP id p9so1311303lbv.0 for ; Tue, 10 Feb 2015 22:03:54 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20150210183106.26101.78658.stgit@gimli.home> References: <20150210183106.26101.78658.stgit@gimli.home> From: Peter Maydell Date: Wed, 11 Feb 2015 06:03:33 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/6] vfio fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: QEMU Developers On 10 February 2015 at 18:37, Alex Williamson wrote: > Sorry for the short interval of vfio pull requests, but this fixes > hotplug of vfio-pci devices after the last RCU merge. Thanks, > > Alex > > The following changes since commit a2f2d288b5a06e6c680c387c9980d91363f59c61: > > softfloat: expand out STATUS macro (2015-02-06 16:11:38 +0000) > > are available in the git repository at: > > git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150210.0 > > for you to fetch changes up to bc5baffa3554e4c0d20c1dbe879aec931866bd69: > > vfio: Fix debug message compile error (2015-02-10 10:25:44 -0700) > > ---------------------------------------------------------------- > RCU fixes and cleanup (Paolo Bonzini) > Switch to v2 IOMMU interface (Alex Williamson) > DEBUG build fix (Alexey Kardashevskiy) > > ---------------------------------------------------------------- Applied, thanks. -- PMM