From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aME3f-0007Ya-Lm for qemu-devel@nongnu.org; Thu, 21 Jan 2016 07:09:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aME3e-0002Je-Tl for qemu-devel@nongnu.org; Thu, 21 Jan 2016 07:09:47 -0500 Received: from mail-vk0-x231.google.com ([2607:f8b0:400c:c05::231]:32778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aME3e-0002Ja-OE for qemu-devel@nongnu.org; Thu, 21 Jan 2016 07:09:46 -0500 Received: by mail-vk0-x231.google.com with SMTP id e64so22162004vkg.0 for ; Thu, 21 Jan 2016 04:09:46 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20160119191704.19659.31099.stgit@gimli.home> References: <20160119191704.19659.31099.stgit@gimli.home> From: Peter Maydell Date: Thu, 21 Jan 2016 12:09:26 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/2] VFIO updates 2016-01-19 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: QEMU Developers On 19 January 2016 at 19:17, Alex Williamson wrote: > The following changes since commit 3db34bf64ab4f8797565dd8750003156c32b301d: > > Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging (2016-01-18 17:40:50 +0000) > > are available in the git repository at: > > > git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160119.0 > > for you to fetch changes up to 95239e162518dc6577164be3d9a789aba7f591a3: > > vfio/pci: Lazy PBA emulation (2016-01-19 11:33:42 -0700) > > ---------------------------------------------------------------- > VFIO updates 2016-01-19 > > - Performance fix for devices with poorly placed MSI-X PBA regions > - Quirk fix for hosts with broken MMCONFIG access > > ---------------------------------------------------------------- Applied, thanks. -- PMM